issues
search
EscanBE
/
evermint
Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
3
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix(rpc+indexer): exclude txs dropped pre-AnteHandle due to gas limit from RPC results
#137
VictorTrustyDev
closed
3 months ago
0
fix(evm): correct block bloom, receipt bloom computation and some other minor issues of transient data
#136
VictorTrustyDev
closed
3 months ago
0
fix(rpc): build tx receipt to response for txs aborted due to block gas limit
#135
VictorTrustyDev
closed
3 months ago
0
imp(evm): remove the 2nd ethereum event, use receipt event only
#134
VictorTrustyDev
closed
3 months ago
0
imp(evm): remove some fields from EVM tx indexer and adjust emits legacy events
#133
VictorTrustyDev
closed
3 months ago
0
imp(evm): emit tx receipt and miscellaneous deprecation
#132
VictorTrustyDev
closed
3 months ago
0
imp(misc): miscellaneous refactor and improve code logic
#131
VictorTrustyDev
closed
3 months ago
0
imp(evm): allow one and only one Ethereum Tx per tx execution
#130
VictorTrustyDev
closed
3 months ago
0
imp(evm): use generic base account instead of EthAccount
#129
VictorTrustyDev
closed
3 months ago
0
chores(vesting): remove `x/vesting` module and disable vesting
#128
VictorTrustyDev
closed
3 months ago
0
imp(feemarket): move base fee calculation to end blocker
#127
VictorTrustyDev
closed
3 months ago
0
Feature Request: compute base fee in the end of block and use in the next block
#126
VictorTrustyDev
closed
3 months ago
0
imp(evm): remove tx fee refunds for EVM txs and min-gas-multiplier logic
#125
VictorTrustyDev
closed
3 months ago
0
Request: partially remove refund mechanism of EVM transactions
#124
VictorTrustyDev
closed
3 months ago
0
Problem: possible wrong refund EVM tx implementation
#123
VictorTrustyDev
closed
3 months ago
1
imp(feemarket): remove unnecessary `x/feemarket` params
#122
VictorTrustyDev
closed
3 months ago
0
imp(ante): remove logic automatically claims staking rewards
#121
VictorTrustyDev
closed
3 months ago
0
chores(deps): bump cosmos-sdk v0.47.13, ibc-go v7.8.0, cometbft v0.37.5
#120
VictorTrustyDev
closed
3 months ago
0
fix(proto): use `cosmos/gogoproto` in some missed-to-replace places
#119
VictorTrustyDev
closed
5 months ago
0
docs: update README.md to refer to latest dependencies listed
#118
VictorTrustyDev
closed
7 months ago
0
fix(deps): bumps ibc-go to v7.4.0 which include patch for ASA-2024-007
#117
VictorTrustyDev
closed
7 months ago
0
fix(deps): bumps ibc-go to v6.3.0 which include patch for ASA-2024-007
#116
VictorTrustyDev
closed
7 months ago
0
chores: prepare release v12.2.5
#115
VictorTrustyDev
closed
8 months ago
0
deps: bump cosmos-sdk v0.47.10
#114
VictorTrustyDev
closed
8 months ago
0
imp: add some validation relates to number range for EVM txs (backport #112)
#113
VictorTrustyDev
closed
8 months ago
0
imp: add some validation relates to number range for EVM txs
#112
VictorTrustyDev
closed
8 months ago
0
fix(ante): reject EVM txs which having negative value (backport #110)
#111
VictorTrustyDev
closed
8 months ago
0
fix(ante): reject EVM txs which having negative value
#110
VictorTrustyDev
closed
8 months ago
0
fix: resolve compile error `*_test.go` after run rename chain (backport #108)
#109
VictorTrustyDev
closed
8 months ago
0
fix: resolve compile error `*_test.go` after run rename chain
#108
ronal999999
closed
8 months ago
0
chores: sync CHANGELOG from release v12.2 to main
#107
VictorTrustyDev
closed
9 months ago
0
deps: bump cosmos-sdk v0.47.8 and ibc v7.3.2
#106
VictorTrustyDev
closed
9 months ago
0
chores: prepare release v12.2.4
#105
VictorTrustyDev
closed
10 months ago
0
fix(evm): general use zero gas config for EVM exec (backport #103)
#104
VictorTrustyDev
closed
10 months ago
0
fix(evm): general use zero gas config for EVM exec
#103
VictorTrustyDev
closed
10 months ago
0
Feature Request: build transaction receipt for EVM-Txs in-case of processed but failure by any reason
#102
VictorTrustyDev
closed
3 months ago
0
Problem: transaction receipt `cumulativeGasUsed` might facing bug
#101
VictorTrustyDev
closed
3 months ago
1
imp(test): add some edge test cases + benchmark tests
#100
VictorTrustyDev
closed
10 months ago
0
Problem: Json-RPC service uses too many `tmtypes.BlockResult` and `tmtypes.ResultBlockResults`, which are heavy
#99
VictorTrustyDev
opened
10 months ago
0
imp(indexer): skip pruned blocks & drop multiple failed-to-index blocks during indexer boot-up process (cherry-pick partially #96)
#98
VictorTrustyDev
closed
10 months ago
0
Problem: EVM-Tx, which immediately ignored pre-execution when block out of gas, still included in `eth_get...`
#97
VictorTrustyDev
closed
3 months ago
0
imp(indexer): make EVMTxIndexer mandatory service, starts before Json-RPC
#96
VictorTrustyDev
closed
10 months ago
0
Feature Request: make EVMTxIndexer a mandatory service of Json-RPC
#95
VictorTrustyDev
closed
10 months ago
0
Problem: confused `gas_used` of EVM-block
#94
VictorTrustyDev
closed
3 months ago
1
docs: add missing CHANGELOG.md record and update comment for EVMTxIndexer interface
#93
VictorTrustyDev
closed
10 months ago
0
refactor(evm+erc20): cleanup un-used `x/evm` and `x/erc20` types
#92
VictorTrustyDev
closed
10 months ago
0
Problem: Block bloom is missing information in some cases
#91
VictorTrustyDev
closed
3 months ago
0
Feature Request: `x/evm` indexing EvmBlock for faster Json-RPC
#90
VictorTrustyDev
opened
10 months ago
2
Note: implement flow
#89
VictorTrustyDev
closed
3 months ago
0
Problem: current ETH block hash is not computed and inherit Cosmos block hash
#88
VictorTrustyDev
opened
10 months ago
0
Previous
Next