Commit Graph

11 Commits

Author SHA1 Message Date
Georgios Konstantopoulos
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
Bjerg
64dec6e36b ci: remove broken book workflow (#3613) 2023-07-05 23:41:21 +03:00
Léo Vincent
9309279a2a doc: book cli updater (#3576) 2023-07-05 15:03:30 +00:00
Alexey Shekhirin
8eeba4dcc8 chore(ci): book lint (#3266) 2023-06-20 14:02:43 +00:00
Bjerg
d3d23b4450 ci: fix book deployment (#3247) 2023-06-19 21:15:06 +02:00
Bjerg
9484de09f5 ci: use actions/deploy-pages@v2 (#3223) 2023-06-19 09:19:34 +00:00
Bjerg
43a2d09462 docs: add rustdoc to gh pages (#3104) 2023-06-12 08:40:04 -07:00
Bjerg
fd785287de ci: run workflows on merge_group (#2842) 2023-05-25 18:39:32 +02:00
0xKitsune
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
Bjerg
78e7fbaee6 ci: book deployment workflow (#242)
* ci: book deployment workflow

* ci: modernize book publish workflow
2022-11-24 03:40:31 -08:00
Bjerg
edc75881c1 docs: add book skeleton (#44)
* docs: add book skeleton

* ci: add book test workflow
2022-10-11 18:52:28 +02:00