Commit Graph

116 Commits

Author SHA1 Message Date
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
e57ad4a302 chore(deps): weekly cargo update (#5297)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2023-11-05 12:55:17 +00:00
6e0cf0f33a ci: chores (#5280) 2023-11-04 23:22:27 +00:00
d51bc45bad fix: pin nightly temporarily (#5227) 2023-10-30 11:00:24 +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
a0c463a764 ci: update test-fuzz installation (#5126) 2023-10-21 23:59:17 +00:00
a25161fb9f fix(ci): verify target block hash (#5061) 2023-10-18 06:50:58 +00:00
71ccd2a88f chore: replace deprecated hub with gh for releases (#4996) 2023-10-12 13:47:03 +00:00
216effd016 feat: add hivetests profile (#4833) 2023-09-28 14:44:33 +00:00
8e9937bb08 ci: minor fixes (#4831) 2023-09-28 01:25:33 +00:00
0a1e2c3e00 fix: pass feature flag to iai bench (#4791) 2023-09-26 12:49:07 +00:00
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
2ddca433ff fix: add hive job experimental flag again (#4756) 2023-09-24 20:04:32 +00:00
344ffbd38f fix(hive): jobs need experimental flag (#4744) 2023-09-23 09:15:32 +00:00
5c028cc54d fix: add slash to match only fork suites (#4732) 2023-09-22 20:59:34 +00:00
64aba9cac5 feat(CI): add timeout to CI (#4728) 2023-09-22 19:13:37 +00:00
a792841966 feat: add merge and pre-merge pyspec jobs (#4726) 2023-09-22 16:40:54 +00:00
bb0da4af6a feat: enable EIP-7516 hive tests (#4717) 2023-09-21 16:58:06 +00:00
ec4b302079 feat: add pyspec cancun tests to hive workflow (#4677) 2023-09-20 06:57:06 +00:00
455af5603b fix(ci): valgrind installation (#4605) 2023-09-15 09:17:54 +00:00
a8e0880a98 chore(ci): run check and clippy on tests and benches too (#4587) 2023-09-14 16:19:42 +00:00
a3952f1281 chore(ci): different clippy action (#4579) 2023-09-13 13:09:50 +00:00
2de63c6641 chore: bump sale period to 21 days (#4526) 2023-09-10 08:29:15 +00:00
8d29a49dd8 chore(ci): cargo check (#4511) 2023-09-07 17:44:43 +00:00
d2647dcc7c chore: add cancun to hive job (#4478) 2023-09-04 15:44:35 +00:00
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
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