Swift EVM (Ethereum Virtual Machine) new release v0.5.13

3 hours ago 1
Compare
Choose a tag to compare

Could not load tags

Nothing to show

{{ refName }}

@mrLSD mrLSD released this

09 Jun 04:37
e5c9029

This commit was created on GitHub.com and signed with GitHub’s verified signature.

🚀 What's Changed

➡️ Added BALANCE opcode logic
➡️ Added conversion for PrimitiveTypes: H256 to H160
➡️ Added ExecutionState logic: warm and cold access for addresses
➡️ Extended Machine logic with Handler with beforeOpcodeExecution
➡️ Extended Gas logic for warm and cold
➡️ Refactored tests for Gas, added new tests for Balance opcode
➡️ Added Hashes to H160 and H256. Extended tests.

Contribution

  • Feat: add BALANCE opcode logic and State Execution by @mrLSD in #47

Full Changelog: v0.5.12...v0.5.13

Read Entire Article