14232 Commits

Author SHA1 Message Date
Dario Gabriel Lipicar
2ed623628b
Rename module 2023-06-26 11:20:16 -03:00
Joshua Gutow
39d121af21
Merge pull request #103 from ethereum-optimism/fix-min-recommit-test
miner: adjust test to handle updated min-recommit interval
2023-06-15 11:11:07 -07:00
protolambda
5ee3df33ab
miner: adjust test to handle updated min-recommit interval 2023-06-15 19:49:53 +02:00
protolambda
b5fecf58ec
Merge pull request #102 from ethereum-optimism/min-recommit-interval
miner: change min recommit interval to 100ms
2023-06-09 12:57:09 +02:00
protolambda
10d373a956
miner: change min recommit interval to 100ms 2023-06-09 12:49:19 +02:00
Adrian Sutton
474eda126f
Merge pull request #101 from yzhou61/deposit-sender-fix
Fix sender of deposit transactions
2023-06-09 13:35:46 +10:00
Joe (Yu) Zhou
1ee4f9ff45 Fix sender of deposit transactions
When the nonce of a deposit transaction is non-nil, the inner
transaction is decoded as type `depositTxWithNonce`. Hence when getting
the sender of such transactions, the type of the inner transaction
should be checked.
2023-06-08 17:42:52 -05:00
Adrian Sutton
09ade3df6d
Merge pull request #99 from ethereum-optimism/relayed-tx-chain-id-api-fix
optimism: set chain-ID of pre-bedrock relayed txs
2023-06-08 08:22:11 +10:00
protolambda
5d616c1481
optimism: set chain-ID of pre-bedrock relayed txs 2023-06-07 14:37:36 +02:00
Adrian Sutton
a22cadcf9f
Merge pull request #77 from roberto-bayardo/simplify-gas-estimate
implement more accurate & predicable priority fee suggestion algorithm for chains like Optimism
2023-06-06 08:50:11 +10:00
Roberto Bayardo
2f3d09ae4e
make MinSuggestedOptimismPriorityFee configurable via gasprice.Config 2023-06-04 16:41:09 -07:00
protolambda
3cb51a2c00
Merge pull request #97 from ethereum-optimism/aj/journal-remote
core/txpool: Support journaling remote transactions with --txpool.journalremotes
2023-06-02 15:33:40 +02:00
Adrian Sutton
d619a931f2
core/txpool: Support journaling remote transactions with --txpool.journalremotes 2023-06-02 11:19:29 +10:00
protolambda
bdab05ca78
Merge pull request #93 from ethereum-optimism/fix-pending-block
miner,eth: latest block as pending block on rollup
2023-05-26 17:46:03 +02:00
protolambda
bfdfd9b3cf
Merge pull request #95 from ethereum-optimism/aj/l1-overhead
core/types: Include overhead in the L1GasUsed for receipts.
2023-05-26 11:29:21 +02:00
protolambda
482400dabf
cmd: add rollup.computependingblock flag 2023-05-24 21:58:27 +02:00
Adrian Sutton
4a8d967595
core/types: Include overhead in the L1GasUsed for receipts. 2023-05-24 13:33:35 +10:00
Roberto Bayardo
99ffcfa4fa
implement more accurate & predicable priority fee suggestion algorithm specific for chains like Optimism 2023-05-23 07:57:39 -07:00
protolambda
8a2aa071ec
miner,eth: latest block as pending on rollup 2023-05-18 23:25:05 +02:00
protolambda
3fa9e81244
Merge pull request #91 from ethereum-optimism/diff-update
fork.yaml: update fork diff for v1.11.6
2023-05-03 21:06:48 +02:00
protolambda
f7e10eea58
fork.yaml: update diff for v1.11.6 2023-05-03 19:56:59 +02:00
Adrian Sutton
9cc072e922
Merge pull request #88 from ethereum-optimism/aj/update-geth-azimir
Update to upstream Azimir (1.11.6) release
2023-05-03 06:23:51 +10:00
protolambda
cb5e6ef85a
Merge pull request #89 from dapperscene6/dapper/update-regolith-time
Update goerli regolith hardfork time
2023-04-27 23:34:22 +02:00
dapperscene6
c01d9335dc
Update goerli regolith hardfork time 2023-04-27 13:40:47 -04:00
Adrian Sutton
55ac3dc739
Merge tag 'v1.11.6' into aj/update-geth-azimir
# Conflicts:
#	core/txpool/txpool.go
#	go.sum
#	miner/worker.go
#	params/config.go
2023-04-21 13:36:27 +10:00
Joshua Gutow
24ae687be3
Merge pull request #85 from ethereum-optimism/jg/l1_gas_overhead
miner: Account for L1 Info Deposit gas usage in the pending pool
2023-04-20 11:32:14 -07:00
Martin Holst Swende
ea9e62ca3d
params: go-ethereum v1.11.6 stable 2023-04-20 20:14:51 +02:00
Joshua Gutow
f856aea527 miner: Account for L1 Info Deposit gas usage in the pending pool 2023-04-20 11:14:09 -07:00
rjl493456442
99f81d2724
all: refactor trie API (#26995)
In this PR, all TryXXX(e.g. TryGet) APIs of trie are renamed to XXX(e.g. Get) with an error returned.

The original XXX(e.g. Get) APIs are renamed to MustXXX(e.g. MustGet) and does not return any error -- they print a log output. A future PR will change the behaviour to panic on errorrs.
2023-04-20 06:57:24 -04:00
s7v7nislands
ae93e0b484
metrics: use atomic type (#27121) 2023-04-20 03:36:54 -04:00
Alex Beregszaszi
3f7afc3f57
core/vm: order opcodes properly (#27113) 2023-04-20 02:52:00 -04:00
Joshua Gutow
753e01d1cb
Merge pull request #80 from ethereum-optimism/handle-local-only-tx-pool-err
eth: when forwarding txs, silence local tx pool errors
2023-04-19 09:39:11 -07:00
Adrian Sutton
f2df2b1981
cmd/geth: rename --vmodule to --log.vmodule (#27071)
renames `--vmodule` to `--log.vmodule`, and prints a warning if the old form is used.
2023-04-19 07:18:02 -04:00
Martin Holst Swende
2b0a34bea6
cmd/devp2p: make crawler-route53-updater less verbose (#27116)
Follow-up to #26697, makes the crawler less verbose on route53-based scenarios.

It also changes the loglevel from debug to info on Updates, which are typically the root, and can be interesting to see.
2023-04-19 06:46:56 -04:00
s7v7nislands
3768b00747
consensus/ethash: use atomic type (#27068) 2023-04-18 14:54:06 +02:00
joohhnnn
b1972627d9
p2p: access embedded fields of Server directly (#27078) 2023-04-18 11:57:08 +02:00
Delweng
5e4d726e2a
params: remove EIP150Hash from chainconfig (#27087)
The EIP150Hash was an idea where, after the fork, we hardcoded the forked hash as an extra defensive mechanism. It wasn't really used, since forks weren't contentious and for all the various testnets and private networks it's been a hassle to have around. 

This change removes that config field. 

---------

Signed-off-by: jsvisa <delweng@gmail.com>
2023-04-18 03:49:09 -04:00
Adrian Sutton
547f15be87
Merge pull request #86 from ethereum-optimism/aj/fix-lint
Fix lint errors
2023-04-18 10:41:28 +10:00
Adrian Sutton
69834b1343
Fix lint errors 2023-04-18 10:23:03 +10:00
Adrian Sutton
18dff230d1
Merge pull request #83 from dapperscene6/dapper/schedule-base-goerli-regolith
Schedule Regolith on Base Goerli at 1682614800
2023-04-18 09:28:55 +10:00
Anusha
cb66eba85a
core: fix comment to reflect function name (#27070) 2023-04-17 11:02:31 -04:00
Taeguk Kwon
bedf2856d1
signer/core: rename testdata files (#27063)
Sets a meaningful name on test-files
2023-04-17 10:36:47 -04:00
noel
8fe807c8f2
cmd/devp2p: fix erroneous log output in crawler (#27089)
cmd/devp2p: fix log of ignored recent nodes counter
2023-04-17 10:29:27 -04:00
Parithosh Jayanthi
5aa5295cf9
params: new sepolia bootnodes (#27099)
New sepolia bootnodes managed by EF devops
2023-04-17 04:15:25 -04:00
dapper
54b5903877
Schedule Regolith on Base Goerli at 1682614800 2023-04-13 19:00:22 -04:00
Joshua Gutow
1ab789f1a9
Merge pull request #82 from ethereum-optimism/jg/fix_release_script
Update ci-docker-tag-op-geth-release.sh
2023-04-10 16:06:23 -07:00
Joshua Gutow
ae21d08bb0
Update ci-docker-tag-op-geth-release.sh 2023-04-10 13:04:23 -07:00
protolambda
96a0140275
eth: when forwarding txs, silence local tx pool errors 2023-04-10 17:33:53 +02:00
Péter Szilágyi
4a9fa31450
Merge pull request #27051 from sandakersmann/master
build: upgrade -dlgo version to Go 1.20.3
2023-04-08 17:13:55 +03:00
Joshua Gutow
70fbe82df1
Merge pull request #79 from ethereum-optimism/jg/increase_ci_size_for_unit_test
ci: Use a large machine for geth unit tests
2023-04-07 09:48:16 -07:00