Delweng
6e379b6fc7
eth/tracers: prestate tracer add blob fee ( #29168 )
...
* eth/tracers: prestate balance add blob fee
Signed-off-by: jsvisa <delweng@gmail.com>
* eth/tracers: prestate test support blob tx
Signed-off-by: jsvisa <delweng@gmail.com>
* eth/tracers: add prestate blob tx test
Signed-off-by: jsvisa <delweng@gmail.com>
---------
Signed-off-by: jsvisa <delweng@gmail.com>
8 months ago
Undefinedor
a90fe84971
accounts: remove deprecated function NewPlaintextKeyStore ( #29171 )
8 months ago
Martin HS
e73f55365c
accounts/usbwallet: update hid library ( #29176 )
8 months ago
Andrei Kostakov
a000acb611
rpc: add more test cases for arg types ( #29006 )
8 months ago
Martin HS
899bb88a4b
accounts/usbwallet: revert #28945 ( #29175 )
8 months ago
Tom
588c5480fd
internal/ethapi: delete needless error check ( #29127 )
8 months ago
Devon Bear
66e1a6ef49
go.mod: bump pebble db to official release ( #29038 )
...
bump pebble
8 months ago
Péter Szilágyi
f4d53133f6
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
...
* eth: drop support for forward sync triggers and head block packets
* consensus, eth: enforce always merged network
* eth: fix tx looper startup and shutdown
* cmd, core: fix some tests
* core: remove notion of future blocks
* core, eth: drop unused methods and types
8 months ago
Marius van der Wijden
9a0fa8093c
node: remove test which doesn't do a lot ( #29159 )
...
* node: fix test if directory already exists
* node: remove test
8 months ago
zhiqiangxu
9e129efd7b
core: remove useless assignments ( #29065 )
8 months ago
cui
a970295956
rlp: using unsafe.Slice instead of SliceHeader ( #29067 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
8 months ago
Undefinedor
a6d6e8ac41
rpc: remove deprecated method "Notifier.Closed" ( #29162 )
8 months ago
Delweng
dfa6c5e9c8
internal/jsre: format blob fields from hexdecimal to int ( #29166 )
...
* internal/jsre: format receipt.{blobGasPrice,blobGasUsed} to int
Signed-off-by: jsvisa <delweng@gmail.com>
* internal/jsre: format tx.maxFeePerBlobGas to int
Signed-off-by: jsvisa <delweng@gmail.com>
* internal/jsre: format blob* in block
Signed-off-by: jsvisa <delweng@gmail.com>
---------
Signed-off-by: jsvisa <delweng@gmail.com>
8 months ago
Martin HS
96bf23f1ea
accounts/usbwallet: use updated hid (only) library ( #28945 )
...
* accounts/usbwallet: use updated hid (only) library
* deps: update karalabe/hid
8 months ago
rjl493456442
7b81cf6362
core/state, trie/triedb/pathdb: remove storage incomplete flag ( #28940 )
...
As SELF-DESTRUCT opcode is disabled in the cancun fork(unless the
account is created within the same transaction, nothing to delete
in this case). The account will only be deleted in the following
cases:
- The account is created within the same transaction. In this case
the original storage was empty.
- The account is empty(zero nonce, zero balance, zero code) and
is touched within the transaction. Fortunately this kind of accounts
are not-existent on ethereum-mainnet.
All in all, after cancun, we are pretty sure there is no large contract
deletion and we don't need this mechanism for oom protection.
8 months ago
buddho
e199319fd6
rlp: remove a moot todo ( #29154 )
8 months ago
zhiqiangxu
d89d7ebdec
core: initialize `gasRemaining` with `=` instead of `+=` ( #29149 )
...
initialize gasRemaining with = instead of +=
8 months ago
Vie
9b3ceb2137
core/types: reuse signtx ( #29152 )
...
* core/types: reuse signtx
* core/types: inline signtx
8 months ago
Domino Valdano
5d5b384efd
.mailmap: remove invalid email address ( #29163 )
8 months ago
Andrei Silviu Dragnea
19607d1a10
eth/tracers: Fix prestateTracer pre nonce on contract creation ( #29099 )
...
The prestateTracer was reporting an inaccurate nonce for the contract being created in
post EIP-158 transactions. Correct nonce is 0, due to the issue nonce was being reported as 1.
8 months ago
rjl493456442
ca473b81cb
core: use finalized block as the chain freeze indicator ( #28683 )
...
* core: use finalized block as the chain freeze indicator
* core/rawdb: use max(finality, head-90k) as chain freezing threshold
* core/rawdb: fix tests
* core/rawdb: fix lint
* core/rawdb: address comments from peter
* core/rawdb: fix typo
8 months ago
Felix Lange
a97d622588
cmd/devp2p: fix commandHasFlag ( #29091 )
...
It got broken in some update of the cli library, and thus bootnodes weren't
being configured automatically for some of the discovery commands.
8 months ago
psogv0308
35cebc1687
triedb/pathdb: changed the test code to check for verifying state ( #29150 )
...
Co-authored-by: this-is-iron <iron@superblock.co>
8 months ago
buddho
679a27a2b3
all: use EmptyUncleHash, EmptyCodeHash instead of raw value ( #29134 )
8 months ago
cui
5a1e8a6547
core: delete unused ErrMaxInitCodeSizeExceeded ( #29062 )
8 months ago
yzb
b408b3e5fe
accounts/abi: delete duplicate error check ( #29136 )
8 months ago
yzb
a732ad0364
p2p: remove unused argument 'flags' ( #29132 )
8 months ago
Undefinedor
00905f7dc4
all: remove redundant import aliases ( #29144 )
8 months ago
Péter Szilágyi
0b1438c3df
eth: make transaction propagation paths in the network deterministic ( #29034 )
...
* eth: make transaction propagation paths in the network deterministic
* eth: avoid potential division by 0
* eth: make tx propagation dependent on local node id too
* eth: fix review comments
8 months ago
Sina Mahmoodi
0a2f33946b
eth/catalyst: update simulated beacon for cancun ( #28829 )
...
* eth/catalyst: update simulated beacon for cancun
* validate blob hashes
* compute hashes from commitment
* fix beacon root and payload version
* check commitment conversion
* fix random attr
* flip dev to cancun
8 months ago
Péter Szilágyi
865e1e9f57
cmd/utils, core/rawdb, triedb/pathdb: flip hash to path scheme ( #29108 )
...
* cmd/utils, core/rawdb, triedb/pathdb: flip hash to path scheme
* graphql: run tests in hash mode as the chain maker needs it
8 months ago
yzb
db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required ( #29126 )
...
replace-fmt-errorf
Co-authored-by: yzb@example.cn <yzb@example.cn>
9 months ago
Ng Wei Han
28d55218f7
cmd/geth: parseDumpConfig should not return closed db ( #29100 )
...
* cmd: parseDumpConfig should not return closed db
* fix lint
9 months ago
cui fliter
dbc27a199f
all: fix function names in docs ( #29128 )
...
Signed-off-by: cui fliter <imcusg@gmail.com>
9 months ago
lightclient
1883438964
eth/catalyst: return invalid payload attributes instead of invalid parms for bad fcu payload ( #29115 )
9 months ago
buddho
9986a69c25
internal/ethapi: pass in accesslist in test ( #29089 )
...
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
9 months ago
rjl493456442
5bae14f9df
triedb/pathdb: fix panic in recoverable ( #29107 )
...
* triedb/pathdb: fix panic in recoverable
* triedb/pathdb: add todo
* triedb/pathdb: rename
* triedb/pathdb: rename
9 months ago
rjl493456442
49623bd469
core, triedb/pathdb: calculate the size for batch pre-allocation ( #29106 )
...
* core, triedb/pathdb: calculate the size for batch pre-allocation
* triedb/pathdb: address comment
9 months ago
Péter Szilágyi
170fcd80c6
params: being major version bump cycle
9 months ago
cui
02d77c98f9
core: using math.MaxUint64 instead of 0xffffffffffffffff ( #29094 )
9 months ago
Péter Szilágyi
57d2b552c7
params: begin v1.13.15 cycle
9 months ago
Péter Szilágyi
9038ba6942
params: release Geth v1.13.14
9 months ago
Roberto Bayardo
51b479e564
core/txpool: elevate the 'already reserved' error into a constant ( #29095 )
...
declare the 'already reserved' error in errors.go
9 months ago
Andrei Silviu Dragnea
5a0f468f8c
eth/tracers: Fix callTracer logs on onlyTopCall == true ( #29068 )
9 months ago
Delweng
45a272c7b9
core/txpool: no need to log loud rotate if no local txs ( #29083 )
...
* core/txpool: no need to run rotate if no local txs
Signed-off-by: jsvisa <delweng@gmail.com>
* Revert "core/txpool: no need to run rotate if no local txs"
This reverts commit 17fab17388
.
Signed-off-by: jsvisa <delweng@gmail.com>
* use Debug if todo is empty
Signed-off-by: jsvisa <delweng@gmail.com>
---------
Signed-off-by: jsvisa <delweng@gmail.com>
9 months ago
Péter Szilágyi
63aaac8100
core/txpool/blobpool: reduce default database cap for rollout ( #29090 )
...
xcore/txpool/blobpool: reduce default database cap for rollout
9 months ago
cui
c1f59b98f6
eth/catalyst: remove variable in tx conversion loop ( #29076 )
9 months ago
Justin Dhillon
821d70240d
cmd/clef: add spaces in README.md table ( #29077 )
...
Add space after links in so they are clickable in vscode.
9 months ago
maskpp
8bca93e82c
internal/ethapi: pass blob hashes to gas estimation ( #29085 )
9 months ago
cui
edffacca8f
eth/catalyst: enable some commented-out testcases ( #29073 )
9 months ago