Releases: hanchon/hanchond
Releases · hanchon/hanchond
v0.6.2
Changelog
- 8d03854 chore(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 (#74)
- 2a87ba5 chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#78)
- 1b11719 chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (#77)
- f7538fd chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#75)
- 6bf367d chore: build evmosd without optimizations
- a51df29 chore: remove debug comment (#67)
- 700ddd9 feat: utility to bump a go module version (#73)
- 2137be9 fix: gas limit default value while deploying contracts (#76)
- a9e6144 imp(db): check if retrieved nodes for given chain are zero (#70)
- 83e78f6 refactor: remove wget dependency (#69)
v0.6.1
v0.6.0
Changelog
- 5347fca chore(deps): bump github.com/charmbracelet/bubbles from 0.19.0 to 0.20.0 (#60)
- 65a11fa chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.0 to 1.1.1 (#63)
- b7f6dde chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.27.0 (#59)
- 081f5ee deps: update linter to latest version (#64)
- e1f6cea feat: expose 9090 port in the getNode cmd (#62)
- 558ffb4 refactor: remove cgo dependecy (#61)
v0.5.0
Changelog
- c01ba67 feat: eth trace command (#45)
- 557ecf0 chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 (#56)
- 24990fb feat: chain explorer TUI (#57)
- 701424f feat: chainID can be manually set when creating a new chain (#40)
- b4e81f3 feat: cosmos endpoint getter (#49)
- d879fa3 feat: erc20 transfer cli command (#43)
- 72fa04a feat: eth receipt command (#44)
- 2ddd5da feat: hermes support for non-local chains (#41)
- 219be90 feat: simple explorer indexer (#39)
- 71f6c14 perf: explorer indexing using sql txns (#42)
v0.4.0
Changelog
- 86dc55d feat: SimpleWeb3Wallet to programatically interact with the network (#38)
- 5c8cfcf feat: UniswapV2Router deployment (#35)
- 56e43bc feat: command to deploy UniswapV2 Factory (#33)
- f4a588e feat: command to deploy an ERC20 (#32)
- bee46c8 feat: deploy UniswapV2Multicall cmd (#36)
- b7dc3e2 feat: deploy wrapped coin (#34)
v0.3.0
Changelog
- d3e147e feat: deploy solidity smart contracts (#28)
- c60fc56 feat: download any
solc
version from their release page (#27) - a836540 feat: erc20 queries can be pointed to Evmos Mainnet (#26)
- 8435050 feat: eth_call command to query view functions (#29)
- 0a85301 fix: smart-contract deployment command + eth_call cmd (#30)