You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Note: this issue was originally created for v0.6.0-rc0. The main changes for rc1 have to do with the transaction v3 types, RESOURCE_BOUNDS_MAPPING, and EXECUTION_RESOURCES. Should double check this issue updates to rc-1).
(Note: We later decided to support rc5. This upgrade is broken down into two PRs 475, 486)
The main changes involve 1) implementing V3 transactions, and 2) updating the fields in various types/structs.
note: We still need to add e2e tests for v3 transactions (note:we are putting this of for a patch given difficulties of working with integration network atm)
Changes to the spec that don't require changes to starknet.go (eg spec had error, that is now fixed, and matches starknet.go)
ORDERED_EVENT, ORDERED_MESSAGE type should be int
Update error message in BLOCK_NOT_FOUND error
PENDING_BLOCK_HEADER certain fields should not be present (the not-required fields are not defined in the starknet.go struct, implicitly satisfying this condition)
Finally:
Double check all changes match the rc-5 spec
The text was updated successfully, but these errors were encountered:
Starknet RPCv060-rc1
(Note: this issue was originally created for v0.6.0-rc0. The main changes for rc1 have to do with the transaction v3 types, RESOURCE_BOUNDS_MAPPING, and EXECUTION_RESOURCES. Should double check this issue updates to rc-1).
(Note: We later decided to support rc5. This upgrade is broken down into two PRs 475, 486)
The main changes involve 1) implementing V3 transactions, and 2) updating the fields in various types/structs.
note: We still need to add e2e tests for v3 transactions (note:we are putting this of for a patch given difficulties of working with integration network atm)
Sub-issues:
Update Readme:
Update TestSpecVersion to rc4
Upgrade to RC4:
Tests -
Transaction - types
Various non-transaction types:
Changes to the spec that don't require changes to starknet.go (eg spec had error, that is now fixed, and matches starknet.go)
Finally:
The text was updated successfully, but these errors were encountered: