Skip to content

Release v0.0.1

Compare
Choose a tag to compare
@ricmoo ricmoo released this 16 Jul 04:54
· 2013 commits to master since this release

Initial release. Expect Bugs.

What works

  • Address Manipulation (ICAP, checksummed)
  • Signing Transactions
  • Basic contract support for getters, setters and events.

Issues

  • Contracts may not work with anonymous events; not really even sure how to incite these yet
  • The solidity coder is massive; it doubles the size of the library(it referenced slightly different versions of libraries we already include), and is also LGPL, two very good reasons it will be re-implemented in the near future.