Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ci: miscellaneous chores and fixes (#3)
* build(header-accumulator): fix workspace crate dev-dependency import * build: install protoc in CI tests * fix(header-accumulator): fix cargo fmt * chore(flat-files-decoder): fix clippy::doc-lazy-continuation warning * chore(firehose-client): fix clippy::unnecessary_to_owned warning * chore(flat-files-decoder): fix clippy::filter_next warning * chore(sf-protos): fix code snippet in doc comment * chore(header-accumulator): fix clippy::bool_assert_comparison * chore(firehose-client): add streaming support for beacon and ethereum * build(forrestrie): add firehose-client as dependency * build(forrestrie): add reqwest as dependency * chore(forrestrie): make historical roots index public * chore(forrestrie): add fetch and verify block example * chore(forrestrie): add verify block inclusion proof example * chore(forrestrie): add historical state roots proof example * chore(forrestrie): add historical summary proof example * chore(forrestrie): add block roots proof example * chore(forrestrie): add block roots only proof example * chore(forrestrie): add empty slot hashes example * chore(firehose-client): add fetch ethereum block example * chore(firehose-client): add stream ethereum blocks example * chore(firehose-client): add stream beacon blocks example * chore(forehose-client): add fetch beacon block example * docs: add note on examples to README * build(workspace): use workspace dependency imports for legibility * ci(tests): remove coverage requirements for now
- Loading branch information