Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt ABI format to use object instead of array #2313

Open
arboleya opened this issue May 15, 2024 · 0 comments
Open

Adapt ABI format to use object instead of array #2313

arboleya opened this issue May 15, 2024 · 0 comments
Labels
blocked Something is blocking development on this issue feat Issue is a feature p2 Low Priority

Comments

@arboleya
Copy link
Member

arboleya commented May 15, 2024

Dependent on:

Preliminary format:

{
  "types": { // changed from array to object
    "0": { // indexes will therefore be strings instead of numbers
      "typeId": "0",
      "type": "(_, _, _)",
      "components": [
        {
          "name": "__tuple_element",
          "type": "1", // changed from number to string
          "typeArguments": null
        },
        {
          "name": "__tuple_element",
          "type": "1",
          "typeArguments": null
        },
        {
          "name": "__tuple_element",
          "type": "1",
          "typeArguments": null
        }
      ],
      "typeParameters": null
    }
  },
  ...
}
@arboleya arboleya added feat Issue is a feature epic High-level master issue for large pieces of work blocked Something is blocking development on this issue labels May 15, 2024
@arboleya arboleya changed the title Adapt ABI format to use object instead of arrays Adapt ABI format to use object instead of array May 15, 2024
@arboleya arboleya removed the epic High-level master issue for large pieces of work label May 29, 2024
@arboleya arboleya added the p1 Medium priority label Jun 9, 2024
@arboleya arboleya added this to the Mainnet milestone Jun 9, 2024
@arboleya arboleya removed the mainnet label Jun 9, 2024
@arboleya arboleya modified the milestones: 0.x mainnet, 0.x post-launch Jun 12, 2024
@arboleya arboleya added p2 Low Priority and removed p1 Medium priority labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Something is blocking development on this issue feat Issue is a feature p2 Low Priority
Projects
None yet
Development

No branches or pull requests

2 participants