Skip to content

Releases: kaleido-io/kaleido-go

Fix solc version check and update dependencies

21 Jun 15:24
82bd8cc
Compare
Choose a tag to compare
  • Updated to work with solc v0.8.x
  • Dependency updates

Estimate gas and multi-contract Solidity

20 Jun 15:31
Compare
Choose a tag to compare
  • -E / --estimategas to call the contract and return the estimated gas, rather than the result
  • -n / --contractname to choose an individual contract name in a Solidity file with multiple contracts

Private txn support

25 May 12:37
Compare
Choose a tag to compare
  • Support for Private transactions per Quorum JSON/RPC extension and EEA Enterprise Ethereum Client Specification 1.0
  • Automatic detection of the ChainID for EIP155 externally signed transactions, using the common practice of assuming it matches the networkID (consistent with tools like MetaMask)
  • Windows binary build

Initial release

15 May 03:09
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.1.0

Call transactions and return values