Skip to content

starknet-snap: v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 14:21
5bfaada

3.1.0 (2024-12-19)

Features

  • Add permission boundary. Block RPCs - starkNet_addNetwork, starkNet_estimateAccountDeployFee and starkNet_getStoredTransactions access for any origin (#448) (1e80070)
  • Add new RPC starkNet_getAddrFromStarkName to support transfer money with .stark name (#437) (#449) (c9e2c64)
  • Refactor RPC starkNet_getTransactions and change the provider from Voyager to StarkScan (#453) (#457) (#458) (#459) (#341) (cfdc79d) (5b72ef9)
  • Replace RPC provider from Alchemy to Infura DIN (451) (eb6c688)
  • Refactor RPC starkNet_getTransactionStatus to have superstruct validation (447) (5d569a88)
  • Remove RPCs starkNet_sendTransaction and starkNet_estimateFees (442) (fbfcb54a)

Bug Fixes