Commit Graph

34 Commits

Author SHA1 Message Date
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
6081cdfd2b docs: add modular and contributor friendly 2022-12-07 00:05:36 -08:00
4d718bbf33 s/foundry-rs/paradigmxyz 2022-12-07 00:00:45 -08:00
dbd7375a1c docs: add banner 2022-12-06 23:10:26 -08:00
4f370e9ada docs: update readme 2022-12-06 18:02:04 -08:00
4c4357a1bc docs: expand readme (#316)
* wip

* link to warning

* update readme

* add more acknowledgments

* chore: fix typo in readme

* more readme

* refactor goals into the what is reth section

* clarify Reth is EL and make dir layout explicit
2022-12-06 18:02:01 -08:00
a3f9e28d71 chore: prepare main readme for oss (#302)
* chore: prepare main readme for oss

* fix: use correct tg url

* fix: use %5F instead of underscore

* chore: add build/security/contrib guidelines

* chore: cleanup

* feat: expand vision

* chore: apply suggestions from code review

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2022-12-01 11:53:19 -08:00
8bbb9a71db docs: link to book (#286)
* docs: explain diff between `docs` and `book`

* docs: link to book
2022-11-29 11:33:50 +01:00
7ecbe01741 feat(provider): Add StorageProvider impl, table changes (#172)
* feat(provider): Add StorageProvider impl, table changes

* unwind header numbers by walker (#174)

* readme, fmt

* fix tests

* Update crates/interfaces/src/provider/db_provider/storage.rs

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>

* Update crates/interfaces/src/provider/db_provider/storage.rs

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2022-11-08 15:55:45 +01:00
a3185f9997 docs: add workflow links in readme 2022-10-24 16:37:23 +02:00
e50eb65078 ci: add cargo deny action (#125)
* ci: add `cargo-deny` workflow

* ci: allow advisory failures in deny workflow

* ci: only run deny workflow if `Cargo.lock` changed

* chore: driveby formatting of readme
2022-10-24 16:34:37 +02:00
a123a2b6fd chore: add link to codecov on badge (#116) 2022-10-21 20:11:05 +02:00
5cbbf2b4a3 chore: add coverage badge 2022-10-21 19:59:09 +02:00
483bcdf9ab feat(db): Database Abstraction (#101)
* database tx traits

* wip build passes

* Db and tx results

* nightly and db GAT

* Impl tx, wip cursor

* Move Decode to Table Key, working cursor trait

* wip dupsort

* build all Cursor abstraction

* cleanup

* wip cleanup

* old stages

* codecs moved o interface,stages wip

* resolve db ref, it builds

* Add tx commit after execution

* fmt

* Remove sync send restriction

* Add missing rw cursor functions

* Cleanup, added missing cursor fn. rust toolchain

* fmt

* add nightly to ci

* deny dead_code, remove unwrap

* rm printfn, stages fix, bench fix
2022-10-20 08:32:13 -07:00
098bfe84b9 docs: add contributor docs (#41)
* docs: add contributor docs

* docs: nit

* docs: move project layout to docs folder

* chore: slash the slashes

* docs: re-add ci badge (whoops)

* docs: index
2022-10-11 10:15:08 -07:00
ae4c31a836 add readme & license (#21)
* add readme

* add license

* fix readme
2022-10-07 18:20:29 -07:00