Skip to content

starknet-snap: v2.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 09:04
abdd77d

2.11.0 (2024-10-28)

Features

  • Add custom error code to meet get-starknet v4 exception format (#374) (e61eb8b)
  • Add new RPC starkNet_getDeploymentData to support get-starknet v4 (#381) (a034bcf)
  • Add UI divider and hyperlink the address to the explorer on the UI dialog (#405, #404) (a77fede)
  • Refactor RPC starkNet_addErc20Token to have superstruct validation (#388) (157b5ad)
  • Refactor RPC starkNet_declareContract to have superstruct validation (#398) (5617ccf)
  • Refactor RPC starkNet_switchNetwork to have superstruct validation (#369, #373, #368) (d0384bf)

Bug Fixes

  • Fix incorrect params passed to RPCs starkNet_signDeclareTransaction, starkNet_verifySignedMessage, starkNet_declareContract and starkNet_getDeploymentData (#401) (a834beb)
  • Fix RPC starkNet_executeTxn storing in-correct state data if the params calls is not an array (#376) (508b958)