Skip to content

Commit

Permalink
chore(changelog): move to before evm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
helder-moreira committed Oct 31, 2024
1 parent b526c92 commit 68db735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ for (1) ERC20 transfers with tokens that return false success values instead of
throwing an error and (2) ERC20 transfers with other operations that don't bring
about the expected resulting balance for the transfer recipient.
- [#2092](https://github.com/NibiruChain/nibiru/pull/2092) - feat(evm): add validation for wasm multi message execution
- [#2068](https://github.com/NibiruChain/nibiru/pull/2068) - feat: enable wasm light clients on IBC (08-wasm)

#### Nibiru EVM | Before Audit 1 - 2024-10-18

Expand Down Expand Up @@ -174,7 +175,6 @@ about the expected resulting balance for the transfer recipient.
- [#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
- [#1932](https://github.com/NibiruChain/nibiru/pull/1932) - fix(gosdk): fix keyring import functions
- [#3949](https://github.com/NibiruChain/nibiru/pull/2068) - feat: enable wasm light clients on IBC (08-wasm)

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

Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func NewNibiruApp(

// Initialize pinned codes in wasmvm as they are not persisted there
if err := ibcwasmkeeper.InitializePinnedCodes(ctx, app.appCodec); err != nil {
cmtos.Exit(fmt.Sprintf("failed initialize pinned codes %s", err))
cmtos.Exit(fmt.Sprintf("failed to initialize pinned codes %s", err))
}

Check warning on line 265 in app/app.go

View check run for this annotation

Codecov / codecov/patch

app/app.go#L264-L265

Added lines #L264 - L265 were not covered by tests

/* Applications that wish to enforce statically created ScopedKeepers should
Expand Down

0 comments on commit 68db735

Please sign in to comment.