go-ethereum/internal/ethapi
wgr523 1089f0b4fe
record total minted API v2 (#1769)
* feat: GetTokenSupply API, total minted and burned

* feat: token supply API finish burned token. rename minted record functions

* fix(api): handle edge case about minus 1 for epoch in token supply

* fix: check both total minted and burned before breaking loop

* style: modify minor style

* style: modify by comment and rebase code

* chore: modify test based on statedb_utils
2025-12-09 19:43:19 +08:00
..
addrlock.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
api.go record total minted API v2 (#1769) 2025-12-09 19:43:19 +08:00
api_test.go core/types: support yParity field in JSON transactions #27744 (#1816) 2025-12-09 11:27:37 +05:30
backend.go eth, internal/ethapi: remove order tx pool API (#1743) 2025-11-15 16:45:05 +05:30
errors.go internal/ethapi: eth_simulateV1 #27720 (#1606) 2025-11-08 16:09:18 +05:30
logtracer.go internal/ethapi: eth_simulateV1 #27720 (#1606) 2025-11-08 16:09:18 +05:30
simulate.go internal: deref gasUsed pointer in eth_simulate log #33192 (#1794) 2025-12-04 08:03:22 +05:30
simulate_test.go internal/ethapi: eth_simulateV1 #27720 (#1606) 2025-11-08 16:09:18 +05:30
transaction_args.go internal/ethapi: eth_simulateV1 #27720 (#1606) 2025-11-08 16:09:18 +05:30
transaction_args_test.go eth, internal/ethapi: remove order tx pool API (#1743) 2025-11-15 16:45:05 +05:30
trie_proof.go core, trie: rework trie committer #25320 (#1103) 2025-08-31 15:58:48 +08:00
trie_proof_test.go all: handle err from func rlp.Encode, close XFN-127 (#1692) 2025-11-03 12:45:19 +05:30