Daniel Liu
85fc56733f
core: lookup txs by block number instead of block hash ( #19431 )
2025-01-24 15:52:43 +08:00
Daniel Liu
2b8b7e68f7
all: avoid storing computable receipt metadata ( #19345 )
2025-01-24 15:52:43 +08:00
Daniel Liu
92f0d07e6d
core: remove unnecessary fields in log ( #17106 #19182 )
2025-01-24 15:52:43 +08:00
Daniel Liu
a843f94524
Merge pull request #821 from gzliudan/db_commands
...
cmd/XDC: add db commands: stats, compact, put, get, delete
2025-01-24 15:50:49 +08:00
Daniel Liu
4224367396
cmd/XDC: add db commands: stats, compact, put, get, delete ( #22014 )
2025-01-24 15:32:08 +08:00
Daniel Liu
742103c19c
Merge pull request #820 from gzliudan/rm_copydb
...
cmd/XDC: delete copydb command
2025-01-24 15:26:27 +08:00
Daniel Liu
1ff36996c0
cmd/XDC: delete copydb command
2025-01-24 14:41:28 +08:00
Daniel Liu
8b9de4b76c
Merge pull request #819 from gzliudan/read_db_only
...
all: add read-only option to database
2025-01-24 14:36:20 +08:00
Daniel Liu
97c50f97bb
all: add read-only option to database
2025-01-24 14:24:39 +08:00
Daniel Liu
ff923bdca6
Merge pull request #814 from JukLee0ira/fix-perfix
...
accounts/keystore: fix xdc-prefix address bug
2025-01-23 15:35:12 +08:00
JukLee0ira
ae438bea69
accounts/keystore: fix xdc-prefix address bug ( #759 )
2025-01-23 15:23:45 +08:00
Daniel Liu
c3badb4298
Merge pull request #818 from JukLee0ira/fix-rawdb
...
core, light: handle the nil return value of `GetBlockNumber`
2025-01-23 13:57:56 +08:00
JukLee0ira
197291443f
core, light: handle the nil return value of GetBlockNumber, fix #517
2025-01-23 13:57:07 +08:00
Daniel Liu
bc2f68d70b
Merge pull request #806 from gzliudan/migrate_to_embed
...
all: migrate go-bindata to embed
2025-01-22 19:24:20 +08:00
Daniel Liu
ffbe4f5080
all: migrate go-bindata to embed ( #24744 )
2025-01-22 17:03:47 +08:00
Daniel Liu
2779b08918
Merge pull request #780 from gzliudan/better_reorg
...
core: refactor the function reorg
2025-01-22 15:30:53 +08:00
Daniel Liu
cbdf0e69f9
core: refactor function reorg ( #23761 , #24616 , #24996 , #30600 )
2025-01-22 15:23:37 +08:00
Daniel Liu
adba311c5c
Merge pull request #788 from JukLee0ira/Migrate-to-rawdb
...
core/rawdb: separate raw database access to own package
2025-01-22 15:21:38 +08:00
JukLee0ira
653b59710e
core/rawdb: separate raw database access to own package ( #16666 #19345 )
2025-01-22 15:19:39 +08:00
Daniel Liu
d1d95e2e64
Merge pull request #803 from gzliudan/go_generate
...
all: update files by 'go generate ./...'
2025-01-22 15:11:21 +08:00
Daniel Liu
6794504d40
all: update files by 'go generate ./...'
2025-01-22 15:10:52 +08:00
Daniel Liu
b34ab0c652
Merge pull request #807 from gzliudan/abigen_flag
...
cmd/abigen: require either '--abi' or '--combined-json'
2025-01-22 15:09:28 +08:00
Daniel Liu
89376fd489
cmd/abigen: require either '--abi' or '--combined-json' ( #31045 )
2025-01-22 15:09:02 +08:00
Daniel Liu
f6d3f64b7c
Merge pull request #813 from gzliudan/fix_receipt_encode
...
core/types: remove extra byte when EncodeRLP for Receipt
2025-01-22 15:07:31 +08:00
Daniel Liu
5740ca1fe4
core/types: remove extra byte when EncodeRLP for Receipt
2025-01-22 15:07:10 +08:00
Daniel Liu
4e18b25309
Merge pull request #683 from JukLee0ira/traceBlockByNumber
...
eth/tracers: add tracerConfig support and implement contractTracer
2025-01-22 12:57:28 +08:00
JukLee0ira
412133b977
eth/tracers: add test for contractTracer
2025-01-22 12:37:48 +08:00
JukLee0ira
f7b591ffe3
eth/tracers: add a golang tracer to locate contracts ( #23708 )
2025-01-22 12:37:37 +08:00
JukLee0ira
7ca83ab0ec
eth/tracers: add TracerConfig option to Tracer ( #25430 )
2025-01-22 11:08:15 +08:00
Daniel Liu
2a5737f91b
Merge pull request #809 from gzliudan/xinfin_bootnodes
...
cicd: update bootnodes for mainet
2025-01-21 16:19:24 +08:00
Daniel Liu
7710bfc19d
cicd: update bootnodes for mainet
2025-01-21 16:08:53 +08:00
Wanwiset Peerapatanapokin
3e02384f43
Merge pull request #804 from XinFinOrg/fix-cd-command
...
fix deploy command
2025-01-20 09:45:21 +04:00
Daniel Liu
694111c2a6
Merge pull request #805 from gzliudan/gencodec
...
build: add imports for go generate tools
2025-01-20 13:13:30 +08:00
Daniel Liu
588f61661c
build: add imports for go generate tools ( #24682 )
2025-01-20 11:52:59 +08:00
wgr523
537dc5e6fb
Exp timeout ( #764 )
...
* feat: write duration calculation in countdown as
interface. add more inputs as function argument
* feat: ExpTimeoutDuration
* fix: three dots usage
* feat: refine exp duration
* feat: add exp timeout config and use it in countdown
* feat: remove const countdown
* feat: remove use of interface in countdown, use error
* fix: countdown reset timer problem
* fix: add default ExpTimeoutConfig for config
2025-01-19 23:04:03 +08:00
wanwiset25
deef6b477b
make deploy command ignore deployment not found
2025-01-16 13:12:08 +04:00
benjamin202410
38f4c98740
remove-ec2-rpcs ( #793 )
...
Co-authored-by: liam.lai <liam.lai@us>
2025-01-15 19:47:58 -08:00
Daniel Liu
82bbe93b1f
Merge pull request #802 from gzliudan/rm_ens
...
contracts: remove ens
2025-01-16 08:50:44 +08:00
Daniel Liu
7bbb05d672
contracts: remove ens
2025-01-16 08:50:16 +08:00
Daniel Liu
82aefde53d
Merge pull request #801 from gzliudan/ci_generate
...
build: add checker for 'go generate'
2025-01-16 08:49:18 +08:00
Daniel Liu
1d5d2f1349
build: add 'go generate' checker
2025-01-16 08:21:42 +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
Daniel Liu
e2b4b79d2f
Merge pull request #797 from gzliudan/ci_tidy
...
build: add 'go mod tidy' checker
2025-01-15 10:10:58 +08:00
Daniel Liu
00797dda0c
build: add 'go mod tidy' checker
2025-01-15 10:10:38 +08:00
Daniel Liu
d0c6442af8
Merge pull request #799 from gzliudan/fix_gen_tx_json
...
core/types: remove generate directive for gen_tx_json.go
2025-01-15 10:06:28 +08:00
Daniel Liu
47a67158e5
core/types: remove generate directive for gen_tx_json.go
2025-01-14 11:50:20 +08:00
Daniel Liu
2a26a571d9
Merge pull request #792 from gzliudan/golangci-lint
...
build: support golangci-lint v1.63.4
2025-01-12 17:03:27 +08:00
Daniel Liu
baea5d3da7
build: support golangci-lint v1.63.4
2025-01-11 23:56:59 +08:00