Releases: NibiruChain/nibiru
Releases · NibiruChain/nibiru
v1.0.2-post.2
Changelog
- 75aca5e feat: add pebbledb support
v1.0.1-post.2
v1.0.0-post.2
Changelog
- 235819c fix: goreleaser configuration upgrade
- daa5d0b fix: release_pre_linux.sh go version upgrade to 1.21
- a7ffb0d fix: release_pre_darwin.sh go version upgrade to 1.21
- e02d0ff fix: release.mk go version upgrade to 1.21
- 66b8e98 fix: goreleaser docker go version upgrade to 1.21
- b37243a chore: upgraded go to 1.21 for pebbledb support
- ae721c4 chore: cleanup go.mod
- 97cf755 feat: add pebbledb support
v2.0.0-evm.6
Changelog
- 7a20389 chore: bump nibi go package version to v2 (#1999)
- 53a2d71 refactor(test): rename test deps Chain to App (#1998)
- d005d80 chore(deps): bump bufbuild/buf-setup-action from 1.35.1 to 1.36.0 (#1988)
- 6e9593a perf(evm-keeper-precompile): implement sorted map for
k.precompiles
to remove dead code (#1996) - abfcdca chore: enabled grpc for localnet (#1992)
- b10a084 refactor(evm): Remove unnecessary params: enable_call, enable_create. (#1997)
- be07667 refactor(evm): clean up EVM module address (#1989)
v2.0.0-evm.5
Changelog
- d71d67d refactor(evm): embeds (#1984)
- 7dd9dd4 feat(evm): Combine both account queries into "/eth.evm.v1.Query/EthAccount", accepting both nibi-prefixed Bech32 addresses and Ethereum-type hexadecimal addresses as input. (#1986)
- cbb14ba feat(evm): use atto denomination for the wei units in the EVM so that NIBI is "ether" to clients (#1985)
- d2601f1 chore(evm): remove ExtensionOptionsWeb3Tx and ExtensionOptionDynamicFeeTx (#1983)
- d7092f3 fix(evm): gas prices (#1982)
- 3c73f03 refactor(evm): clean up e2e tests (#1980)
- ed12018 chore(deps): bump bufbuild/buf-setup-action from 1.35.0 to 1.35.1 (#1974)
- 946bfbf fix(evm): remove isCheckTx() short circuit on
AnteDecVerifyEthAcc
(#1981) - c0053ef refactor(db): use pebbledb as the default db in integration tests (#1979)
- d78385b refactor(evm): unique chain ids for all networks (#1976)
- f0371aa refactor(evm): clean up AnteHandler setup (#1966)
- c77809a feat(evm): export genesis (#1967)
- 9ac9d70 fix(localnet): rolled back change of evm validator address with cosmos derivation path (#1977)
- a0114d6 fix(localnet): use correct EVM address for validator account
- e35acf2 chore(appconst): Add chain IDs ending in "3" to the "knownEthChainIDMap". This makes it possible to use devnet 3 and testnet 3. (#1973)
- 9c927cb chore(deps): bump robinraju/release-downloader from 1.10 to 1.11 (#1948)
- abec9bd refactor(evm): move evmante handlers into separate package (#1970)
- e1febe7 chore(deps): bump bufbuild/buf-setup-action from 1.33.0 to 1.35.0 (#1972)
- 197f652 feat(evm): typed events for contract creation, contract execution and transfer (#1971)
- afc7c0f refactor(evm): funtoken events, cli commands and queries (#1968)
- f898bae Revert "refactor(evm): move evmante handlers into separate package"
- 0b901e6 refactor(evm): move evmante handlers into separate package
v2.0.0-evm.4
Changelog
- a666e08 refactor(evm): remove evm postprocessing hooks (#1965)
- fc1edd9 feat(evm): Deduct a fee during the creation of a FunToken mapping. Implemented by
deductCreateFunTokenFee
inside of theeth.evm.v1.MsgCreateFunToken
transaction. (#1963) - 8970a6c chore(evm): code cleanup, unused code, typos, styles, warnings (#1962)
- 187ad82 chore(test): reverted funtoken precompile test back to the isolated state (#1961)
- d24f7a1 test(network): graceful cleanup for more consistent CI runs (#1960)
- 76bdaaa feat(evm): msg to send bank coin to erc20 (#1956)
- a5ff022 feat(evm): Add precompile to the EVM that enables transfers of ERC20 tokens to "nibi" accounts as Ethereum transactions (#1959)
- 5bc18fe feat(evm): Tx to create FunToken mapping from ERC20, contract embeds, and ERC20 queries. (#1950)
- 2a6c81a chore(evm): wiped deprecated evm apis: miner, personal (#1958)
- 1b758bb refactor(localnet): preserve local keyring on make localnet (#1957)
- 822d838 chore: update changelog
- d920b11 feat(evm): query fungible token mappings by cosmos denom or ERC20 address (#1949)
- 2c1198d fix: fun token state marshalling (#1947)
- 422c676 feat(evm): EVM fungible token protobufs and encoding tests (#1936)
- 8db3e89 chore(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 (#1938)
- 4a73c37 ci(docker): fix chaosnet and add profiles (#1937)
- cc4ddd4 fix(gosdk): fix keyring import functions (#1932)
v1.5.0
v2.0.0-evm.3
Changelog
- d3cdb15 feat(ibc): add wasm stack to ibc router (#1931)
- 98c2b24 chore(deps): bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (#1923)
- 4c6bb52 feat(evm): tracer option is read from the config (#1922)
- 6511f86 test(evm): unit tests for evm_ante (#1912)
- 42a8b65 test(e2e): 1. Generated smart contract types for ethers. 2. TypeScript support. 3. Formatter (#1917)
- f88a395 refactor(evm): Remove dead code and document non-EVM ante handler (#1914)
- 359e310 chore(evm): simplified config by removing old eth forks (#1911)
- 957c7b2 test(evm): grpc_query full coverage (#1907)
- 70ee1bf chore: make default db backend PebbleDB (#1908)
- ad173e9 fix(tests): race condition from heavy Network tests (#1913)
- bbcc6f8 chore: add v1.4.0 upgrade handler (#1910)
- a5fe920 chore(evm): set is_london true by default and removed from config (#1909)
- 3a60458 feat(wasm)!: increase contract size limit to 3MB (#1906)
- e7e708d fix(gosdk): tests parallel race condition (#1904)
- f881f82 chore(deps): bump bufbuild/buf-setup-action from 1.32.1 to 1.32.2 (#1900)
- 282fbf7 test(evm): more e2e test contracts for edge cases (#1901)
- 4256a18 chore(deps): cometbft v0.37.5, cosmos-sdk v0.47.11, proto-builder v0.14.0 (#1899)
- 536c42a chore(deps): bump bufbuild/buf-setup-action from 1.30.1 to 1.32.1 (#1891)
- df665cc chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#1867)
- 729a4ab chore(deps): bump pozetroninc/github-action-get-latest-release from 0.7.0 to 0.8.0 (#1863)