Commit graph

12888 commits

Author SHA1 Message Date
Daniel Liu
6eebfd340f core: tidy up genesis alloc 2025-02-19 14:15:09 +08:00
JukLee0ira
2bb6edd07b p2p, p2p/discover: add dial metrics (#27621) 2025-02-18 16:05:59 +08:00
Daniel Liu
a52388550c
Merge pull request #867 from gzliudan/devnet_genesis
genesis: update genesis file for devnet
2025-02-18 15:53:43 +08:00
Daniel Liu
36edddf4cc genesis: update genesis file for devnet 2025-02-18 15:53:20 +08:00
Daniel Liu
dead639d48
Merge pull request #866 from gzliudan/fix_constants
cmd, common, eth: copy constants after get chain id
2025-02-18 15:51:49 +08:00
Daniel Liu
2a2711ad64 cmd, common, eth: copy constants after get chain id 2025-02-18 15:16:55 +08:00
Daniel Liu
6f22270ba4
Merge pull request #864 from gzliudan/nuke_GroupFlags
cmd: use slices.Concat instead of GroupFlags
2025-02-18 09:09:08 +08:00
Daniel Liu
2fb9e99ba3 cmd: use slices.Concat instead of GroupFlags 2025-02-17 15:06:52 +08:00
Daniel Liu
9b7d0c20e7
Merge pull request #858 from JukLee0ira/opt-compare
performance: remove extra conversions
2025-02-17 14:36:20 +08:00
JukLee0ira
51dac59e92 common: change type of variables for constants 2025-02-17 11:38:16 +08:00
Daniel Liu
0b40863458
Merge pull request #860 from gzliudan/chain_description
params: print chain configuration in more detail
2025-02-17 10:06:37 +08:00
Daniel Liu
3fc7eeff8a params: print chain configuration in more detail 2025-02-17 10:05:50 +08:00
Daniel Liu
630419fc46
Merge pull request #857 from gzliudan/update_bootnodes
params: update bootnodes
2025-02-17 10:04:49 +08:00
Daniel Liu
9b77577dc5 params: update bootnodes 2025-02-17 09:53:38 +08:00
Daniel Liu
3ea2de8f47
Merge pull request #855 from gzliudan/modify_flag_value
cmd/utils: change default value of some flags to simplify sync
2025-02-17 09:49:04 +08:00
Daniel Liu
bea5c95a7c cmd/utils: change default value of some flags to simplify sync 2025-02-17 09:36:14 +08:00
Daniel Liu
ede4c10961
Merge pull request #854 from gzliudan/deprecate_XDCx-datadir_flag
cmd/utils: deprecate flag `--XDCx-datadir`
2025-02-17 09:31:37 +08:00
Daniel Liu
7ea30d6b29 cmd/utils: deprecate flag --XDCx-datadir 2025-02-17 09:30:30 +08:00
Daniel Liu
ff0c34486a
Merge pull request #851 from gzliudan/deprecate_mine_flag
cmd: deprecate the `--mine` flag
2025-02-17 09:19:43 +08:00
Daniel Liu
b50c4a29f6 cmd: deprecate flag --mine 2025-02-17 09:19:13 +08:00
Daniel Liu
5db69a70bc
Merge pull request #850 from gzliudan/auto_network_id
eth: set networkID to chainId by default
2025-02-17 09:17:53 +08:00
Daniel Liu
ff987140dc eth: set networkID to chainId by default (#28250) 2025-02-17 09:17:31 +08:00
Daniel Liu
4656718f0c
Merge pull request #849 from gzliudan/init_genesis
cmd/XDC: remove genesis file dependency for `XDC init` command
2025-02-17 09:16:43 +08:00
Daniel Liu
56752b1f07
Merge pull request #846 from gzliudan/constants
common: refactor constants
2025-02-17 09:14:45 +08:00
Daniel Liu
94002321d0 common: create directory constants for back compatibility 2025-02-17 09:13:40 +08:00
Daniel Liu
cfc8cca674 common: refactor constants 2025-02-17 09:13:40 +08:00
Daniel Liu
1b9bae9a99
Merge pull request #843 from gzliudan/eip4844
core/vm: implement the BLOBHASH opcode 0x49
2025-02-17 09:11:02 +08:00
benjamin202410
2244ac7de1
Merge pull request #859 from XinFinOrg/exp_timeout_logs
refactor: more logs on countdown
2025-02-16 16:34:17 -08:00
Wang Gerui
37b1929621 refactor: more logs on countdown 2025-02-15 17:44:39 +08:00
Daniel Liu
d304a24edc cmd/XDC: remove genesis file dependency for XDC init command 2025-02-13 12:46:54 +08:00
Daniel Liu
511a372f14 core/vm: BLOBHASH opcode 0x49 (#27356) 2025-02-11 18:31:30 +08:00
Daniel Liu
47543e8b1c
Merge pull request #842 from gzliudan/fix_downloader
eth/downloader: fix 2 bugs
2025-02-11 18:30:40 +08:00
Daniel Liu
652c66e9d4 eth/downloader: fix issue #16539 (#16546) 2025-02-11 18:30:17 +08:00
Daniel Liu
3ebf97e721 eth/downloader: wait all fetcher goroutines to exit before terminating (#16509) 2025-02-11 18:30:17 +08:00
Daniel Liu
4602e23933
Merge pull request #841 from gzliudan/clean_db
all: clean up and properly abstract database accesses
2025-02-11 18:29:23 +08:00
Daniel Liu
d8fb27b987 all: clean up and properly abstract database accesses (#19021) 2025-02-11 18:28:50 +08:00
Daniel Liu
dc3a2284fc
Merge pull request #840 from gzliudan/kzg4844_blob_ref
crypto/kz4844: pass blobs by ref
2025-02-11 18:27:33 +08:00
Daniel Liu
77ad10c890 crypto/kz4844: pass blobs by ref (#29050) 2025-02-11 18:26:56 +08:00
Daniel Liu
35e70fb43c
Merge pull request #839 from gzliudan/eip7516
implement EIP-7516
2025-02-11 18:24:55 +08:00
Daniel Liu
0dd3d532fc eth: add eth_blobBaseFee RPC (#29140) 2025-02-10 10:59:45 +08:00
Daniel Liu
af4a3b0f9f core/vm: implement BLOBBASEFEE opcode 0x4a (#28098) 2025-02-10 10:58:59 +08:00
Daniel Liu
d1b72bf8ac
Merge pull request #837 from gzliudan/eip_6780
core/state, core/vm: implement EIP 6780
2025-02-08 18:01:10 +08:00
Daniel Liu
c08d4ff4a6 core/state, core/vm: implement EIP 6780 (#27189) 2025-02-07 14:52:29 +08:00
JukLee0ira
d6b136ed7c
consensus, internal, contracts: remove extra hash and string conversions (#830)
* consensus, internal: remove extra hash conversions

* contracts: remove extra string conversions
2025-02-07 13:59:07 +08:00
Daniel Liu
33b16b5efe
Merge pull request #836 from gzliudan/empty_root_hash
all: use types.EmptyRootHash instead of null
2025-02-07 13:58:28 +08:00
Daniel Liu
186d49b1f3 core/vm: use types.EmptyCodeHash (#27729) 2025-02-07 13:50:48 +08:00
Daniel Liu
ebb2c3b2ea all: new empty trie with types.EmptyRootHash instead of null (#27230) 2025-02-07 13:04:45 +08:00
Daniel Liu
65ea1c517f
Merge pull request #835 from XinFinOrg/cicd-backup-rpc
add backup rpc to cicd
2025-02-07 07:49:50 +08:00
wanwiset25
7c29d138ac add backup rpc to cicd 2025-02-06 18:32:21 +04:00
Daniel Liu
5e78d4f22b
Merge pull request #834 from gzliudan/mcopy
core/vm: implement EIP-5656, mcopy instruction
2025-02-06 17:22:53 +08:00