These 7 commits are when the Protocol Buffers files have changed:
Commit: | 4f77cf1 | |
---|---|---|
Author: | Aatif Syed | |
Committer: | GitHub |
One crate (#2973) * mark: aatifsyed/one-crate-all-at-once * feat: add one-crate.py * feat: add one-cargo-toml.py * feat: add rename-imports.py * feat: add rename-imports-daemon-and-cli.py * feat: add integrate-test-folders.py * feat: forest-filecoin package * run: ./one-cargo-toml.py * run: rm -rf node/rpc-api/build.rs node/rpc-api/static/ * feat: unified dependencies * feat: unified features * run: ./one-crate.py * run: ./rename-imports.py * fix: state_migration decl macros * fix: move recursion limit to root of crate * fix: restore root copyright header * run: mv node/forest_libp2p/bitswap/proto/ node/forest_libp2p/bitswap/build.rs . * feat: root crate compiles * fix: silence warnings * run: ./integrate-test-folders.py * run: sd --string-mode crate::test_utils::from_str_with crate::from_str_with **/*.rs * run: sd --string-mode crate::test_utils::to_string_with crate::to_string_with **/*.rs * fix: db tests do not have overlapping imports * fix: duplicate tests module in utils * fix: duplicate import and serde_with use in json::signed_message * fix: feature gating of EXPORT_SR_40 for testing * fix: use serde, not serde_derive in utils::tests::files * feat: tests compile * fix: ipld vector inclusion * fix: keystore import path * fix: go compat test app directory * feat: tests pass locally * run: mv forest/daemon/src src/daemon * run: mv src/daemon/lib.rs src/daemon/mod.rs * run: mv forest/cli/src src/cli * run: mv src/cli/lib.rs src/cli/mod.rs * fix: mod cli and mod daemon in root crate * run: ./rename-imports-daemon-and-cli.py * fix: imports in daemon and cli * fix: feature names should not be prefixed with crate in deamon * run: mv src/daemon/bin/forest.rs src/daemon/main.rs * fix: include main in cli and daemon module trees * fix: move global allocator selection to lib.rs * feat: plumb main functions to binaries * run: mv forest/daemon/tests/ . * run: mv forest/cli/tests/config.rs tests/ * feat: integration tests pass * run: mv forest/daemon/test_files/ test-snapshots * fix: daemon tests use moved snapshot files * run: rm -rf forest/ * refactor: makefile * fix: udeps * fix: ci go installation * fix: do not ban fvm(3) in root crate * fix: rocksdb tests in ci * fix: sd barfed some docs * fix: doctest imports * run: mv node/forest_libp2p/bitswap/README.md src/libp2p_bitswap/ * run: rm -rf node * run: cargo fmt * run: rm *.py
The documentation is generated from this commit.
Commit: | e983485 | |
---|---|---|
Author: | hanabi1224 | |
Committer: | GitHub |
chore: [bitswap] use rust-protobuf to avoid embedding generated code (#2520)
Commit: | fe1ba72 | |
---|---|---|
Author: | hanabi1224 | |
Committer: | GitHub |
feat: in house bitswap (#2445)
Commit: | 2c732da | |
---|---|---|
Author: | Afr Schoe | |
Committer: | GitHub |
crates: purge unused dependencies (#1509) * crates: purge unused dependencies * tests: fix serialization dev deps * cargo: update lockfile * remove unused imports * vm: fix imports
This commit does not contain any .proto
files.
Commit: | 52a5ace | |
---|---|---|
Author: | Eric Tu | |
Committer: | GitHub |
Update Drand to use HTTP with the new endpoint (#591) * got all the tests passing * remove all protobuf stuff * finish * lint * disable tests
Commit: | c58aeb4 | |
---|---|---|
Author: | Austin Abell | |
Committer: | GitHub |
Setup GraphSync message types and protobuf encoding (#434) * Setup proto codegen * Setup types * Setup from proto functionality * Implement conversion from proto and refactor * Setup status codes and write tests
Commit: | 5a0bf8d | |
---|---|---|
Author: | Eric Tu | |
Committer: | GitHub |
Implement interfacing with Drand over GRPC (#375) * load car file from genesis in ChainSyncer init * clippy * update devnet.car to testnet3 compatible * doesnt work yet * fix suggestions * add BeaconEntry to BlockHeader * missed cargo file * add google common protos as gitmodule * add build process to generate from protobuf files * missed this * dependency issue Signed-off-by: Eric Tu <tu.eric@hotmail.com> * dependency issue Signed-off-by: Eric Tu <tu.eric@hotmail.com> * move to openssl * parsing group and identities * beacon construction * move BeaconEntry to beacon crate * entry function in drand * signature verification isnt working properly * hash twice * skip signature verification * dep update * move generated to another folder * license script fix * skip license check on generated * make CI install protoc * fix protoc version * use checkout v2 and pull submodules on clippy * drand now interops on lotus devnet * fix test * update grpc * some suggestion fixes * fix license script * more fixes * fix readme * add hex to dev deps * fix test * remove unused deps * bump rocksdb back dowm from 0.14 to 0.13 * use result in rocks * bump asyncstd back down from 1.5 to 1.4 * update to bls 0.6 for crypto * bump down base64 * verbose test for CI * gcc multilib * apt update * build tests first then run * ubuntu 16.04 * re-bump dependencies * fix rocks batch.put call