Etheratom Versions Save

Solidity compilation and Ethereum contract execution interface for hackable atom editor

v4.6.0

4 years ago
  • vyper compiler support
  • autocompile .vy, .v.py, .vyper.py
  • deploy compiled vyper contracts
  • call deployed contract functions
  • support tuple type inputs for constructor and method parameters
  • show transaction receipt

v4.5.0

4 years ago
  • compile workers fix
  • solidity version selector
  • gitcoin funded
  • better & updated wiki
  • performance optimization by moving web3js library to worker process

v4.4.0

5 years ago
  • Unit testing - smart contracts unit testing with remix-tests [c3bb9721a0b8873360e43ce4485542821fbb427a]
  • Performange upgrade - Use child_process to compile solidity & provide an unblocking UX while running tasks [f54aec4f90f6252a00e8676f3e7ed99a4960590a]
  • Send Ether
  • Improve UI/UX for client connectivity
  • Fix Bugs

v4.3.1

6 years ago

New feature

Remix static analysis of compiled smart contracts is available in Etheratom. :tada:

Update

  • Use single build to improve performance
  • Bug fixes

v4.2.0

6 years ago
  • Client monitoring panel
  • Websocket support
  • Live transaction updates
  • Fallback function support

v4.0.0

6 years ago
  • Update to JSX
  • Use redux store
  • Update to web3 1.0
  • Support Github imports

v3.0.0

7 years ago

3.0.0 - Etheratom

  • Rename repository
  • Compile solidity files on save
  • Resize panel
  • Moved from CoffeeScript to ES6
  • Split web3 and ethereumjs-vm environments into separate modules
  • Dynamically load ethereumjs-vm to reduce package activation time
  • More errors added

v2.0.1

7 years ago
  • Split ethereum-interface.coffee into separate modules
  • Correct config ip typo
  • Update coffeescript code for upcoming atom update #21
  • Fix issue #24