Commit Graph

111 Commits

Author SHA1 Message Date
cb829be089 refactor: move ef tests to own testing crate (#2847) 2023-05-26 02:02:08 +00:00
fd785287de ci: run workflows on merge_group (#2842) 2023-05-25 18:39:32 +02:00
11a6130c14 ci: add windows and apple silicon releases (#2810) 2023-05-24 11:16:47 -07:00
1b1ca9e2ca ci: temporarily disable windows releases (#2779) 2023-05-22 17:05:54 +03:00
43aeadb9ba ci: disable bench comparison workflow for main (#2756) 2023-05-21 19:40:31 +03:00
8e89360774 feat: release workflow (#2677) 2023-05-19 19:48:23 +02:00
0664ee108b ci: hive tests (#1348)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: rakita <rakita@users.noreply.github.com>
2023-04-21 13:45:27 -04:00
f90f734a76 chore/ci: update deny config and action (#2142) 2023-04-06 17:24:04 +02:00
4f50f7213b ci: run version constraint test partitioned (#2052) 2023-03-31 16:15:50 +02:00
d20a90639c meta: add commit sha example to bug form (#1881) 2023-03-21 13:55:54 +01:00
3f342a7c0a ci: re-introduce running CI on ubuntu-latest (#1837) 2023-03-19 17:26:39 -07:00
661a2426ff ci: check that benchmarks compile (#1828) 2023-03-18 08:36:34 +01:00
8485d7b209 ci: revert nightly downgrade (#1807) 2023-03-16 23:36:27 -07:00
00bcb210a0 fix(ci): downgrade nightly to 2023-03-14 (#1790) 2023-03-16 03:11:46 -07:00
45c6be4e3d ci: delete project workflow (#1695) 2023-03-10 10:13:48 +01:00
92a0ebbf04 ci: no longer pin nightly version (#1638) 2023-03-05 20:20:59 +01:00
a0c82c55b2 fix(cli): block node command from exiting (#1540) 2023-02-24 05:53:05 -08:00
d5d685b5b2 ci: partition tests (#1349) 2023-02-14 20:37:59 +01:00
f63c8d7e36 ci: split ci workflow (#1345) 2023-02-14 17:49:18 +01:00
ce2354a05a ci: use matrix for sync job (#1339) 2023-02-14 16:08:53 +01:00
5c62149b83 ci: add sync ci job (#1330) 2023-02-13 20:10:51 -08:00
cc43b72835 chore(db): microbenchmarking for table serialization and db insertion (#513)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-01-30 20:08:51 -08:00
87306f2892 ci: ensure docs build (#1073)
Co-authored-by: xqft <estefano.bargas@fing.edu.uy>
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-01-27 18:49:22 +01:00
2397c54a11 ci: add doc test job (#1045) 2023-01-26 00:26:59 -08:00
0e02bdf83c meta: add field for version/commit (#1006) 2023-01-24 13:51:06 +01:00
707e488d2c feat: improve eth test runner (#868) 2023-01-13 14:24:18 +01:00
99c7ba1920 ci: don't add PRs to project (#735) 2023-01-05 17:44:13 +02:00
5c88f25ef3 ci: add project workflow (#720)
* ci: add project workflow

* ci: rename secret
2023-01-04 22:22:17 +01:00
ec69481af4 ci: use nightly for sanity workflow (#679) 2023-01-02 13:41:03 +02:00
fc977b27bd meta: latest nightly for lint (#675) 2023-01-02 13:40:29 +02:00
208118caa4 meta: stable toolchain (#640)
* switch ci toolchain to stable

* revert fmt & clippy to nightly
2022-12-29 14:55:06 +02:00
47d044942b patch nightly toolchain (#642) 2022-12-29 11:16:35 +01:00
bfe2fd6221 ci: add eth chain test. Set prevrandao after merge (#621)
* Small changes

* feat: Add eth chain test to ci. Set prevrandao after merge

* Update .github/workflows/ci.yml

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

* move env

Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2022-12-26 22:55:46 +01:00
562e895f21 ci: unused dependencies sanity check (#590)
* ci: add unused deps sanity check

* ci: fix unused deps issue template title

* ci: rename udeps job

* chore: formatting

* chore: make `cargo-udeps` ignore `aquamarine`

* deps: resolve unused deps

* ci: check every feature and target in udeps job
2022-12-23 13:19:50 +01:00
2f81137d66 ci: fix sanity check issue template frontmatter 2022-12-23 12:42:49 +01:00
affead471d ci: fix sanity job 2022-12-23 12:30:06 +01:00
9e2ef7e48c ci: add sanity check workflow (#588)
* ci: add sanity check workflow

Adds a workflow that performs on-demand and scheduled
checks to ensure reth crates are consumeable.

* chore: adjust issue template

* ci: rename sanity check job
2022-12-23 12:27:19 +01:00
0864193031 ci: disable fuzzing jobs (#559) 2022-12-21 15:41:28 +02:00
ed4213fdff ci: speed up fuzz tests (#544)
* ci: run fuzz tests in matrix

* ci: fail if fuzzing fails

* ci: rename fuzz step

* ci: clean up env

* ci: fix fuzz test target matching

* ci: prebuild fuzz corpus

* ci: collect coverage while running tests

Instead of running tests twice, we can just run them
once while collecting coverage data.

* ci: temporarily disable `reth-eth-wire` fuzzing

* ci: collect fuzz coverage data

* ci: fix fuzz coverage collection

* ci: re-enable `reth-eth-wire`
2022-12-20 22:18:53 +01:00
8a63ef4025 chore: remove unnecessary step (#525) 2022-12-19 18:59:47 +01:00
df9d14127d Reth Book - Stages framework/draft (#360)
* Added framework and start to draft for stages, stopping here to get feedback on approach before pushing forward

* Update README.md

Fixing some wording / grammar.

* Fixing grammar/wording.

* Added note about non-exhaustive stages list, fixed grammar, fixed State exectuion function name, updated language to reflect that the stream yields a SealedHeader and added language to describe that the initial header validation is only a basic validation.

* updated stages chapter, added bodies, senders, execution, next chapter prelude

* typo

* Added line numbers to code snippets for the stages chapter of the reth book

* address reverse header download + other nits

* add note about book hosting

* tweaked wording, formatting

* Address typo "staring"

* Address typo "HeadderDownloader"

* consolidated book.toml

* updating snippets in stages chapter to ignore errors

* template & removed empty fields from book.toml

* addressed build issues, added templating for source code

* only deploy on push to main

* using single quotes in github action if expression

Co-authored-by: Andrew Kirillov <andrew@paradigm.xyz>
Co-authored-by: Andrew Kirillov <20803092+akirillo@users.noreply.github.com>
2022-12-14 10:30:45 +02:00
1e38ffa5ad feat(eth-wire): fuzzing wire encoding roundtrip (#350)
* move hello to separate file

* cargo fmt

* wip: actual fuzz test

 * should probably also take advantage of test-fuzz to generate
   benchmarks like impl_fuzzer_with_input

* impl generic roundtrip method

* generate test with macro

* change testname to fuzzname

* add reth-eth-wire to fuzz in ci

* add other message types to fuzz

* remove unused_crate_dependencies

 * was causing test issues, may want to revisit whether or not we can
   include this warning and still use test_fuzz

* more afl debugging ci

* use more explicit imports in fuzz_rlp

* impl Default for types and fuzz ping/pong

 * Default is necessary for test-fuzz to auto generate a corpus for each
   type we are fuzz testing

* enable AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES

 * not sure if we should do this in the workflow instead:
   echo core >/proc/sys/kernel/core_pattern

   we may miss crashes if we keep this enabled?

* remove reth-interfaces from fuzzing

* add secp256k1 to reth-db dev deps
2022-12-13 19:10:52 +02:00
d2acc6bdff meta(contrib): bug issue template platform type (#400) 2022-12-13 08:22:32 +01:00
f72becb3c2 ci: install geth for coverage 2022-12-12 18:30:03 +02:00
37e016d4a3 feat(ci): add geth bin to GITHUB_PATH (#373)
* PATH is not updated between action steps, so GITHUB_PATH needs to be
   prepended with the directory the geth binary is in
2022-12-09 16:42:10 -08:00
dffc42d6d5 feat(ci): add geth to ci (#367) 2022-12-08 22:40:20 -08:00
d66138e143 feat(execution): Account NotExisting and block reward changesets (#349) 2022-12-07 21:10:06 -08:00
d0b31bb074 feat: add issue templates (#282) 2022-11-29 11:36:09 +01:00
78e7fbaee6 ci: book deployment workflow (#242)
* ci: book deployment workflow

* ci: modernize book publish workflow
2022-11-24 03:40:31 -08:00
7c2ee1ba3a ci: fix fuzz tests (#243)
* ci: fix fuzz tests

* ci: move fuzz to own job

* ci: improve fuzz job speed
2022-11-23 21:22:10 +01:00