Commit 7e79c5f
feat: develop -> main (#408)
* chore: unstoppable domain proxy (#404)
* fix: move curly braces
* refactor: adding custom amino messages (#407)
* refactor: adding custom amino converter for convert to evm msg
* chore: comment and linting
* chore: new file instead of index
* chore: linting
---------
Co-authored-by: Calico Nino <54007257+CalicoNino@users.noreply.github.com>1 parent 29cd907 commit 7e79c5f
File tree
5 files changed
+88
-1
lines changed- src/sdk
- aminomsgs
- core
5 files changed
+88
-1
lines changed- CHANGELOG.md+14-6
- api/eth/evm/v1/events.pulsar.go+5.2k
- api/eth/evm/v1/evm.pulsar.go+5.3k
- api/eth/evm/v1/genesis.pulsar.go+1.6k
- api/eth/evm/v1/query.pulsar.go+13.9k
- api/eth/evm/v1/query_grpc.pb.go+569
- api/eth/evm/v1/tx.pulsar.go+8.9k
- api/eth/evm/v1/tx_grpc.pb.go+233
- api/eth/types/v1/account.pulsar.go+681
- api/eth/types/v1/indexer.pulsar.go+920
- api/nibiru/devgas/v1/devgas.pulsar.go+725
- api/nibiru/devgas/v1/event.pulsar.go+2.4k
- api/nibiru/devgas/v1/genesis.pulsar.go+1.4k
- api/nibiru/devgas/v1/query.pulsar.go+4.1k
- api/nibiru/devgas/v1/query_grpc.pb.go+225
- api/nibiru/devgas/v1/tx.pulsar.go+4.1k
- api/nibiru/devgas/v1/tx_grpc.pb.go+223
- api/nibiru/epochs/module/module.pulsar.go+1.3k
- api/nibiru/epochs/v1/event.pulsar.go+1.1k
- api/nibiru/epochs/v1/genesis.pulsar.go+657
- api/nibiru/epochs/v1/query.pulsar.go+2.0k
- api/nibiru/epochs/v1/query_grpc.pb.go+145
- api/nibiru/epochs/v1/state.pulsar.go+1.1k
- api/nibiru/genmsg/v1/genmsg.pulsar.go+648
- api/nibiru/inflation/module/module.pulsar.go+1.2k
- api/nibiru/inflation/v1/event.pulsar.go+787
- api/nibiru/inflation/v1/genesis.pulsar.go+1.7k
- api/nibiru/inflation/v1/inflation.pulsar.go+740
- api/nibiru/inflation/v1/query.pulsar.go+5.5k
- api/nibiru/inflation/v1/query_grpc.pb.go+299
- api/nibiru/inflation/v1/tx.pulsar.go+3.4k
- api/nibiru/inflation/v1/tx_grpc.pb.go+145
- api/nibiru/oracle/module/module.pulsar.go+1.2k
- api/nibiru/oracle/v1/event.pulsar.go+3.3k
- api/nibiru/oracle/v1/genesis.pulsar.go+2.7k
- api/nibiru/oracle/v1/oracle.pulsar.go+4.5k
- api/nibiru/oracle/v1/query.pulsar.go+10.8k
- api/nibiru/oracle/v1/query_grpc.pb.go+527
- api/nibiru/oracle/v1/state.pulsar.go+719
- api/nibiru/oracle/v1/tx.pulsar.go+5.5k
- api/nibiru/oracle/v1/tx_grpc.pb.go+227
- api/nibiru/sudo/module/module.pulsar.go+1.2k
- api/nibiru/sudo/v1/event.pulsar.go+668
- api/nibiru/sudo/v1/query.pulsar.go+1.0k
- api/nibiru/sudo/v1/query_grpc.pb.go+105
- api/nibiru/sudo/v1/state.pulsar.go+1.2k
- api/nibiru/sudo/v1/tx.pulsar.go+2.1k
- api/nibiru/sudo/v1/tx_grpc.pb.go+143
- api/nibiru/tokenfactory/v1/event.pulsar.go+3.2k
- api/nibiru/tokenfactory/v1/query.pulsar.go+3.1k
- api/nibiru/tokenfactory/v1/query_grpc.pb.go+183
- api/nibiru/tokenfactory/v1/state.pulsar.go+2.8k
- api/nibiru/tokenfactory/v1/tx.pulsar.go+8.3k
- api/nibiru/tokenfactory/v1/tx_grpc.pb.go+369
- app/app.go+22-44
- app/app_config.go+81-7
- app/keepers.go+7-115
- app/keepers/all_keepers.go+2-2
- contrib/scripts/protocgen-pulsar.sh+16
- contrib/scripts/protocgen.sh+2
- proto/buf.gen.pulsar.yaml+17
- proto/nibiru/epochs/module/module.proto+30
- proto/nibiru/inflation/module/module.proto+25
- proto/nibiru/oracle/module/module.proto+25
- proto/nibiru/sudo/module/module.proto+25
- x/common/testutil/testnetwork/validator_node.go+1-1
- x/epochs/abci_test.go+12-12
- x/epochs/genesis_test.go+3-3
- x/epochs/keeper/grpc_query_test.go+2-2
- x/epochs/keeper/keeper.go+3-5
- x/epochs/module.go+54-6
- x/evm/embeds/artifacts/contracts/ERC20MinterWithMetadataUpdates.sol/ERC20MinterWithMetadataUpdates.json+460
- x/evm/embeds/artifacts/contracts/IFunToken.sol/IFunToken.json+19
- x/evm/embeds/artifacts/contracts/TestERC20TransferThenPrecompileSend.sol/TestERC20TransferThenPrecompileSend.json+2-2
- x/evm/embeds/artifacts/contracts/TestFunTokenPrecompileLocalGas.sol/TestFunTokenPrecompileLocalGas.json+2-2
- x/evm/embeds/artifacts/contracts/TestInfiniteRecursionERC20.sol/TestInfiniteRecursionERC20.json+2-2
- x/evm/embeds/artifacts/contracts/TestNativeSendThenPrecompileSend.sol/TestNativeSendThenPrecompileSend.json+2-2
- x/evm/embeds/artifacts/contracts/TestPrecompileSelfCallRevert.sol/TestPrecompileSelfCallRevert.json+2-2
- x/evm/embeds/artifacts/contracts/TestPrecompileSendToBankThenERC20Transfer.sol/TestPrecompileSendToBankThenERC20Transfer.json+2-2
- x/evm/embeds/contracts/ERC20MinterWithMetadataUpdates.sol+119
- x/evm/embeds/contracts/IFunToken.sol+7
- x/evm/embeds/embeds.go+10-1
- x/evm/embeds/embeds_test.go+1-1
- x/evm/keeper/bank_extension_test.go+1-1
- x/evm/keeper/erc20.go+2-3
- x/evm/keeper/funtoken_from_coin.go+2-2
- x/evm/keeper/funtoken_from_erc20.go+1-1
- x/evm/keeper/funtoken_from_erc20_test.go+3-3
- x/evm/keeper/grpc_query_test.go+1-1
- x/evm/keeper/msg_server.go+2-2
- x/evm/precompile/funtoken.go+98-9
- x/evm/precompile/funtoken_test.go+92-1
- x/evm/precompile/precompile.go+5-4
- x/evm/statedb/journal_test.go+3-3
- x/inflation/module.go+56
- x/oracle/module.go+58
- x/sudo/module.go+49
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments