Skip to content

Commit db09a3b

Browse files
expertdicerk-yang
andauthored
feat: app wiring for evm (#2266)
* feat: gen pulsar api and app wiring for sudo * chore: changelog * chore: lint * feat: app wiring for oracle * chore: lint and changelog * feat: app wiring for epochs * chore: lint and changelog * fix: fix imports * feat: app wiring for inflation * fix: raise erc20 gas limit deploy * fix: add Inflation keeper * chore: changelog * feat: app wiring for evm * fix: use correct type for transient key and remove redundant * chore: lint and changelog --------- Co-authored-by: Kevin Yang <[email protected]>
1 parent 87dd2eb commit db09a3b

File tree

7 files changed

+1271
-26
lines changed

7 files changed

+1271
-26
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252
- [#2249](https://github.com/NibiruChain/nibiru/pull/2249) - fix(evm): resetting gas meter for afterOp in bank extension
5353
- [#2257](https://github.com/NibiruChain/nibiru/pull/2257) - fix: simulation tests by register interfaces for vesting and use correct app keys field
5454
- [#2260](https://github.com/NibiruChain/nibiru/pull/2260) - feat(evm): add getErc20Address method to IFunToken
55+
- [#2268](https://github.com/NibiruChain/nibiru/pull/2268) - fix(evm): gas limit for erc20 deploy
5556
- [#2259](https://github.com/NibiruChain/nibiru/pull/2259) - feat: add depinject wiring for all sdk modules
5657
- [#2261](https://github.com/NibiruChain/nibiru/pull/2261) - feat: gen pulsar api and app wiring for sudo
5758
- [#2262](https://github.com/NibiruChain/nibiru/pull/2262) - feat: app wiring for oracle
5859
- [#2263](https://github.com/NibiruChain/nibiru/pull/2263) - feat: app wiring for epochs
5960
- [#2265](https://github.com/NibiruChain/nibiru/pull/2265) - feat: app wiring for inflation
60-
- [#2268](https://github.com/NibiruChain/nibiru/pull/2268) - fix(evm): gas limit for erc20 deploy
61+
- [#2266](https://github.com/NibiruChain/nibiru/pull/2266) - feat: app wiring for evm
6162

6263
## [v2.2.0](https://github.com/NibiruChain/nibiru/releases/tag/v2.2.0) - 2025-03-27
6364

0 commit comments

Comments
 (0)