argentlabs / argent-contracts-starknet

Argent accounts for Starknet
https://www.argent.xyz
GNU General Public License v3.0
168 stars 64 forks source link

New multicall return format #74

Closed sgc-code closed 2 years ago

sgc-code commented 2 years ago

https://argent.atlassian.net/browse/BLKC-30

The new data return type is goes like this:

[
  3, (1, 2, 3),
  1, (9)
]

In the ticket it was suggested to add another felt in the first position with the number of calls, but the client already knows the number of calls it made, so i dropped it.