Skip to content

Releases: tintinweb/pyetherchain

version 0.3.2

15 Jun 14:10
Compare
Choose a tag to compare

bugfix

  • fix python -m pyetherchain failing with an error (bug)
  • lazy load remote information to avoid causing too many requests (performance)

version 0.3.1

08 May 21:36
Compare
Choose a tag to compare
  • switched to python3
  • switched to eth-abi for decoding
  • code cleanup

version 0.2

06 Apr 21:40
Compare
Choose a tag to compare
  • fixed error handling for non-contract accounts

version 0.1

06 Apr 21:06
Compare
Choose a tag to compare

🔥 first release 👍

  • etherchain.org api connector
  • EtherChain interface class as main entry point to etherchain.org
    • interface to explorational features (get blocks, transactions, pending transactions)
    • interface to stats and charts
  • modes
    • interactive
    • commandline
  • abi based human readable description of historical transactions and the contract creation