Commit graph

15003 commits

Author SHA1 Message Date
drstevenbrule
7280a5b31a
build: fix typo in comment (#28800) 2024-01-12 14:22:45 +01:00
kant777
e4372e2832
Update entrypoint.sh 2024-01-12 02:19:17 -08:00
kant777
8faf33c1ca
Update entrypoint.sh 2024-01-12 00:58:21 -08:00
kant777
ac99290823
Update entrypoint.sh 2024-01-12 00:52:03 -08:00
vuittont60
ae4ea047e3
cmd: fix typos (#28798) 2024-01-12 10:40:00 +02:00
HAOYUatHZ
6e235c0833
eth: minor change of config-accessor (#28782)
eth: refactor `GetVM`
2024-01-12 08:06:22 +01:00
drstevenbrule
5c2de7fcbe
docs: fix badge in README (#28796)
* Fix broken badge in README.md

Replaced broken Github link with IPFS link for long-term storage.

* update go badge

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

---------

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2024-01-12 07:43:52 +01:00
Shawn
35aff8430c
Merge pull request #15 from primevprotocol/rm-bridge
refactor: remove bridge
2024-01-11 12:57:20 -08:00
Shawn
78bef5ef89 rm outdated bridge script 2024-01-11 12:51:11 -08:00
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