Commit Graph

97 Commits

Author SHA1 Message Date
56b2ef19b5 ci: add weekly cargo update workflow (#3986) 2023-07-31 12:46:35 +00:00
555a1dd2b5 ci: deny warnings only in lint jobs (#3982) 2023-07-29 13:37:18 +00:00
4d31b3ae61 chore: update link to contributing/code of conduct in bug report (#3978) 2023-07-28 09:45:07 +00:00
2581c24a6f ci: run bench on large runner (#3889) 2023-07-24 18:37:40 +02: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
a38b578218 ci: increase number of unit test partitions (#3848) 2023-07-19 16:24:00 +02:00
ec672238ca chore(ci): enable docker push on workflow dispatch (#3825) 2023-07-18 11:18:35 +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
fb898d05b1 fix(docs): fix malformed link (#3635) 2023-07-06 16:14:02 +00:00
64dec6e36b ci: remove broken book workflow (#3613) 2023-07-05 23:41:21 +03:00
9309279a2a doc: book cli updater (#3576) 2023-07-05 15:03:30 +00:00
d4f505c95e fix: use same stale label for prs (#3593) 2023-07-05 12:16:13 +00:00
b4801f9e2c chore: add stale workflow (#3556) 2023-07-03 18:40:34 +00:00
f2f3425f1c chore: fix clippy (#3540) 2023-07-03 14:26:17 +03:00
8dedf0f2ea chore: fix update prios link (#3478) 2023-06-29 19:42:25 +00: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
30a1ad2586 feat(ci): validate Grafana dashboard JSON (#3382) 2023-06-26 11:33:20 +00:00
cb298788df chore(ci): add missing Hive rpc-compat methods (#3331) 2023-06-22 17:06:56 +00:00
dc74fad816 test: add support for seeded rng (#3270) 2023-06-21 21:35:28 +00:00
8eeba4dcc8 chore(ci): book lint (#3266) 2023-06-20 14:02:43 +00:00
a98bbf7228 chore: link to ghcr in draft releases (#3261) 2023-06-20 11:33:38 +00:00
501fd0d926 chore: ask for more info in GitHub bug issue template (#3246) 2023-06-19 20:02:35 +00:00
d3d23b4450 ci: fix book deployment (#3247) 2023-06-19 21:15:06 +02:00
9484de09f5 ci: use actions/deploy-pages@v2 (#3223) 2023-06-19 09:19:34 +00:00
144f4bdcee ci: fix required checks (#3192) 2023-06-15 19:58:49 +00:00
43a2d09462 docs: add rustdoc to gh pages (#3104) 2023-06-12 08:40:04 -07:00
643b3811c2 ci: add docker release workflow (#2985) 2023-06-05 17:22:31 +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
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