Skip to content

v0.4.3

Choose a tag to compare

@Mirko-von-Leipzig Mirko-von-Leipzig released this 07 Dec 11:21
· 7135 commits to main since this release
bac1a59

The primary purpose of this release is to properly support testnet2 after the StarkNet v0.10.3 update. The v0.10.3 update changed the testnet2 chain ID which impacts transaction signatures which in turn meant that starknet_estimateFee would fail for any signed transaction. This release updates pathfinder to use the correct chain ID.

Fixed

  • testnet2 and integration flags are ignored
  • starknet_estimateFee uses wrong chain ID for testnet2

Changed

  • updated to cairo-lang 0.10.3

Full Changelog: v0.4.2...v0.4.3