Mikhail Wall
197492a10a
Merge pull request #19 from primevprotocol/feature/private-key-management
...
Feature/private key management
2024-02-08 17:18:04 +08:00
Shawn
de3ff44651
fund 5 bridge emulator accounts on local l1 genesis
2024-02-07 17:55:46 -08:00
Shawn
552a9cf940
Merge pull request #21 from primevprotocol/fee-cleanup
...
config: fee param cleanup
2024-02-06 18:07:18 -08:00
Shawn
57f5acd742
explicitly set priority fee min/max
2024-02-06 17:49:18 -08:00
Shawn
0f4d76f95e
rm red herring genesis fields
2024-02-06 17:49:18 -08:00
Shawn
bd91e9c93e
Merge branch 'ethereum:master' into master
2024-02-06 02:33:41 -08:00
Péter Szilágyi
16ce7bf50f
eth, miner: fix enforcing the minimum miner tip ( #28933 )
...
* eth, miner: fix enforcing the minimum miner tip
* ethclient/simulated: fix failing test due the min tip change
* accounts/abi/bind: fix simulater gas tip issue
2024-02-06 10:59:24 +02:00
rjl493456442
0b5d8d2b58
core: cache transaction indexing tail in memory ( #28908 )
2024-02-06 10:44:42 +08:00
Shawn
2796890917
Merge pull request #20 from primevprotocol/redo-fee-mechanism
...
fix: reapply fee mechanism logic
2024-02-05 13:56:37 -08:00
Shawn
eb71626cb3
Update state_transition.go
2024-02-05 13:52:21 -08:00
Halimao
99e9c0702b
Makefile: add help target to display available targets ( #28845 )
...
Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-02-05 22:48:19 +01:00
kant777
993e208db9
Merge branch 'ethereum:master' into master
2024-02-05 13:44:49 -08:00
Dimitris Apostolou
8fd43c8013
all: fix typos in comments ( #28881 )
2024-02-05 22:16:32 +01:00
Péter Szilágyi
8ec638dc5e
internal/flags: fix --miner.gasprice default listing ( #28932 )
2024-02-05 22:01:56 +01:00
Chris Ziogas
19af9008f1
p2p: fix accidental termination of portMappingLoop ( #28911 )
2024-02-05 22:00:46 +01:00
zoereco
253447a4f5
core/types: fix typo ( #28922 )
2024-02-04 13:55:30 +08:00
Mikelle
1d40b9ffbb
get rid of redundant genesis-keystore
2024-02-03 15:25:25 +08:00
Mikelle
4515b2e396
changed naming node -> signer-node
2024-02-03 12:38:19 +08:00
Mikelle
8a529991d9
added keystore support
2024-02-03 12:03:54 +08:00
Péter Szilágyi
47d76c5f95
core/txpool: don't inject lazy resolved transactions into the container ( #28917 )
...
* core/txpool: don't inject lazy resolved transactions into the container
* core/txpool: minor typo fixes
2024-02-02 20:39:12 +02:00
Péter Szilágyi
62affdc9c5
core/txpool/blobpool: post-crash cleanup and addition/removal metrics ( #28914 )
...
* core/txpool/blobpool: clean up resurrected junk after a crash
* core/txpool/blobpool: track transaction insertions and rejections
* core/txpool/blobpool: linnnnnnnt
2024-02-02 18:26:35 +02:00
Martin HS
06a871136e
deps: update memsize ( #28916 )
2024-02-02 18:26:13 +02:00
Mikelle
3443d0ddb5
changed geth password naming
2024-02-02 11:23:35 +08:00
Mikelle
8570ff1a5f
Merge branch 'master' into feature/private-key-management
2024-02-02 10:42:29 +08:00
Shawn
5b1843e05a
whitelist contract funded on genesis
2024-01-31 22:59:40 -08:00
Alok
2fe91fd396
fix to bootstrap POA network without restart
2024-01-31 18:56:29 +05:30
rjl493456442
5c67066a05
eth/downloader: fix skeleton cleanup ( #28581 )
...
* eth/downloader: fix skeleton cleanup
* eth/downloader: short circuit if nothing to delete
* eth/downloader: polish the logic in cleanup
* eth/downloader: address comments
2024-01-31 10:57:33 +02:00
Martin HS
3adf1cecf2
build: fix problem with windows line-endings in CI download ( #28900 )
...
fixes #28890
2024-01-31 10:45:20 +02:00
kant777
6dd88381de
Merge branch 'ethereum:master' into master
2024-01-31 00:09:32 -08:00
Shawn
027892b9e9
add alloc to local l1 genesis
2024-01-30 21:17:46 -08:00
Mikelle
8617628b9a
updated entrypoint to accept password
2024-01-30 16:33:57 +08:00
rjl493456442
eaac53ec38
core: reset tx lookup cache if necessary ( #28865 )
...
This pull request resets the txlookup cache if chain reorg happens,
preventing them from remaining reachable. It addresses failures in
the hive tests.
2024-01-30 09:34:14 +08:00
KeienWang
fc380f52ef
docs/postmortems: fix outdated link ( #28893 )
2024-01-29 16:40:57 +01:00
lightclient
e2778cd59f
eth/catalyst: allow payload attributes v1 in fcu v2 ( #28882 )
...
At some point, `ForkchoiceUpdatedV2` stopped working for `PayloadAttributesV1` while `paris` was active. This was causing a few failures in hive. This PR fixes that, and also adds a gate in `ForkchoiceUpdatedV1` to disallow `PayloadAttributesV3`.
2024-01-29 11:53:25 +01:00
KeienWang
db98cc485e
README.md: fix travis badge ( #28889 )
...
The hyperlink in the README file that directs to the Travis CI build was broken.
This commit updates the link to point to the corrent build page.
2024-01-29 10:58:43 +01:00
protolambda
2e947b7a00
core/types: fix and test handling of faulty nil-returning signer ( #28879 )
...
This adds an error if the signer returns a nil value for one of the signature value fields.
2024-01-27 21:16:20 +01:00
alex
bc0b87ca19
internal/flags: fix typo ( #28876 )
2024-01-26 08:57:04 +01:00
kant
578e614738
Merge branch 'master' of github.com:primevprotocol/mev-commit-geth
2024-01-25 02:48:48 -08:00
kant
a9ea27e766
syncing fork
2024-01-25 02:48:19 -08:00
kant777
e930493ed0
Update genesis.json
2024-01-24 20:53:20 -08:00
kant777
cd9fafc825
Update genesis.json
2024-01-24 20:51:00 -08:00
kant777
9bfa79f500
Update genesis.json
2024-01-24 20:41:24 -08:00
mrekucci
6d2450f13e
Merge pull request #18 from primevprotocol/verbosity
...
feat: allow change the geth verbosity by env variable
2024-01-24 23:39:13 +04:00
mrekucci
25d385ff12
feat: allow change the geth verbosity by env variable
2024-01-24 15:40:45 +01:00
Martin Holst Swende
cd0770ea68
params: begin v.1.13.12 release cycle
2024-01-24 11:55:40 +01:00
Martin Holst Swende
99dc3fe118
params: go-ethereum v1.13.11 stable
2024-01-24 11:45:29 +01:00
rjl493456442
765f2904d8
ethclient: fix flaky test ( #28864 )
...
Fix flaky test due to incomplete transaction indexing
2024-01-24 09:07:20 +01:00
lightclient
a8a87586c1
eth/catalyst: prefix payload id with version ( #28246 )
...
GetPayloadVX should only return payloads which match its version. GetPayloadV2 is a special snowflake that supports v1 and v2 payloads. This change uses a a version-specific prefix within in the payload id, basically a namespace for the version number.
2024-01-24 08:39:12 +01:00
Shawn
aebed35c1d
expose rpc port as 9545 for mock l1 bootnode
2024-01-23 19:04:57 -08:00
rjl493456442
6b0de79935
core: move tx indexer to its own file ( #28857 )
...
This change moves all the transaction indexing functions to a separate txindexer.go file and defines a txIndexer structure as a refactoring.
2024-01-23 21:00:50 +01:00