|
|
375acdfedc
|
chore(op): unify crate name reth-optimism-* (#11223)
|
2024-09-28 10:49:17 +00:00 |
|
|
|
27ed81317f
|
ci: re-enable hive tests (#9240)
|
2024-07-04 10:15:21 +00:00 |
|
|
|
6699c6a3d7
|
feat(examples): remove Remote ExEx (#9085)
|
2024-06-25 11:21:01 +00:00 |
|
|
|
37cb1194ad
|
chore: move sync test to separate github action (#9061)
|
2024-06-24 16:49:00 +00:00 |
|
|
|
81b5fbf573
|
feat(examples): remote exex (#8890)
|
2024-06-24 13:40:35 +00:00 |
|
|
|
bf9cac7571
|
feat: add stage unwind to sync 100k CI flow (#8974)
|
2024-06-19 22:58:58 +00:00 |
|
|
|
254647c425
|
chore(ci): exclude examples from docs (#8953)
|
2024-06-19 16:47:57 +00:00 |
|
|
|
02314927f2
|
chore: enable optimism e2e tests (#7776)
|
2024-04-21 10:14:30 +00:00 |
|
|
|
3750edd905
|
chore(e2e): refactor e2e tests (#7773)
|
2024-04-20 12:58:03 +00:00 |
|
|
|
1b9a768754
|
e2e eth node tests (#7075)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-01 11:56:26 +00:00 |
|
|
|
91c7dd04b7
|
Revert "chore(github): skip some heavy jobs when PR is not related (#6667)" (#7035)
|
2024-03-07 17:08:51 +00:00 |
|
|
|
efa6bbc2df
|
chore(github): skip some heavy jobs when PR is not related (#6667)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-03-06 19:02:29 +00:00 |
|
|
|
e42fb32c7f
|
ci/test: speed up tests (#6987)
|
2024-03-06 13:30:18 +00:00 |
|
|
|
a0d6b93373
|
fix(ci): header check in integration/sync (#6880)
|
2024-02-29 14:04:21 +00:00 |
|
|
|
add3c6a3a2
|
feat(ci): RUST_BACKTRACE=1 for all tests (#6283)
|
2024-01-30 12:33:08 +00:00 |
|
|
|
fa803fd7ef
|
fix(ci): Optimism unit / integration tests (#5318)
|
2023-11-06 12:58:29 +00:00 |
|
|
|
18a55d240b
|
ci: fix partitions + clippy (#5314)
|
2023-11-05 19:00:59 +00:00 |
|
|
|
3d076b1594
|
fix(ci): Integration Test Specify Reth Binary (#5311)
|
2023-11-05 17:59:11 +00:00 |
|
|
|
52670a8b24
|
feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
|
2023-11-05 17:33:42 +00:00 |
|
|
|
6e0cf0f33a
|
ci: chores (#5280)
|
2023-11-04 23:22:27 +00:00 |
|
|
|
7039aac5e8
|
chore: use latest geth build in CI (#5219)
|
2023-10-29 12:52:58 +01:00 |
|
|
|
094d91b4ef
|
chore: remove geth zip file (#5218)
|
2023-10-29 12:46:20 +01:00 |
|
|
|
572a41eafb
|
chore: rm lcov support (#5159)
|
2023-10-24 14:32:25 +00:00 |
|
|
|
a25161fb9f
|
fix(ci): verify target block hash (#5061)
|
2023-10-18 06:50:58 +00:00 |
|
|
|
64aba9cac5
|
feat(CI): add timeout to CI (#4728)
|
2023-09-22 19:13:37 +00:00 |
|
|
|
555a1dd2b5
|
ci: deny warnings only in lint jobs (#3982)
|
2023-07-29 13:37:18 +00:00 |
|
|
|
6e283cdbfd
|
ci: reduce partitions (#3890)
|
2023-07-24 18:37:31 +02:00 |
|
|
|
cb0947d7cb
|
ci: use large runners (#3888)
|
2023-07-24 18:11:41 +02:00 |
|
|
|
b3c8a98a62
|
chore(ci): build tests in release and filter features (#3885)
|
2023-07-24 16:49:54 +02:00 |
|
|
|
95cbff31f9
|
ci: add another it partition (#3871)
|
2023-07-24 11:30:11 +02:00 |
|
|
|
4a86aae213
|
ci: re-enable workflows on main (#3849)
|
2023-07-19 16:24:16 +02:00 |
|
|
|
21db2936e6
|
ci: pin ubuntu to 20.04 to avoid glibc errors
ref: https://github.com/paradigmxyz/reth/actions/runs/5486255403/jobs/9996118421
ref: https://github.com/foundry-rs/foundry/issues/3827
Compiling serde v1.0.164
error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /target/maxperf/deps/libserde_derive-6e9709c79bb5c7fa.so)
--> /cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.164/src/lib.rs:340:1
|
340 | extern crate serde_derive;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2023-07-07 15:37:04 +03:00 |
|
|
|
d3d44fd46f
|
feat(cli): clean up log level features (#3414)
|
2023-06-26 23:21:34 +00:00 |
|
|
|
007c04e29e
|
ci: split checks across pr/merge group/main (#3405)
|
2023-06-26 17:41:52 +00:00 |
|
|
|
dc74fad816
|
test: add support for seeded rng (#3270)
|
2023-06-21 21:35:28 +00:00 |
|
|
|
144f4bdcee
|
ci: fix required checks (#3192)
|
2023-06-15 19:58:49 +00:00 |
|
|
|
2e406c1791
|
ci: upgrade to geth 1.12.0-e501b3b0 (#2874)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-02 19:11:19 +00:00 |
|
|
|
b7fb236986
|
ci: add dummy jobs to required workflows (#2905)
|
2023-05-31 08:19:35 +00:00 |
|
|
|
d676170f84
|
ci: various speed optimizations (#2867)
|
2023-05-29 12:47:49 +00:00 |
|
|
|
ea5e877f35
|
ci: use Swatinem/rust-cache@v2 everywhere (#2862)
|
2023-05-26 14:01:46 +00:00 |
|
|
|
fd785287de
|
ci: run workflows on merge_group (#2842)
|
2023-05-25 18:39:32 +02:00 |
|
|
|
3f342a7c0a
|
ci: re-introduce running CI on ubuntu-latest (#1837)
|
2023-03-19 17:26:39 -07: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 |
|