Skip to content

Commit

Permalink
Merge branch 'main' into ud/gosdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine authored May 25, 2024
2 parents 6701a1f + fa77747 commit b37b6e5
Show file tree
Hide file tree
Showing 1,813 changed files with 28 additions and 665,840 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "geth"]
path = geth
url = [email protected]:NibiruChain/go-ethereum.git
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#1766](https://github.com/NibiruChain/nibiru/pull/1766) - refactor(app-wasmext)!: remove wasmbinding `CosmosMsg::Custom` bindings.
- [#1776](https://github.com/NibiruChain/nibiru/pull/1776) - feat(inflation): make inflation params a collection and add commands to update them
- [#1820](https://github.com/NibiruChain/nibiru/pull/1820) - feat(ica): add interchain accounts
- [#1864](https://github.com/NibiruChain/nibiru/pull/1864) - fix(ica): add ICA controller stack
- [#1872](https://github.com/NibiruChain/nibiru/pull/1872) - chore(math): use cosmossdk.io/math to replace sdk types

- [#1874](https://github.com/NibiruChain/nibiru/pull/1874) - chore(proto): remove the proto stringer as per Cosmos SDK migration guidelines
Expand All @@ -60,9 +58,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1855](https://github.com/NibiruChain/nibiru/pull/1855) - feat(eth-pubsub): Implement in-memory EventBus for real-time topic management and event distribution
- [#1856](https://github.com/NibiruChain/nibiru/pull/1856) - feat(eth-rpc): Conversion types and functions between Ethereum txs and blocks and Tendermint ones.
- [#1861](https://github.com/NibiruChain/nibiru/pull/1861) - feat(eth-rpc): RPC backend, Ethereum tracer, KV indexer, and RPC APIs
- [#1869](https://github.com/NibiruChain/nibiru/pull/1869) - feat(eth): Module and start of keeper tests
- [#1869](https://github.com/NibiruChain/nibiru/pull/1869) - feat(eth): Module and start of keeper tests
- [#1871](https://github.com/NibiruChain/nibiru/pull/1871) - feat(evm): app config and json-rpc
- [#1873](https://github.com/NibiruChain/nibiru/pull/1873) - feat(evm): keeper collections and grpc query impls for EthAccount, NibiruAccount
- [#1895](https://github.com/NibiruChain/nibiru/pull/1895) - refactor(geth): Reference go-ethereum as a submodule for easier change tracking with upstream

#### Dapp modules: perp, spot, oracle, etc

Expand Down Expand Up @@ -111,6 +110,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `golangci/golangci-lint-action` from 4 to 5 ([#1854](https://github.com/NibiruChain/nibiru/pull/1854))
- Bump `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.4 ([#1858](https://github.com/NibiruChain/nibiru/pull/1858))

## [v1.3.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.3.0) - 2024-05-07

Nibiru v1.3.0 adds interchain accounts.

- [[Release Link](https://github.com/NibiruChain/nibiru/releases/tag/v1.3.0)]
- [[Commits](https://github.com/NibiruChain/nibiru/commits/v1.3.0)]

### Features

- [#1820](https://github.com/NibiruChain/nibiru/pull/1820) - feat: add interchain accounts

### Bug Fixes

- [#1864](https://github.com/NibiruChain/nibiru/pull/1864) - fix(ica): add ICA controller stack

### Improvements

- [#1859](https://github.com/NibiruChain/nibiru/pull/1859) - refactor(oracle): add oracle slashing events

## [v1.2.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.2.0) - 2024-03-28

Nibiru v1.2.0 adds a burn method to the x/inflation module that allows senders to burn tokens.
Expand Down
1 change: 1 addition & 0 deletions geth
Submodule geth added at 7fb652
5 changes: 0 additions & 5 deletions geth/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions geth/.gitattributes

This file was deleted.

24 changes: 0 additions & 24 deletions geth/.github/CODEOWNERS

This file was deleted.

40 changes: 0 additions & 40 deletions geth/.github/CONTRIBUTING.md

This file was deleted.

30 changes: 0 additions & 30 deletions geth/.github/ISSUE_TEMPLATE/bug.md

This file was deleted.

17 changes: 0 additions & 17 deletions geth/.github/ISSUE_TEMPLATE/feature.md

This file was deleted.

9 changes: 0 additions & 9 deletions geth/.github/ISSUE_TEMPLATE/question.md

This file was deleted.

11 changes: 0 additions & 11 deletions geth/.github/no-response.yml

This file was deleted.

17 changes: 0 additions & 17 deletions geth/.github/stale.yml

This file was deleted.

33 changes: 0 additions & 33 deletions geth/.github/workflows/build.yml

This file was deleted.

28 changes: 0 additions & 28 deletions geth/.github/workflows/dependencies.yml

This file was deleted.

72 changes: 0 additions & 72 deletions geth/.github/workflows/lint.yml

This file was deleted.

29 changes: 0 additions & 29 deletions geth/.github/workflows/markdown-links.yml

This file was deleted.

Loading

0 comments on commit b37b6e5

Please sign in to comment.