Commit graph

12991 commits

Author SHA1 Message Date
Daniel Liu
79e7aef66b
Merge pull request #919 from gzliudan/final-block
rpc: support keyword `finalized` as block number
2025-03-19 17:48:37 +08:00
Daniel Liu
3e4a13d038 rpc: accept finalized as block number 2025-03-19 17:47:52 +08:00
Daniel Liu
b293363f0e
Merge pull request #918 from gzliudan/fix-issue-19286
core: initialize current block/fastblock atomics to nil
2025-03-19 17:46:34 +08:00
Daniel Liu
3856e16d8c core: initialize current block/fastblock atomics to nil (19352) 2025-03-19 17:46:12 +08:00
Daniel Liu
a1d6e839c0
Merge pull request #920 from gzliudan/rm-flag-docroot
cmd/utils, eth/ethconfig: remove flag docroot
2025-03-19 17:26:55 +08:00
Daniel Liu
ccf8ff2e64 cmd/utils, eth/ethconfig: remove flag docroot 2025-03-19 15:32:57 +08:00
Daniel Liu
95c7b224af
Merge pull request #916 from gzliudan/quick-test
build: add command `make quick-test` to save test time
2025-03-18 12:26:30 +08:00
Daniel Liu
6f020100d3 build: add command make quick-test to save test time 2025-03-17 17:30:02 +08:00
Daniel Liu
923645801d
Merge pull request #914 from gzliudan/fix_devnet_config
common, params: update parameters of devnet
2025-03-16 07:32:11 +08:00
Daniel Liu
d6fd1e868e common, params: update parameters of devnet 2025-03-16 01:06:12 +08:00
Daniel Liu
59550744d9
Merge pull request #913 from gzliudan/fix_devnet_config
params: fix outdated DevnetChainConfig
2025-03-15 23:53:33 +08:00
Daniel Liu
db820bdd91 params: fix outdated DevnetChainConfig 2025-03-15 23:48:20 +08:00
Daniel Liu
e258b875d6
Merge pull request #911 from gzliudan/improve_fee_history
eth/gasprice: improve function FeeHistory
2025-03-14 08:04:38 +08:00
Daniel Liu
5ef815a6c9 eth/gasprice: sanity check ratio values (#31270) 2025-03-14 08:04:02 +08:00
Daniel Liu
8f68af5da0 eth/gasprice: add query limit for FeeHistory to defend DDOS attack (#29644) 2025-03-14 08:04:02 +08:00
Daniel Liu
bdd7cf1f0c
Merge pull request #910 from gzliudan/fix_fee_history
eth/gasprice: fix deserialization error for foundry
2025-03-14 08:02:12 +08:00
Daniel Liu
975cddacc5 eth/gasprice: fix deserialization error for foundry 2025-03-14 08:01:07 +08:00
Daniel Liu
21a430963c
Merge pull request #907 from gzliudan/fix-genesis
all: fix wrong genesis hash by set EIP-1559 number
2025-03-14 07:59:59 +08:00
Daniel Liu
3837d0c2cc core, cmd/XDC: fix wrong hash caused by EIP-1559 number when init genesis 2025-03-13 16:55:09 +08:00
Daniel Liu
8850e1be87 cicd, genesis: set EIP-1559 number in genesis for devnet and testnet 2025-03-13 16:55:09 +08:00
Daniel Liu
80ad490f0a
Merge pull request #908 from gzliudan/improve_genesis
cmd/XDC: improve init genesis
2025-03-13 16:53:44 +08:00
Daniel Liu
8efa0c0a29 cmd/XDC: improve init genesis 2025-03-13 11:17:56 +08:00
Wanwiset Peerapatanapokin
8706e1aa7d
Merge pull request #906 from XinFinOrg/minor-fix-cicd
Update ci.yml
2025-03-11 14:12:41 +04:00
Wanwiset Peerapatanapokin
9543b85159
Update ci.yml 2025-03-11 14:01:00 +04:00
Daniel Liu
42defdb589
Merge pull request #905 from JukLee0ira/support_cancun
common: set cancun block to 0 for local net
2025-03-11 16:44:53 +08:00
JukLee0ira
9d3a8c20eb common: set cancun block to 0 for local net 2025-03-11 16:42:14 +08:00
Daniel Liu
d4f8f434b1
Merge pull request #902 from gzliudan/fix_peer_tracking
eth/downloader: fix peer idleness tracking when restarting statesync
2025-03-11 16:37:51 +08:00
Daniel Liu
9167867bab eth/downloader: fix peer idleness tracking when restarting statesync (#21260) 2025-03-11 16:37:02 +08:00
Daniel Liu
66449401ce
Merge pull request #903 from gzliudan/fix_downloader_race
eth/downloader: fix data race in downloader
2025-03-11 16:36:10 +08:00
Daniel Liu
8d63a56777 eth/downloader: fix data race in downloader (#20204) 2025-03-11 16:35:31 +08:00
Daniel Liu
7b3e57eacd
Merge pull request #901 from gzliudan/fix_validator
core, eth/downloader: fix validation and downloader printout flaw
2025-03-11 16:34:52 +08:00
Daniel Liu
0273448333 core, eth/downloader: fix validation and downloader printout flaw (#17974) 2025-03-11 13:24:02 +08:00
benjamin202410
c1665e5975
Merge pull request #904 from XinFinOrg/test-devnet-reward-more
test devnet reward more
2025-03-10 22:15:54 -07:00
liam.lai
fd8f8ec2dc update config 2025-03-10 22:15:31 -07:00
liam.lai
cc63105314 test devnet reward more 2025-03-10 19:23:46 -07:00
Daniel Liu
a9317abcd1
Merge pull request #897 from gzliudan/fix_TestPendingLogsSubscription
eth/filters: fix TestPendingLogsSubscription
2025-03-10 15:43:25 +08:00
Miro
2dfa020165 eth/filters: fix TestPendingLogsSubscription (#23619)
The test did not synchronize with per-case goroutines, and thus didn't notice
that some tests were just hanging. This change adds missing synchronization
and fixes the broken tests.
2025-03-10 15:42:59 +08:00
Daniel Liu
ecd835b1b8
Merge pull request #896 from gzliudan/indexer_configurable
core, eth, params: make indexer configurable
2025-03-10 15:42:21 +08:00
Daniel Liu
2697703c0f core, eth, params: make indexer configurable (#17188) 2025-03-10 15:41:53 +08:00
Daniel Liu
3c80686dad
Merge pull request #895 from gzliudan/remove-les
all: remove les, light, faucet, lightchaindata
2025-03-10 15:40:39 +08:00
Daniel Liu
2f349da4bf cmd: remove deprecated lightchaindata db (#30527) 2025-03-10 15:40:08 +08:00
Daniel Liu
825a3cbb77 light: remove package (#28614) 2025-03-10 15:40:07 +08:00
Daniel Liu
66e73ad32e cmd, les: remove light client code (#28586) 2025-03-10 15:40:07 +08:00
benjamin202410
080dcfd48f
update new reward parameter on devnet (#899)
Co-authored-by: liam.lai <liam.lai@us>
2025-03-10 00:31:36 -07:00
Daniel Liu
353c1f4201
Merge pull request #894 from gzliudan/ligth_cht
light: CHT and bloom trie indexers working in light mode
2025-03-07 11:22:19 +08:00
Daniel Liu
f039b26e7a light: CHT and bloom trie indexers working in light mode (#16534) 2025-03-06 15:30:48 +08:00
Daniel Liu
a898812123
Merge pull request #893 from gzliudan/fix_nodeinfo
les: fix crasher in NodeInfo when running as server
2025-03-06 15:24:58 +08:00
Daniel Liu
2eccba2eaa les: fix crasher in NodeInfo when running as server (#17419) 2025-03-05 20:49:32 +08:00
Daniel Liu
2f06e10b4c
Merge pull request #892 from gzliudan/clean_genesis_hash
core, light, params: remove genesis hash of ethereum network
2025-03-05 14:32:07 +08:00
Daniel Liu
3976617ac2 core, light, params: clean genesis hash 2025-03-05 14:30:39 +08:00