Skip to content

v0.12.1a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@liorgold2 liorgold2 released this 19 Jul 15:50
· 18 commits to master since this release

Starknet

  • Take fee for reverted transactions. At this phase, the Starknet OS doesn't prove that the transactions failed. This will change once the move to Sierra is complete
  • Early rejection of transactions that (1) do not pass validate (2) have an old nonce or (3) do not pay enough fee
    • See here for more information
  • Support of keccak and Secp256k1
  • Fixed a bug where transactions that changed the ETH balance of a user were charged twice for it (once because of reducing the fee and once because of the transaction itself)