Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage miner integration #670

Merged
merged 57 commits into from
Sep 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
f3d30ee
initial commit
StaticallyTypedAnxiety Aug 21, 2020
dfff798
added changes
StaticallyTypedAnxiety Aug 27, 2020
b2780bf
websocket support
StaticallyTypedAnxiety Aug 31, 2020
84a2dc1
removed info trace
StaticallyTypedAnxiety Aug 31, 2020
04ae565
fixed tests
StaticallyTypedAnxiety Aug 31, 2020
93fa1cf
Merge branch 'main' into storage-miner-intergration
StaticallyTypedAnxiety Aug 31, 2020
665312c
lint applied
StaticallyTypedAnxiety Aug 31, 2020
27f3a41
Merge branch 'storage-miner-intergration' of https://github.com/chain…
StaticallyTypedAnxiety Aug 31, 2020
e10433b
changed function
StaticallyTypedAnxiety Aug 31, 2020
bea4feb
Added json flag
StaticallyTypedAnxiety Sep 1, 2020
a4db038
cargo fmt
StaticallyTypedAnxiety Sep 1, 2020
d932454
functional changes
StaticallyTypedAnxiety Sep 3, 2020
ebcff0f
removed path from compilation
StaticallyTypedAnxiety Sep 3, 2020
c0ef473
Merge branch 'main' into storage-miner-intergration
StaticallyTypedAnxiety Sep 3, 2020
8ae4202
moar fixes
StaticallyTypedAnxiety Sep 3, 2020
c17f05f
Merge branch 'storage-miner-intergration' of https://github.com/Chain…
StaticallyTypedAnxiety Sep 3, 2020
b744a39
removed chain store mutex
StaticallyTypedAnxiety Sep 10, 2020
1ce8bc9
changes to streaming
StaticallyTypedAnxiety Sep 15, 2020
fd3cdec
fixed merge
StaticallyTypedAnxiety Sep 16, 2020
377a205
clippy fixes
StaticallyTypedAnxiety Sep 16, 2020
90df969
filtered with ids
StaticallyTypedAnxiety Sep 16, 2020
4791a58
attempting to remove submodule commit
StaticallyTypedAnxiety Sep 16, 2020
3420573
change to forest fork
StaticallyTypedAnxiety Sep 16, 2020
b1fae9b
fixed merge conflict
StaticallyTypedAnxiety Sep 17, 2020
5963d89
serialize takes in reference
StaticallyTypedAnxiety Sep 17, 2020
3a85e09
Update blockchain/blocks/src/tipset.rs
StaticallyTypedAnxiety Sep 18, 2020
2e8a74e
Update node/forest_libp2p/src/service.rs
StaticallyTypedAnxiety Sep 18, 2020
7978fd9
Update node/rpc/src/lib.rs
StaticallyTypedAnxiety Sep 18, 2020
afbb788
Update node/rpc/src/lib.rs
StaticallyTypedAnxiety Sep 18, 2020
42533b9
Update blockchain/blocks/src/tipset.rs
StaticallyTypedAnxiety Sep 18, 2020
11a387e
Update blockchain/chain/src/store/chain_store.rs
StaticallyTypedAnxiety Sep 18, 2020
86441a8
Update node/rpc/src/lib.rs
StaticallyTypedAnxiety Sep 18, 2020
628e5cd
Using async channels instead of subscribe channel
StaticallyTypedAnxiety Sep 18, 2020
a58e401
made various changes
StaticallyTypedAnxiety Sep 21, 2020
c40a6b1
fixed test
StaticallyTypedAnxiety Sep 21, 2020
a11c5a1
fixed merge
StaticallyTypedAnxiety Sep 21, 2020
011bf72
cargo fmt applied
StaticallyTypedAnxiety Sep 21, 2020
451f357
Merge branch 'main' into storage-miner-intergration
StaticallyTypedAnxiety Sep 21, 2020
32ac9b3
removed invocjsonresult
StaticallyTypedAnxiety Sep 21, 2020
178b998
Merge branch 'storage-miner-intergration' of https://github.com/chain…
StaticallyTypedAnxiety Sep 21, 2020
b0c3695
changes to cargo fmt
StaticallyTypedAnxiety Sep 21, 2020
6f1a5cb
Update forest/src/daemon.rs
StaticallyTypedAnxiety Sep 22, 2020
e409d77
Update node/rpc/src/lib.rs
StaticallyTypedAnxiety Sep 22, 2020
ee1297a
Update node/rpc/src/lib.rs
StaticallyTypedAnxiety Sep 22, 2020
d5bb1fc
Update node/rpc/src/lib.rs
StaticallyTypedAnxiety Sep 22, 2020
fa027b6
changes to pr
StaticallyTypedAnxiety Sep 23, 2020
263a4be
changed to arc
StaticallyTypedAnxiety Sep 23, 2020
260d372
fixed tests
StaticallyTypedAnxiety Sep 23, 2020
7d7c552
fixed merge
StaticallyTypedAnxiety Sep 23, 2020
449fd05
cargo fmt
StaticallyTypedAnxiety Sep 23, 2020
c760a9c
changed function names
StaticallyTypedAnxiety Sep 23, 2020
9482db7
fixed merge conclifts
StaticallyTypedAnxiety Sep 24, 2020
16fff8b
made changes to tests
StaticallyTypedAnxiety Sep 24, 2020
90992b7
Merge branch 'main' into storage-miner-intergration
StaticallyTypedAnxiety Sep 25, 2020
744622d
Update blockchain/chain/Cargo.toml
StaticallyTypedAnxiety Sep 25, 2020
fe4fd96
moved out of json module
StaticallyTypedAnxiety Sep 25, 2020
0dd8e35
Merge branch 'storage-miner-intergration' of https://github.com/Chain…
StaticallyTypedAnxiety Sep 25, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 64 additions & 121 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading