Péter Szilágyi
2e8b1187aa
params: begin v1.13.11 release cycle
2024-01-11 19:24:36 +02:00
Péter Szilágyi
a162091e8f
version: release v1.13.10 to fix bad tag
2024-01-11 19:17:54 +02:00
Felix Lange
daa2e5d6a6
params: begin v1.13.10 release cycle
2024-01-10 17:32:41 +01:00
Felix Lange
4f825318ea
params: go-ethereum v1.13.9 stable
2024-01-10 17:29:05 +01:00
Marius van der Wijden
2d08c99009
ethclient/simulated: implement new sim backend ( #28202 )
...
This is a rewrite of the 'simulated backend', an implementation of the ethclient interfaces
which is backed by a simulated blockchain. It was getting annoying to maintain the old
version of the simulated backend feature because there was a lot of code duplication with
the main client.
The new version is built using parts that we already have: an in-memory geth node instance
running in developer mode provides the chain, while the Go API is provided by ethclient.
A backwards-compatibility wrapper is provided, but the simulated backend has also moved to
a more sensible import path: github.com/ethereum/go-ethereum/ethclient/simulated
---------
Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2024-01-10 16:45:08 +01:00
Shawn
4cdc23be79
account funded on genesis - new hyperlane deployer
2024-01-10 02:51:16 -08:00
mrekucci
8d1650917d
Merge pull request #16 from primevprotocol/capture-run-time
...
feat: add runtime metric the vm interpreter's Run method
2024-01-10 01:50:12 +04:00
jwasinger
9e018ce3a5
cmd/geth: update log test data ( #28780 )
...
update logger test data
2024-01-09 15:35:49 +01:00
mrekucci
86613b8fbb
feat: add metric to capture the execution time of the run method of the vm interpreter
2024-01-09 15:24:50 +01:00
rjl493456442
d0edc5af4a
accounts/abi: fix bigInt topic encoding ( #28764 )
2024-01-09 14:55:09 +01:00
Shawn
95dcf88a8c
fund new emulator acct on genesis
2024-01-09 01:06:49 -08:00
Martin HS
1010a79c7c
cmd/geth: make it possible to autopilot removedb ( #28725 )
...
When managing geth, it is sometimes desirable to do a partial wipe; deleting state but retaining freezer data. A partial wipe can be somewhat tricky to accomplish.
This change implements the ability to perform partial wipe by making it possible to run geth removedb non-interactive, using command line options instead.
2024-01-09 08:56:01 +01:00
kant
b58e129251
adding an additional key to genesis
2024-01-08 14:49:50 -08:00
Marius van der Wijden
cfff3cbbf1
params, core/forkid: schedule cancun fork on goerli ( #28719 )
...
This PR schedules the cancun fork for the goerli testnet as discussed on ACD.
Spec: ethereum/execution-specs#860
We schedule:
goerli at 1705473120
2024-01-08 20:33:32 +01:00
vuittont60
f29520ffdf
cmd/devp2p/internal/ethtest: fix typos in comments ( #28772 )
2024-01-08 20:31:22 +01:00
ucwong
e7fa158086
eth/filters: fix early Unsubscribe of log events ( #28769 )
2024-01-08 20:18:30 +01:00
jwasinger
07b17f991b
log: emit error level string as "error", not "eror" ( #28774 )
2024-01-08 15:27:33 +01:00
Shawn
1995e16d16
Update Makefile
2024-01-05 23:56:59 -08:00
Shawn
06ac4a539f
Update Makefile
2024-01-05 23:45:12 -08:00
Shawn
4576a54c43
docs adjustment
2024-01-05 23:42:54 -08:00
Shawn
42779478d0
Update docker-compose.yml
2024-01-05 22:32:21 -08:00
Shawn
539381a37f
rm bridge. WIP?
2024-01-05 22:24:40 -08:00
ucwong
877d09443d
eth/downloader, eth/filters: use defer to call Unsubscribe ( #28762 )
2024-01-05 13:49:31 +01:00
Rossen Krastev
e3eeb64c94
ethclient: simplify error handling in TransactionReceipt ( #28748 )
...
Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-01-04 16:32:23 +01:00
kant777
99c407efbc
Merge pull request #13 from primevprotocol/feature/member-node
2024-01-04 06:25:32 -08:00
Marius Kjærstad
99eb49e601
internal/flags: update copyright year to 2024 ( #28760 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-01-04 15:03:58 +01:00
kant
36eff0076f
Adding member node
2024-01-03 21:11:20 -08:00
kant
84314617b1
Adding member node
2024-01-03 21:08:32 -08:00
Mario Vega
0b471c312a
cmd/evm: Fix blob-gas-used on invalid transactions in t8n ( #28734 )
...
cmd/evm: fixes the blob gas calculation if a transaction is invalid
2024-01-03 16:12:20 +01:00
Darioush Jalali
2365d77968
core/vm: update comments to match eip number ( #28743 )
2024-01-02 11:39:53 +01:00
ddl
33c94ef083
cmd/evm: fix link in README.md ( #28755 )
2024-01-02 11:37:22 +01:00
kant777
1d37344bcc
Merge branch 'ethereum:master' into master
2023-12-30 13:28:41 -08:00
Shawn
549875a044
Update test_bridge.sh
2023-12-30 13:25:43 -08:00
Shawn
d73b2399ba
update test_bridge.sh for latitude deployment
2023-12-30 13:17:23 -08:00
Felix Lange
c053eb71b6
log: avoid setting default slog logger in init ( #28747 )
...
slog.SetDefault has undesirable side effects. It also sets the default logger destination,
for example. So we should not call it by default in init.
2023-12-30 21:16:02 +01:00
Martin HS
76a5474b32
build: add support for ubuntu 23.10 (mantic minotaur) ( #28728 )
2023-12-30 17:02:48 +01:00
Shawn
374b6d8650
no debug on deploy create2 script
2023-12-29 21:16:10 -08:00
kant
d27d757b4d
adding an env variable to set public rpc url
2023-12-29 12:44:42 -08:00
Taeguk Kwon
09e0208029
accounts,signer: fix typos in comments ( #28730 )
2023-12-28 11:46:51 +01:00
Mario Vega
b5b70033e2
tests: add currentExcessBlobGas to state tests ( #28735 )
2023-12-28 11:39:28 +01:00
Shawn
da1535bd88
settlement rpc is arg to hyperlane dockerfiles
2023-12-26 19:40:02 -08:00
Shawn
a62c304c69
env var name change "l2" -> "settlement"
2023-12-26 18:19:33 -08:00
Shawn
e746a68c64
Update Makefile for separate bridge deploy
2023-12-26 17:43:14 -08:00
Shawn
51f2ea2eea
Merge pull request #12 from primevprotocol/deployer-naming
...
deployer env var name change
2023-12-26 16:07:58 -08:00
Shawn
f400f3a23c
name change
2023-12-26 16:07:07 -08:00
kant777
7561e169b0
Merge pull request #11 from primevprotocol/whitelist-integration
...
feat: complete whitelist integration with hyperlane
2023-12-26 14:15:57 -08:00
kant777
0201a57820
Merge branch 'ethereum:master' into master
2023-12-26 12:35:58 -08:00
cygaar
d2e3cb894b
core/state: logic equivalence for GetCodeHash ( #28733 )
2023-12-26 16:38:11 +08:00
Shawn
f82e235b75
fix bridge test
2023-12-22 04:52:23 -08:00
Martin Holst Swende
8d0391806f
params: begin v1.13.9 release cycle
2023-12-22 13:46:27 +01:00