Skip to content

Releases: hanchon/hanchond

v0.6.2

08 Oct 13:21
2137be9
Compare
Choose a tag to compare

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

12 Sep 15:12
4d97f48
Compare
Choose a tag to compare

Changelog

  • 603045b fix: support sdk0.50 genesis files (#65)
  • 4d97f48 fix: use the correct sqlite driver with no CGO dep (#66)

v0.6.0

12 Sep 14:49
b7f6dde
Compare
Choose a tag to compare

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

07 Sep 15:02
24990fb
Compare
Choose a tag to compare

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

23 Aug 21:55
86dc55d
Compare
Choose a tag to compare

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

19 Aug 12:47
cb71dba
Compare
Choose a tag to compare

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)

v0.2.0

15 Aug 14:02
300f20e
Compare
Choose a tag to compare

Changelog

  • f272687 chore: add goreleaser configuration (#18)
  • 756c6fb feat: change all validators node version (#24)
  • 271f422 feat: cosmos-hub support (#12)
  • 94804ae refactor: generic way to init a chain with any client (#23)

v0.1.0

03 Aug 18:58
54229e6
Compare
Choose a tag to compare

Hanchond First Release:

  • Supports basic functionality to test the v19.1.0 mainnet upgrade.

  • The example can be seen here

  • For documentation on how to use it, go to the official docs