Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: 0mkara/etheratom

Snakebite

02 Dec 19:43
Compare
Choose a tag to compare
  • 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

Workers 🔧🔨

27 Sep 19:50
Compare
Choose a tag to compare
  • compile workers fix
  • solidity version selector
  • gitcoin funded
  • better & updated wiki
  • performance optimization by moving web3js library to worker process

Biswakarman (विश्वकर्मन्) 🔨

18 Sep 08:08
Compare
Choose a tag to compare
  • Unit testing - smart contracts unit testing with remix-tests [c3bb972]
  • Performange upgrade - Use child_process to compile solidity & provide an unblocking UX while running tasks [f54aec4]
  • Send Ether
  • Improve UI/UX for client connectivity
  • Fix Bugs

Shamiksha (समीक्षा)

27 May 18:03
Compare
Choose a tag to compare

New feature

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

Update

  • Use single build to improve performance
  • Bug fixes

Pool

19 Apr 21:22
Compare
Choose a tag to compare
  • Client monitoring panel
  • Websocket support
  • Live transaction updates
  • Fallback function support

Reactivity

15 Mar 04:38
Compare
Choose a tag to compare
  • Update to JSX
  • Use redux store
  • Update to web3 1.0
  • Support Github imports

Etheratom

22 Apr 07:07
Compare
Choose a tag to compare

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

Split modules & update CoffeeScript

22 Apr 07:06
Compare
Choose a tag to compare
  • Split ethereum-interface.coffee into separate modules
  • Correct config ip typo
  • Update coffeescript code for upcoming atom update #21
  • Fix issue #24