Skip to content

Releases: bcdevtools/devd

v1.2.1

10 Apr 22:06
3d13ad0

Choose a tag to compare

New cli:

  • devd query balance [account_address] [optional_erc20_contract_addresses...]
  • devd convert solc_sig [event/method signature]
  • devd debug intrinsic_gas [0xdata]

New feature: Lazy RPC setting via environment variable (export DEVD_EVM_RPC='...')

Update

go install -v github.com/bcdevtools/devd/cmd/devd@v1.2.1

v1.1.1

10 Apr 05:55

Choose a tag to compare

Add queries:

  • eth_getTransactionByHash
  • eth_getTransactionReceipt
  • eth_getBlockByNumber
  • debug_traceTransaction

Update

go install -v github.com/bcdevtools/devd/cmd/devd@v1.1.1

v1.0.0

09 Apr 20:00

Choose a tag to compare

fix README.md