Commit graph

14882 commits

Author SHA1 Message Date
kant777
8a5b2eed87
Update entrypoint.sh 2024-01-12 18:46:16 -08: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
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
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
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
Shawn
95dcf88a8c fund new emulator acct on genesis 2024-01-09 01:06:49 -08:00
kant
b58e129251 adding an additional key to genesis 2024-01-08 14:49:50 -08: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
kant777
99c407efbc
Merge pull request #13 from primevprotocol/feature/member-node 2024-01-04 06:25:32 -08: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
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
Martin Holst Swende
904a278054
params: go-ethereum v1.13.8 stable 2023-12-22 13:37:16 +01:00
Shawn
af5c3dd68d fix test_whitelist 2023-12-22 04:32:47 -08:00
Shawn
8b886d1ce7 whitelist addr updated for https://github.com/primevprotocol/contracts/pull/65 2023-12-22 04:09:31 -08:00
Shawn
e2d4d6416d updates tests 2023-12-22 02:10:30 -08:00
Shawn
3e2ff2b186 rm canTransfer check along with nits 2023-12-22 02:09:40 -08:00
Shawn
205a1b31d6 verbose precompile logging 2023-12-22 02:09:40 -08:00
Shawn
0b880fa0ad test file changes 2023-12-22 02:09:40 -08:00
Shawn
6bc8d509a4 Update README.md 2023-12-22 02:08:35 -08:00
Shawn
45d5206824 Update README.md 2023-12-22 02:05:20 -08:00
Shawn
aa01e2aa50 update hardcoded whitelist addr + update hyperlane to commit that does same 2023-12-22 01:42:23 -08:00
rjl493456442
f469470aff
core/rawdb: improve state scheme checking (#28724)
This pull request improves the condition to check if path state scheme is in use. 

Originally, root node presence was used as the indicator if path scheme is used or not. However due to fact that root node will be deleted during the initial snap sync, this condition is no longer useful.

If PersistentStateID is present, it shows that we've already configured for path scheme.
2023-12-22 07:50:41 +01:00
kant777
19f718f6e9
Merge branch 'ethereum:master' into master 2023-12-21 20:13:57 -08:00