Skip to content

Releases: NibiruChain/nibiru

v1.4.0-rc1

04 Jun 02:49
v1.4.0-rc1
1b109f0
Compare
Choose a tag to compare

Changelog

  • 1b109f0 feat(wasm)!: increase contract size limit to 3MB (#1906)

v1.4.0

04 Jun 18:25
v1.4.0
9ff225a
Compare
Choose a tag to compare

Changelog

  • 9ff225a chore: add v1.4.0 upgrade handler
  • e024582 chore: update changelog

Nibiru EVM (v2.0.0-evm.2) [Alpha Testing]

28 May 14:48
v2.0.0-evm.2
e68cd48
Compare
Choose a tag to compare

Nibiru EVM

This release marks a significant milestone in making Nibiru a flexible, efficient, and familiar environment for building and deploying Ethereum-compatible smart contracts. This release adds full EVM smart contract support and exposes an Ethereum JSON-RPC endpoint, making it possible to use tools like Ethers.js, Web3.js, and Metamask to interact with Nibiru.

  • #1837 - Protos, ETH types, and EVM module types.
  • #1838 - Go-ethereum integration, crypto, encoding, and unit tests for EVM/types.
  • #1841 - Collections encoders for bytes, Ethereum addresses, and Ethereum hashes.
  • #1855 - Implemented in-memory EventBus for real-time topic management and event distribution.
  • #1856 - Conversion types and functions between Ethereum transactions and blocks and Tendermint ones.
  • #1861 - RPC backend, Ethereum tracer, KV indexer, and RPC APIs.
  • #1869 - EVM module and start of keeper tests.
  • #1871 - App configuration and JSON-RPC for EVM.
  • #1873 - Keeper collections and gRPC query implementations for EthAccount and NibiruAccount.
  • #1883 - Keeper logic, Ante handlers, EthCall, and EVM transactions.
  • #1887 - ETH API integration test suite.
  • #1889 - Implemented basic EVM transaction methods.
  • #1895 - Reference go-ethereum as a submodule for easier change tracking with upstream.

Improvements

  • e68cd48 - Bump github.com/btcsuite/btcd from 0.23.3 to 0.24.0.
  • 0291616 - Dockerfiles update: remove COPY geth.
  • 9c7d8ce - Migrate Go-SDK into the Nibiru blockchain repo.
  • 969bccf - Reference go-ethereum as a submodule for easier change tracking with upstream.
  • 6e38c19 - Update dec and int to use cosmossdk.io/math.
  • c2e0107 - Add oracle slashing events.
  • 45bb20c - Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.4.
  • 6b7a97d - Bump robinraju/release-downloader from 1.9 to 1.10.
  • b49eba9 - Bump github.com/supranational/blst from 0.3.8 to 0.3.11 in /geth.
  • 619bd29 - Bump golang.org/x/net from 0.0.0-20220607020251-c690dde0001d to 0.23.0 in /geth.
  • c2fcea1 - Bump golang.org/x/crypto in /geth.
  • 9c812e5 - Bump golang.org/x/net from 0.20.0 to 0.23.0.
  • 92662eb - Bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1.
  • 18fcef1 - Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0.

Fixes

  • 10cff9e - Remove all stringer for proto types.
  • a20ca03 - Add controller stack for ICA.
  • 3036618 - Unwire spot module for the main branch.
  • da22964 - Fix release snapshot docker build failed CI.
  • 68f8f5b - Unwire perp module for the main branch.

Documentation

  • fa77747 - Update changelog with v1.3.0 release.
  • e7ed442 - Fix stale README.
  • fb37c6f - Add interchain accounts instructions.

Miscellaneous

  • 072de03 - Enable Codecov and bump golangci/golangci-lint-action from 4 to 5.
  • ae20488 - Publish coverage on push to main.
  • f228e6d - Extend timeouts for simulation tests.
  • 5fa6bc7 - Update CHANGELOG.md.
  • 83da4ad - Clean changelog.
  • 75c29ec - Add additional burn test cases.
  • a5e0e10 - Fix changelog.
  • db4ee51 - Add burn method for inflation.

v2.0.0-evm.1

22 May 15:25
v2.0.0-evm.1
3016eef
Compare
Choose a tag to compare

Changelog

  • 3016eef feat: implemented basic evm tx methods (#1889)
  • a727b82 Merge branch 'main' into ud/eth
  • 4c25f5b refactor(evm-ante)
  • 75ae7a8 test(evm): ante handler test
  • a373fdd fix(eip712): test case changed and const usage
  • d5b83d5 feat(evm-query): impl EthCAll
  • b4bad26 fix(evm): Chain info fix and gRPC queries
  • 10cff9e fix: remove all stringer for proto types (#1874)
  • dbbcfd6 fix,test(evm): EthereumTx happy paths
  • 99722a2 fix,test(evmtest): deploy contract + fix ante handler
  • d75779c feat(evm): ante handlers
  • 5f44a70 feat(evm): MsgServer fns for MsgEthereumTx
  • cbf0b17 test(evm): TestQueryParams
  • 4e63887 Merge branch 'main' into ud/eth
  • 7323397 evm: wip! checkpoint
  • 89b05a6 wip! upstream tests
  • aeff126 feat(evm): app config and json-rpc (#1871)
  • a0d4985 test: QueryStorage
  • ce7deb9 feat(evm): grpc query ValidatorAccount
  • 38d3293 Squashed commit of the following:
  • fac6492 feat(evm): keeper collections and grpc query impls for EthAccount, NibiruAccount (#1873)
  • 6e38c19 feat: update dec and int to use cosmossdk.io/math (#1872)
  • 2342254 feat(evm): module wiring (#1869)
  • e7ed442 docs: Fix stale README
  • fb37c6f docs: add interchain accounts instructions
  • a20ca03 fix(ica): add controller stack (#1864)
  • 83da4ad feat(eth-rpc): RPC backend, Ethereum tracer, KV indexer, and RPC APIs (#1861)
  • 2bd7a14 feat(eth-rpc): Conversion types and functions between Ethereum txs and blocks and Tendermint ones. (#1856)
  • ffcea96 chore: clean changelog
  • c2e0107 refactor(oracle): add oracle slashing events (#1859)
  • 45bb20c chore(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.4 (#1858)
  • 29e2acd feat(eth-pubsub): Implement in-memory EventBus for real-time topic management and event distribution (#1855)
  • ae20488 ci: publish coverage on push to main
  • 072de03 ci(deps): Enable Codecov and bump golangci/golangci-lint-action from 4 to 5 (#1854)
  • 5fa6bc7 Update CHANGELOG.md
  • c60c806 feat(ica): ICA Host / Controller integration (#1820)
  • 6b7a97d chore(deps): Bump robinraju/release-downloader from 1.9 to 1.10 (#1839)
  • b49eba9 chore(deps): Bump github.com/supranational/blst from 0.3.8-0.20220526154634-513d2456b344 to 0.3.11 in /geth (#1851)
  • f228e6d test(sim): extend timeouts for simulation tests
  • 619bd29 chore(deps): Bump golang.org/x/net from 0.0.0-20220607020251-c690dde0001d to 0.23.0 in /geth (#1849)
  • c2fcea1 chore(deps): Bump golang.org/x/crypto in /geth (#1843)
  • 9c812e5 chore(deps): Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1850)
  • 3036618 fix: unwire spot module for main branch (#1831)
  • da22964 fix(docker-chaosnet): release snapshot docker build failed CI (#1847)
  • 1a46a9b epic(eth): protos, go-ethereum, eth types, and evm module types (#1837)
  • 92662eb chore(deps): Bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1 (#1834)
  • 68f8f5b fix: unwire perp module for main branch (#1830)
  • b23ae71 feat(tokenfactory): burn native method (#1832)
  • 18fcef1 chore(deps): Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 (#1819)
  • 75c29ec test(inflation): add additional burn test cases (#1828)
  • a5e0e10 chore: fix changelog (#1824)
  • db4ee51 feat(inflation): add burn method (#1823)

v1.3.1-rc1

18 May 16:37
v1.3.1-rc1
06700d1
Compare
Choose a tag to compare

Changelog

v1.3.0

07 May 18:00
v1.3.0
906f9c7
Compare
Choose a tag to compare

Changelog

v1.2.0-post.1

01 May 18:46
v1.2.0-post.1
34faca4
Compare
Choose a tag to compare

Changelog

  • 34faca4 refactor(oracle): add oracle slashing events (#1859)

v1.1.0-post.1

01 May 18:46
v1.1.0-post.1
60aff20
Compare
Choose a tag to compare

Changelog

  • 60aff20 refactor(oracle): add oracle slashing events (#1859)

v1.0.3-post.1

01 May 18:45
v1.0.3-post.1
3e26c65
Compare
Choose a tag to compare

Changelog

  • 3e26c65 refactor(oracle): add oracle slashing events (#1859)

v1.0.2-post.1

01 May 18:41
v1.0.2-post.1
d782040
Compare
Choose a tag to compare

Changelog

  • d782040 refactor(oracle): add oracle slashing events (#1859)