Commit graph

12909 commits

Author SHA1 Message Date
Daniel Liu
92bc30bc37 cmd: remove deprecated flags --fast and --light 2025-02-21 15:35:09 +08:00
Daniel Liu
a9f4b91fb8
Merge pull request #876 from gzliudan/dbcmd_inspect
cmd/XDC, core/rawdb: add db command inspect
2025-02-21 15:33:11 +08:00
Daniel Liu
7017077508 cmd/XDC, core/rawdb: add db command inspect 2025-02-21 15:32:35 +08:00
Daniel Liu
659659f320
Merge pull request #875 from gzliudan/node_deprecation_warning
node: warn when using deprecated config/resource files
2025-02-21 15:31:25 +08:00
Daniel Liu
639d3f63a0 node: warn when using deprecated config/resource files (#18199) 2025-02-21 15:30:55 +08:00
Daniel Liu
1a1c613464
Merge pull request #874 from gzliudan/fix_debug_api
core: fix special tx cause debug API fail after EIP-1559
2025-02-21 15:25:16 +08:00
Daniel Liu
b60396a233 core, internal/ethapi: improve function IsSpecialTransaction 2025-02-20 12:48:17 +08:00
Daniel Liu
4f8d11e11d core: fix BlockSigner tx cause debug API fail after EIP-1559 2025-02-20 12:35:24 +08:00
Daniel Liu
783d46f29e core/types: remove unused error variables 2025-02-20 11:46:49 +08:00
Daniel Liu
2f626561f7
Merge pull request #863 from gzliudan/network_flags
all: clean up the network flags
2025-02-19 17:24:28 +08:00
Daniel Liu
1819d5b7b4 common: set eip1559Block to 0 for local net 2025-02-19 15:52:34 +08:00
Daniel Liu
5f750498f4 les: copy constans after get networkID 2025-02-19 15:52:34 +08:00
Daniel Liu
98cff5d6c2 all: remove network rinkeby 2025-02-19 15:52:29 +08:00
Daniel Liu
54b4be1aa2 cmd, core: add flag mainet and devnet 2025-02-19 14:24:20 +08:00
Daniel Liu
1d653e57ab cmd, core: merge flags testnet and apothem 2025-02-19 14:24:20 +08:00
Daniel Liu
020e9aa81d
Merge pull request #861 from gzliudan/enable_cancun
core/vm: enable cancun instruction set
2025-02-19 14:21:43 +08:00
Daniel Liu
30195e88ee core/vm: enable cancun instruction set 2025-02-19 14:20:45 +08:00
Daniel Liu
000ace69f4
Merge pull request #870 from gzliudan/disable_kzg4844
cmd/utils: disable kzg4844
2025-02-19 14:20:10 +08:00
Daniel Liu
0284a8dab0 cmd/utils: disable kzg4844 2025-02-19 14:19:35 +08:00
Daniel Liu
54d2d60db2
Merge pull request #869 from gzliudan/testnet_eip1559
common: update eip1559 block number for testnet
2025-02-19 14:18:12 +08:00
Daniel Liu
c67d13abee common: update eip1559 block number for testnet 2025-02-19 14:16:52 +08:00
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