Roshan
a2ddb75b02
chore: update bls generate-proof cmd ( #2215 )
2024-02-16 16:19:30 +08:00
Roshan
fd0ee7d3e9
fix: adjust the timing of initializing Feynman system contracts ( #2203 )
...
* fix: adjust the timing of initializing Feynman system contracts
* fix test case
2024-02-04 17:53:34 +08:00
Roshan
7f6c4cd7cd
Merge remote-tracking branch 'BNB-chain/develop' into bc-fusion-roshan
...
# Conflicts:
# cmd/geth/blsaccountcmd.go
# miner/worker.go
2024-01-30 16:27:57 +08:00
VM
fecd2bfafe
cmd: fix dump cli cannot work in path mode ( #2160 )
2024-01-25 22:07:44 +08:00
zzzckck
ef462c2b47
Merge pull request #2155 from sysvm/fix-prunestate
2024-01-22 14:36:50 +08:00
Roshan
65baf18031
chore: update the contracts' byte code of Feynman upgrade ( #2175 )
...
* chore: update the contracts' byte code of Feynman upgrade
* add `OverrideFeynman`
2024-01-22 13:01:16 +08:00
Eric
04d62b53da
cmd/jsutil: add --miner when count tx ( #2170 )
2024-01-19 16:44:56 +08:00
buddh0
1469bce18a
go.mod: upgrade prysm to support built with go@v1.21
2024-01-15 17:09:47 +08:00
VM
fee8a25957
fix: optimize resolveChainFreezerDir func
2024-01-12 15:36:26 +08:00
rjl493456442
ccb4d55a7c
cmd, core: resolve scheme from a read-write database ( #28313 )
...
* cmd, core: resolve scheme from a read-write database
* cmd, core, eth: move the scheme check in the ethereum constructor
* cmd/geth: dump should in ro mode
* cmd: reverts
2024-01-12 14:47:01 +08:00
Roshan
7466f0a075
Merge branch 'develop' into bc-fusion
...
# Conflicts:
# core/systemcontracts/upgrade.go
# params/config.go
2024-01-08 11:37:58 +08:00
Martin Holst Swende
3349a24333
all: move light.NodeSet to trienode.ProofSet ( #28287 )
...
This is a minor refactor in preparation of changes to range verifier. This PR contains no intentional functional changes but moves (and renames) the light.NodeSet
2024-01-03 09:26:49 +01:00
Matus Kysel
7f2ef5987f
les: removed test and web3
2024-01-03 09:26:49 +01:00
Matus Kysel
8d51cec12e
cmd, les, tests: remove light client code ( #28586 )
...
* cmd, les, tests: remove light client code
This commit removes the light client (LES) code.
Since the merge the light client has been broken and
it is hard to maintain it alongside the normal client.
We decided it would be best to remove it for now and
maybe rework and reintroduce it in the future.
* cmd, eth: remove some more mentions of light mode
* cmd: re-add flags and mark as deprecated
* cmd: warn the user about deprecated flags
* eth: better error message
2024-01-03 09:26:49 +01:00
VM
124939aaa4
cmd/geth: fix parse state scheme ( #2107 )
...
* cmd/geth: fix parse state scheme
* cmd/geth: enrich logs about state scheme
* cmd/geth: rename functions
---------
Co-authored-by: VM <arimas@foxmail.com>
2024-01-03 15:38:39 +08:00
Fynn
7c8fa2b880
cmd/dbcmd: add inspect trie tool ( #2082 )
2023-12-28 16:48:15 +08:00
buddho
a6befb5078
params: use rialto to test builtin network logic ( #2106 )
2023-12-28 10:42:37 +08:00
buddho
267c5c028c
cmd/geth: tidy flags for geth command ( #2109 )
2023-12-27 14:27:35 +08:00
Matus Kysel
ad09930bdf
faucet: new faucet client ( #2074 )
2023-12-26 11:32:04 +08:00
buddho
0ba5816cc7
core/genesis: support chapel to run without geth init
( #2100 )
2023-12-25 10:58:52 +08:00
Roshan
167da21801
Merge branch 'develop' into merge
...
# Conflicts:
# params/config.go
2023-12-21 16:14:09 +08:00
zzzckck
474860ef77
Merge pull request #2035 from weiihann/v1.3.4-snapsync
...
all: pull snap sync PRs from upstream v1.13.5
2023-12-19 11:25:56 +08:00
buddho
e44de3ab27
core: LoadChainConfig return the predefined config for built-in networks firstly ( #2078 )
...
* core: LoadChainConfig return predefined config for built-in net firstly
* cmd/geth: add a warn message for chain config in the configuration file
* consensus/parlia: change chain config log level when New parlia
* core: fix code style
2023-12-18 17:07:50 +08:00
VM
07c46abcbe
cmd/geth: add check func to validate state scheme ( #2067 )
...
* cmd/geth: add check func to validate state scheme
* cmd/geth: add detailed comments
---------
Co-authored-by: VM <arimas@foxmail.com>
2023-12-18 15:34:58 +08:00
Péter Szilágyi
0b632d97f3
cmd, core, ethdb: enable Pebble on 32 bits and OpenBSD
2023-12-14 11:10:45 +08:00
weiihann
84b268f6fb
cmd, core, eth: change default network from ETH to BSC
...
fix tests
fix tests
2023-12-14 11:06:07 +08:00
Péter Szilágyi
f628e32ba5
cmd, core, params: add support for the Holesky testnet ( #28007 )
...
* cmd, core, params: add support for the Holesky testnet
* cmd/devp2p: add support for holesky for the dns crawler
# Conflicts:
# cmd/devp2p/nodesetcmd.go
# cmd/geth/main.go
# cmd/utils/flags.go
# core/genesis.go
# params/bootnodes.go
# params/config.go
2023-12-14 11:06:07 +08:00
Ng Wei Han
e4910b9540
cmd/utils: allow HTTPHost and WSHost flags precede ( #2060 )
2023-12-14 11:04:04 +08:00
Roshan
8f3c525adc
chore: resolve merge conflicts and fix review comments
2023-12-08 16:20:30 +08:00
Eric
a140a5a324
cmd/jsutils: add 2 tools get validator version and block txs number ( #2036 )
2023-12-08 13:44:16 +08:00
Roshan
3e9e6423c0
Merge remote-tracking branch 'BNBChain/develop' into bc-fusion
...
# Conflicts:
# cmd/geth/blsaccountcmd.go
# params/config.go
2023-12-07 18:25:45 +08:00
buddho
5db73c9837
cmd/geth: standardize the action of importing bls account ( #2020 )
...
* cmd/geth: standardize the action of importing bls account
* rename bLSAccountPasswordFileFlag to blsAccountPasswordFileFlag
* use password of wallet as account password when new an account or importing a raw key
2023-12-05 16:37:19 +08:00
rjl493456442
3076ad2ab9
eth/protocols/snap: fix snap sync failure on empty storage range ( #28306 )
2023-12-05 15:46:43 +08:00
Roshan
5743b067ba
feat: add generate-proof
to geth cmd ( #2028 )
...
* feat: add `generate-proof` to geth cmd
* chore: rename variable
2023-12-05 11:46:54 +08:00
larry.lx
afc3b42241
fix: disable flag --pipecommit
2023-12-04 19:06:48 +08:00
Ng Wei Han
a3507cc2c1
cmd/utils: exit process if txlookuplimit flag is set ( #2000 )
2023-12-04 19:06:48 +08:00
Ng Wei Han
b494339e10
fix(cmd): check pruneancient when creating db ( #1986 )
2023-12-04 19:06:48 +08:00
Ng Wei Han
c92b6ce2ad
cmd/utils: exit process if txlookuplimit flag is set ( #2000 )
2023-11-25 20:57:23 +08:00
Ng Wei Han
8b94dd6b59
fix(cmd): check pruneancient when creating db ( #1986 )
2023-11-14 20:10:41 +08:00
joey
53559fc4d7
eth, trie/triedb/pathdb: pbss patches ( #1955 )
...
* fix: use the top root hash for rewinding under path schema
* feat: add async flush nodebuffer in path schema
* chore: add prun-block param suffix check
* fix: code review comments
2023-11-06 14:11:17 +08:00
lx
181218128b
Merge branch 'develop' into master
2023-10-12 22:17:11 +08:00
Fynn
4259f4c1f8
fix: state history hasn't write
2023-10-07 14:42:25 +08:00
Mister-EA
6932673003
cmd: add tests for init-network ( #1899 )
...
* cmd: add tests for init-network command
* cmd: add setup function
2023-09-29 20:54:20 +08:00
Nathan
c955dd2189
cmd/geth: fix listern port when initNetwork ( #1897 )
2023-09-27 10:43:13 +08:00
Fynn
b8bad314ed
cmd/geth: add hash2path & trie get tools
2023-09-26 20:45:05 +08:00
joeycli
528d97b541
feat: active pbss on bsc
...
fix: lint error
fix: ut error
fix: code review comments
2023-09-26 16:14:32 +08:00
rjl493456442
720ff1fe57
all: activate pbss as experimental feature from eth ( #26274 )
...
* all: activate pbss
* core/rawdb: fix compilation error
* cma, core, eth, les, trie: address comments
* cmd, core, eth, trie: polish code
* core, cmd, eth: address comments
* cmd, core, eth, les, light, tests: address comment
* cmd/utils: shorten log message
* trie/triedb/pathdb: limit node buffer size to 1gb
* cmd/utils: fix opening non-existing db
* cmd/utils: rename flag name
* cmd, core: group chain history flags and fix tests
* core, eth, trie: fix memory leak in snapshot generation
* cmd, eth, internal: deprecate flags
* all: enable state tests for pathdb, fixes
* cmd, core: polish code
* trie/triedb/pathdb: limit the node buffer size to 256mb
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2023-09-26 16:14:32 +08:00
Nathan
52e2cb86a5
parlia: reject header with non-nil WithdrawalsHash
( #1884 )
...
* parlia: reject header with `WithdrawalsHash` before shanghai fork
* log: output chainconfig when start up
* eth: fix TestOptionMaxPeersPerIP failure of goroutine order
2023-09-21 12:02:59 +08:00
Nathan
9edad94115
cmd/utils: make uncategorized flags of geth categorized ( #1877 )
2023-09-18 20:07:03 +08:00
NathanBSC
782aea5841
build: run full unit test cases, except ./tests
2023-09-14 13:58:08 +08:00