Commit Graph

65 Commits

Author SHA1 Message Date
88a58a5c81 docs: clarify instructions for running a mainnet node (#5)
* docs: clarify instructions for running a mainnet node

* docs: fix last section re running the node
2025-07-05 23:12:14 -04:00
28f6c1e6be Local block sync (#7)
* update: logs

* update: more logging

* update: rename local ingest dir args

* update: fix build

* update: directory path

* update: logs

* update: log ts

* update: fetch last block

* update: time formatting

* update: handle seconds

* update: lmore logs

* fix: provided args

* update: logs

* fix: build

* update: indefinite wiat

* update: run the right loop

* update: remove offset

* update: scan impl

* update: log exists

* update: collect s3 blocks

* update: change the file

* update: logs

* fix: deserialization

* fix: build

* update: remove block

* update: add logs

* update: logs

* update: logs

* update: dates

* update: ignore older blocks

* update: hook up to sync

* fix: build

* fix: build

* update: logs

* update: logs

* update: start height cond

* update: height

* update: loggy

* update: cond

* update: cond

* update: cond

* update: logs

* update: fix height issues

* update: logs

* only collect s3

* update: log block

* update: log both blocks

* update; return s3 block

* update: use local block

* update: blocks

* update: remove logs

* update: logs

* update: remove warns and logs

* update: collection log

* update: logs

* update: logs

* update: scan through heights when registering evm

* update: add local ingest dir to other evm factory

* fix: build

* update: add cli cmd

* update: remove additional arg

* update: change where local ingest dir comes from

* fix: receipts

* update: deser format

* update: fix build

* update: logs

* update: logs

* update: logs

* update: logs

* update: share precompiles with engine

* update: insert compiles

* update: change sync dir

* update: logs

* update: logs

* update: logs

* update: fix build

* update: pipe builder context through

* update: untracked

* update: pass through context

* fix: build

* fix: build

* update: logs

* update: logs

* update: logs

* update: fix cache passthrough

* update: remove logs

* update: logs

* update: hour rollover

* update: zero out hour

* update: hour sync

* update: cleanup code and speedup sync

* update: speedup sync

* update: remove logs

* update: speed up sync

* update: speed up sync

* update: ingest in reverse

* fix: iter rev

* update: break line loop early

* update: remove break

* update: iteration speed

* update: fix build

* update: slow down tail ival

* update: logs

* update: skip last line

* update: remove log

* update: height

* update: logs

* update: return logs

* update: disable attempt logs

* update: tail interval

* update: cleanup logs

* update: add iter skip

* update: fix build

* update: skip -1

* fix: skip

* fix: build

* update: build

* fix: build

* update: logs

* update: log idx

* update: skip after enumerate

* update: cleanup

* update: more cleanup

* update: refactor BuilderSharedState to HyperliquidSharedState

* update: more cleanup

* update: cleanup and refactor collect_local_block

* update: error msg

* update: readme

* update: typo

* update: file log

* fix: typo build

* update: debug log
2025-06-25 14:15:58 -04:00
138377fc62 Update README.md
fix missing argument to keep same genesis files between the init-state and the node running
2025-05-24 13:53:56 +09:00
db419400c2 doc: Update testnet cutoff block 2025-04-28 20:59:15 +00:00
abfd8656c3 doc: Add warning mark 2025-04-18 06:39:59 +00:00
b2adb0f31d doc: Add testnet instruction 2025-04-18 05:47:41 +00:00
cbe68ccd97 Add a be-careful message 2025-02-26 01:48:01 +00:00
d574b9ef58 Initial reth port 2025-02-25 06:19:19 +00:00
6ac5785b35 docs: edited the "deny" shield link. (#13779) 2025-01-13 16:29:24 +00:00
eee5e0d41f bump rust to 1.82 (#11876) 2024-10-18 20:08:09 +00:00
fdad74e50d rust: bump rust to 1.81 (#10721) 2024-09-05 18:12:07 +00:00
106a0c7cf7 refactor: replace once_cell Lazy with LazyLock (#9844)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-08 14:20:42 +00:00
f4689f35b2 chore: update audit doc to v2 (#9177) 2024-06-29 05:20:27 +00:00
23d8e4e6f6 readme: rm wip note 2024-06-25 14:30:31 +03:00
e25e1d72ef chore: move audit (#8922) 2024-06-18 13:36:58 +00:00
f218774950 chore: bump rust version 1.79 (#8829) 2024-06-14 12:52:23 +00:00
1bc9d8b145 Add the Sigma Prime audit (#8728) 2024-06-10 13:08:34 -07:00
411c961362 chore: use new urls for book/docs (#8527) 2024-05-31 14:09:19 +00:00
90713300bf docs: add warning notes about using NippyJar and Compact encoding formats with untrusted data (#8345) 2024-05-22 16:11:30 +00:00
10ef202d7c chore: update 1.0 release ETA to May (#8040) 2024-05-02 10:56:21 +00:00
0ac29bf214 chore: change README.md and release images to beta (#7447) 2024-04-03 17:32:06 +00:00
7012e04d20 fix: use unit workflow for README CI badge (#7168) 2024-03-15 22:01:54 +00:00
bddd1c6dfe chore: bump revm inspector, bump msrv (#7167)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-03-15 21:40:53 +00:00
3c028e5ef4 chore: fix typos (#7049) 2024-03-08 14:23:37 +00:00
a1df972464 chore: remove most ethers mentions and code (#6999) 2024-03-06 14:38:15 +00:00
da51dd3892 chore: rm coverage badge (#6976) 2024-03-05 20:33:54 +00:00
abab5a6938 Bump Prod-readiness status (#6921) 2024-03-01 12:30:10 -08:00
6b5b6f7a40 Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
2024-02-29 12:37:28 +00:00
e12277303f docs: update MSRV to 1.75.0 (#5981) 2024-01-09 10:23:11 +00:00
cf862bb7c7 chore: use bug issue template link in README (#5845) 2023-12-21 22:10:11 +00:00
e6040e8f23 ci: add MSRV lint job (#5495) 2023-11-20 12:28:45 +00:00
d6ea90fd33 feat(ef-tests): validate state root (#4995) 2023-10-12 13:44:41 +00:00
dc74fad816 test: add support for seeded rng (#3270) 2023-06-21 21:35:28 +00:00
6aee59a685 docs: update cover 2023-06-20 09:38:09 -07:00
c75cacf855 docs: fix install link in readme (#3265) 2023-06-20 12:12:39 +00:00
99b26ba2eb docs: add install link to readme (#3248) 2023-06-19 19:58:25 +00:00
83b4c55175 docs: readme pass (#3174) 2023-06-15 14:07:38 +00:00
171166e84a chore: add msrv to manifests, add and use workspace.package (#3006) 2023-06-06 03:45:44 +00:00
a6147e7a85 Update rust version from 1.65.0 to 1.70.0 in README.md (#2998)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-05 12:59:55 -07:00
7cb2d7d8ee chore: point to book for installing (#2584) 2023-05-05 11:47:45 -07:00
77d5216192 fix docs related to tables (#2328)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-21 10:54:21 -04:00
f60b380a1e test: allow testing without --all-features (#1882) 2023-03-21 15:19:37 +01:00
4e46d58b23 docs: update linked URL to Foundry in readme (#1060) 2023-01-27 01:01:05 -08:00
e846fbbb80 Point at the book for run instructions (#795)
* Point at the book for run instructions

* Update README.md

Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-01-10 22:37:26 -08:00
b91e8128e8 chore(docs): update expired geth installation link (#802) 2023-01-10 22:06:25 -08:00
a9ff1dea0d Document libclang prerequisite (#770) 2023-01-08 20:52:57 +02:00
4b18eb8467 Update the document by adding information on how to install Geth and Lighthouse. (#568)
* Update the document by adding information on how to install Geth and Lighthouse.

* Include links to the installation pages for Geth and Lighthouse in the document.

* Change the link to the installation documentation to point to the Geth installation documentation at this link: https://geth.ethereum.org/docs/install-and-build/installing-geth.

Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com>
2022-12-22 14:49:48 +02:00
8f40c8bb93 chore(docs): update engine api links (#576) 2022-12-22 11:41:31 +01:00
c3cda406d0 chore: fix typo (#403) 2022-12-13 10:03:35 +01:00
13297aaa95 docs: use BNB Smart Chain. (#351) 2022-12-07 23:44:48 -08:00