Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 14:37
· 3 commits to main since this release
3d4b1a3

Important Changes

  • Katana now have a new parameter to determine the gas limit for RPC calls.
  • Katana bug fix to avoid crash at restart for provable Katana.
  • Torii now supports EIP 4906 which should allow works around auto-refresh of tokens metadata when they are changed.
  • Torii bug fixes including u256 serialization and ERC20 token id indexing.

What's Changed

  • fix(katana): unbound call execution from the block context limit by @kariy in #3026
  • chore(devcontainer): update image: v1.2.0 by @tarrencev in #3027
  • refactor(torii-grpc): filter by token id & refactor token protos by @Larkooo in #3016
  • refactor(torii-client): cleanup & remove rpc by @Larkooo in #3019
  • fix(katana): include salt in genesis accounts by @kariy in #3031
  • fix(torii): erc graphql image path & http ratelimiting by @Larkooo in #3032
  • fix(dojo-core): add test to showcase serialization issue on options by @glihm in #3036
  • feat(katana): conversion function from/to starknet-rs types by @kariy in #3037
  • feat(katana-messaging): remove sending messages to settlement layer by @glihm in #3035
  • test(katana): feeder gateway tests by @kariy in #3038
  • test(torii-indexer): add tests for erc tokens by @Larkooo in #3033
  • fix(torii): u256 json serialization as string by @Larkooo in #3042
  • fix(torii-grpc): handle case token id for erc20 by @Larkooo in #3041
  • feat(katana): configurable max gas for rpc call by @Larkooo in #3043
  • fix(katana): compute genesis state root in a separate provider by @kariy in #3045
  • feat(torii-indexer): eip 4906 update metadata processor by @Larkooo in #2984
  • fix(katana): merging server args from file by @kariy in #3044
  • Prepare release: v1.2.1 by @tarrencev in #3046

Full Changelog: v1.2.0...v1.2.1