Commit graph

112 commits

Author SHA1 Message Date
Daniel Liu
be40f8ac21
chore(cicd,common): unify XDC runtime binary across networks (#2147)
Package a single XDC binary for all networks and remove binary-switching logic from the CI/CD flow.

Changes:

- cicd/Dockerfile: build once and copy only /usr/bin/XDC

- cicd/entry.sh: validate NETWORK and remove runtime relink

- Makefile: make XDC-devnet-local depend on XDC; remove constants file swap

- common/constants: delete duplicated constants.go.{testnet,devnet,local}

Impact:

- network differences are now driven by runtime config, not separate binaries
2026-03-10 18:52:38 +05:30
anunay-xin
973efe6482
feat(start.sh): add configurable miner gas limit with default value (#2140) 2026-03-07 17:26:11 +08:00
Daniel Liu
2611f1dd9a
fix(all): fix typo foudation (#2063) 2026-02-28 18:00:55 +04:00
Wanwiset Peerapatanapokin
5340ce712c
all: make nodes publish coinbase address to stats server (#1967)
* allow customizable stats server parameters

* pass coinbase address to stats server
2026-02-05 18:59:00 +07:00
Daniel Liu
acec2ccc5b
cicd: fix docker build error (#1978) 2026-01-27 08:44:41 +05:30
Daniel Liu
84de57cadc
cicd: store git commit hash into docker image (#1931) 2026-01-16 15:47:16 +05:30
Daniel Liu
8cbbc1e83d
consensus, params: remove SkipV2Validation, close XFN-151 (#1730) 2025-11-14 21:53:05 +05:30
wanwiset25
6ba021da8c add default env to runtime image 2025-09-25 15:52:05 +04:00
wanwiset25
30e1a9a7fd fix 2025-09-20 17:56:20 +04:00
wanwiset25
a1e5a98377 update validator initial configs 2025-09-14 15:19:19 +04:00
wanwiset25
8e07f0678f fix local start script 2025-09-14 15:19:19 +04:00
wanwiset25
4df9699821 genesis wizard accept file input 2025-09-14 15:19:19 +04:00
wit765
1da1b58e7e
build: fix BAD BLOCK error for consensus v1 and Go v1.24 v1.25 (#1482)
Co-authored-by: wit <wit765765346@gmail>
2025-09-12 09:52:52 +08:00
wit765
f234dd896e
build: upgrade go to v1.25.1 (#1476)
Co-authored-by: wit <wit765765346@gmail>
2025-09-11 16:35:39 +08:00
wanwiset25
3e0d61c45d turn off personal, debug, shh apis by default 2025-06-26 11:36:53 +04:00
Daniel Liu
10c7e1d775
ccid, cmd: disable personal module by default (#1148) 2025-06-25 16:58:46 +08:00
wanwiset25
a78982814b make start script accept SYNC_MODE and GC_MODE 2025-06-17 11:32:53 +04:00
Daniel Liu
e83b87a80e
cicd, params: update bootnodes for testnet (#1110) 2025-06-17 13:35:28 +08:00
wanwiset25
6119591b7f update mainnet bootnode 2025-05-19 15:03:47 +04:00
Daniel Liu
7aaf724f4f all: update parameters for rollback 2025-04-12 11:38:27 +08:00
wanwiset25
f9585a5f3e fix docker build warning 2025-03-31 06:03:42 +04: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
bcab248ac3 cicd, params: update bootnode 81.0.220.137 for mainet 2025-03-03 09:42:42 +08:00
JukLee0ira
8bd1c9cee9 all: update to go version 1.23 2025-03-01 16:42:11 +08:00
benjamin202410
6217d1e3fb
fix private devnet with private ip (#879)
Co-authored-by: liam.lai <liam.lai@us>
2025-02-22 19:32:45 -08:00
wanwiset25
b6bce43bba update bootnodes 2025-01-24 15:48:03 +04:00
Daniel Liu
7710bfc19d cicd: update bootnodes for mainet 2025-01-21 16:08:53 +08:00
benjamin202410
38f4c98740
remove-ec2-rpcs (#793)
Co-authored-by: liam.lai <liam.lai@us>
2025-01-15 19:47:58 -08:00
Wanwiset Peerapatanapokin
cb720be158
Merge pull request #794 from XinFinOrg/rm-old-devnet-cfg
remove old config
2025-01-15 21:32:41 +04:00
wanwiset25
9bfec33942 remove old config
update bootnodes and cicd
2025-01-15 21:21:10 +04:00
liam.lai
3b6ece40d7 update mainnet bootnode list 2025-01-15 10:13:18 +08:00
wanwiset25
12488b86ed add bootnodes 2025-01-01 22:07:31 -05:00
wanwiset25
0404803366 optimize shell script 2025-01-01 22:07:31 -05:00
wanwiset25
4859d5e7db new constants and genesis.json 2025-01-01 22:06:09 -05:00
wanwiset25
44ac46f676 add local xdpos function
add readme

changes to support xdpos2 protocol from block 0
2025-01-01 22:06:09 -05:00
benjamin202410
dd0fb11fa3
reduce gas limit for devnet to 50M (#785)
Co-authored-by: liam.lai <liam.lai@us>
2024-12-30 18:31:47 -08:00
benjamin202410
ac3b44eebf
remove devnet ecs terraform (#786)
Co-authored-by: liam.lai <liam.lai@us>
2024-12-30 18:31:31 -08:00
benjamin202410
6307460603
update bootnode list (#783)
Co-authored-by: liam.lai <liam.lai@us>
2024-12-29 21:50:28 -08:00
benjamin202410
0686b4428f
upgrade to golang 1.22 (#763)
Co-authored-by: liam.lai <liam.lai@us>
2024-12-25 22:59:24 -08:00
wanwiset25
448fe9a746 fix typo and local script 2024-12-03 02:29:40 +04:00
Wanwiset Peerapatanapokin
9cf63d50e4
Merge pull request #749 from XinFinOrg/devnet-bootnode
Devnet bootnode
2024-12-02 12:27:44 +04:00
wanwiset25
e257b521ce change devnetstats url 2024-12-02 09:06:48 +08:00
wanwiset25
f646ddd2db add store-reward flag by default 2024-11-29 21:06:05 +08:00
wanwiset25
c369253b5c update bootnode check script 2024-11-29 15:58:44 +04:00
wanwiset25
7d41e834e4 new devnet bootnodes 2024-11-29 15:58:44 +04:00
Daniel Liu
369d69649f all: normalize flag's name 2024-11-25 16:39:29 +08:00
benjamin202410
338fb86bcd
downsize devnet rpc (#724)
Co-authored-by: Name <benjamin202410@gmail.com>
2024-10-31 22:43:07 -07:00
wanwiset25
232de432b3 revert fixed image 2024-08-25 09:46:24 +07:00
wanwiset25
52a4c8e231 hardcode stable image for rpc deployment (temporary) 2024-08-20 14:52:31 +04:00
Liam
dfccb75556
remove ecs rpc node as we have ec2 ones (#567) 2024-08-16 15:05:00 -07:00