Commit Graph

383 Commits

Author SHA1 Message Date
375acdfedc chore(op): unify crate name reth-optimism-* (#11223) 2024-09-28 10:49:17 +00:00
4a05826097 ci: pin clippy to working version (#11237) 2024-09-26 10:10:57 +02:00
dba6c01295 feat: add slack notification for hive tests (#11189) 2024-09-25 08:05:30 +00:00
07f5971ae1 docs(ci): add docs to bench.yml (#11128) 2024-09-23 14:31:33 +00:00
d21d070605 chore(hive): update expected failures (#11121) 2024-09-23 09:34:50 +00:00
1393a0b9e2 chore(ci): unpin nightly version in lint job (#11062) 2024-09-20 02:59:20 +00:00
668807802b feat: local engine (#10803) 2024-09-19 13:07:15 +00:00
e714dba4e2 fix(ci): use taiki-e/install-action instead for cargo-udeps (#10938) 2024-09-16 16:22:39 +00:00
56fb18bf09 ci: dev udeps (#10855) 2024-09-16 12:48:13 +00:00
028000caf3 fix: include reverts in execution outcome when building payload (#10837) 2024-09-12 13:54:37 +00:00
3977efe93a meta: add etc/ CODEOWNERS (#10848) 2024-09-11 19:17:03 +00:00
53a081c4d6 ci: pin clippy until lints fixed (#10825) 2024-09-11 09:58:31 +02:00
39576e30e4 fix(hive): remove expected failures after upstream hive fix (#10801) 2024-09-10 09:05:14 +00:00
94e6939e81 chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#10795)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 22:41:41 +00:00
d1d544e23c Create CLI documentation with a Rust script (instead of Python) + style improvement (#10680) 2024-09-06 19:35:12 +00:00
fdad74e50d rust: bump rust to 1.81 (#10721) 2024-09-05 18:12:07 +00:00
a1d9ece3be feat: NodeTypesWithDB (#10683) 2024-09-04 17:56:22 +00:00
304550cd23 chore: update wasm crate (#10695) 2024-09-04 16:40:17 +00:00
9d46b06420 feat(engine): invalid block hooks crate (#10629)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-09-03 15:02:18 +00:00
fcab695a93 refactor: extract op-reth binary to separate crate (#10641)
Co-authored-by: Loocapro <lucaprovini1989@gmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2024-09-02 14:20:15 +00:00
d59854f1dc fix(tree): replace debug_assert with relaxed removal logic (#10634)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-09-02 08:25:52 +00:00
4227055500 fix(hive): remove eth_createAccessList tests from expected failures (#10601) 2024-08-28 17:22:56 +00:00
a7a9f9f3b3 Add emhane as code owner for optimism crates (#10488) 2024-08-23 20:47:45 +00:00
6bb9bbbcb7 Add emhane as code owner for reth-chainspec (#10487) 2024-08-23 20:47:40 +00:00
85c1c07629 fix: FetchFullBlockRangeFuture doesn't return on bad header (#10449) 2024-08-22 16:01:31 +00:00
b75e3df3de test: add gh workflow to run hive tests with experimental flag (#10355) 2024-08-21 17:00:11 +00:00
9dc855d7e1 chore: update hive expected failures (#10386) 2024-08-19 20:36:23 +00:00
dfcd00fc6a feat(ci): compile reth-consensus crate for Wasm (#10277) 2024-08-13 00:41:38 +00:00
5ab8b732fa fix(ci): include Wasm job in merge group success (#10279) 2024-08-12 23:22:40 +00:00
d2094d00d1 feat(ci): check all crates for Wasm (#10084) 2024-08-12 21:57:38 +00:00
9b5a166e5d fix: use --chain base for op-sync CI test (#10244) 2024-08-09 19:58:05 +00:00
5671d0a5f5 fix: use op-reth bin for unwind in op-sync CI (#10243) 2024-08-09 19:17:56 +00:00
995c5fc8ea feat: add stage run <STAGE> tests (#10164) 2024-08-09 17:49:18 +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
8d07bdb81a Add CI lint check using cargo hack for checking features powerset (#10142) 2024-08-06 20:07:47 +00:00
029d8ce116 chore(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2 (#10109)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 22:33:52 +00:00
cf9b6bd9e3 feat(evm): support wasm32-wasip1 (#10083) 2024-08-05 14:21:13 +00:00
e3d624189a workflows: don't run assertoor tests on forks (#10077)
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2024-08-05 09:11:38 +00:00
d1b2612244 deps: bump zstd (#10032) 2024-08-02 16:43:28 +00:00
d7f9a255e1 feat(primitives): k256 crate fallback for secp256k1 module (#9989) 2024-08-02 12:53:59 +00:00
1a74d1407a feat(ci): check_no_std -> check_wasm (#9982) 2024-08-01 17:39:02 +00:00
700caca7a8 Revert "Moving Optimism bin to Optimism Cli" (#9875) 2024-07-29 22:52:59 +02:00
56b2798090 Moving Optimism bin to Optimism Cli (#9439)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2024-07-29 15:32:50 +00:00
07f1978f77 chore: update codeowners chain-state (#9835)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-07-26 14:09:40 +00:00
3849de96a5 chore: re-enable no_std CI checks (#9716) 2024-07-22 21:14:02 +00:00
d72c210b15 chore(meta): remove myself from CODEOWNERS (#9549) 2024-07-16 19:18:20 +00:00
5ef3803dd3 chore(deps): bump tsickert/discord-webhook from 5.3.0 to 6.0.0 (#9532)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 09:33:00 +00:00
71182cb694 feat(ci): add hive discord alert on failure (#9482) 2024-07-15 11:13:22 +00:00
a4ba294fa5 chore(meta): remove security link from issue template config (#9350) 2024-07-06 17:56:16 +00:00
98b755b98a chore(meta): fix link in issue template config (#9349) 2024-07-06 19:43:10 +02:00