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

poc(scanner): get started with the blockchain scanner proof of concept #7758

Merged
merged 42 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
743fcce
get started with the blockchain scanner poc
oxarbitrage Oct 17, 2023
65f5369
Merge remote-tracking branch 'origin/main' into issue7727
oxarbitrage Oct 17, 2023
d6600a9
rustfmt
oxarbitrage Oct 17, 2023
cb1a76a
fix the tests
oxarbitrage Oct 17, 2023
c0f7dbd
Reads blocks from db
arya2 Oct 17, 2023
c5c6c80
Adds conversion functions
arya2 Oct 18, 2023
de32a43
scans blocks and counts transactions
arya2 Oct 18, 2023
0d0117d
fix bug
arya2 Oct 18, 2023
cee1db6
split into 2 tests
oxarbitrage Oct 19, 2023
83e0542
add duplicated dependencies to deny.toml
oxarbitrage Oct 19, 2023
6913525
upgrade zebra-scanner version
oxarbitrage Oct 20, 2023
b384bf0
Merge remote-tracking branch 'origin/main' into issue7727
oxarbitrage Oct 20, 2023
8f1e6e1
try removing ecc duplicated dependencies
oxarbitrage Oct 20, 2023
b88e932
try fix deny.toml
oxarbitrage Oct 20, 2023
598cda6
remove unintended paste from deny.toml
oxarbitrage Oct 20, 2023
19dfaa7
remove duplicated code from the other test
oxarbitrage Oct 24, 2023
96bd5dd
Merge remote-tracking branch 'origin/main' into issue7727
oxarbitrage Oct 24, 2023
2ca1c93
remove strict version of `zcash_primitives` crate
oxarbitrage Oct 25, 2023
273fd95
change description
oxarbitrage Oct 25, 2023
b296769
remove feture
oxarbitrage Oct 25, 2023
51affba
remove tokio features
oxarbitrage Oct 25, 2023
5621836
change lib doc
oxarbitrage Oct 25, 2023
b455a37
add more documentation
oxarbitrage Oct 25, 2023
475a771
change expect
oxarbitrage Oct 25, 2023
3909795
do not use default in compact block creation
oxarbitrage Oct 25, 2023
25e205b
more docs
oxarbitrage Oct 25, 2023
550681e
add more checks to test
oxarbitrage Oct 25, 2023
6c83618
remove zebra-consensus dependency
oxarbitrage Oct 26, 2023
ad19e00
move all deps to dev-deps
oxarbitrage Oct 26, 2023
d10940e
change crate version
oxarbitrage Oct 26, 2023
6f8fe4c
Merge remote-tracking branch 'origin/main' into issue7727
oxarbitrage Oct 26, 2023
d8bd9ae
rename crate to zebra-scan
oxarbitrage Nov 1, 2023
b9d05c8
Merge remote-tracking branch 'origin/main' into issue7727
oxarbitrage Nov 1, 2023
9b08dea
lock file
oxarbitrage Nov 1, 2023
083ea49
Merge remote-tracking branch 'origin/main' into issue7727
oxarbitrage Nov 7, 2023
696c4ef
ifix cargo.lock
oxarbitrage Nov 7, 2023
57d21c4
remove internal dev dependencies versions
oxarbitrage Nov 8, 2023
3a3f333
fix docs url
oxarbitrage Nov 8, 2023
bfc6c24
fix expect messages
oxarbitrage Nov 8, 2023
212822b
remove duplicated in deny.toml
oxarbitrage Nov 8, 2023
4b105a8
add a comment about moving code to production
oxarbitrage Nov 8, 2023
077a83b
Merge remote-tracking branch 'origin/main' into issue7727
oxarbitrage Nov 8, 2023
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
Loading
Loading