Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
528b798
Gabriel v2 processes raw blk.dat data in parallel.
cryptoquick Sep 10, 2024
4e2b2e8
Test txid serializer with real world data.
cryptoquick Sep 10, 2024
a4e5bee
Fix block header parsing according to consensus.
cryptoquick Sep 10, 2024
e63958e
Print progress for blk files instead of per block.
cryptoquick Sep 10, 2024
c2020b7
Print last block hash to aid in debugging
cryptoquick Sep 10, 2024
6f1f486
Fix varint decoding.
cryptoquick Sep 12, 2024
9882e7d
Output fixes
cryptoquick Sep 12, 2024
b75e461
Print blocks processed.
cryptoquick Sep 23, 2024
5ae10f6
Merge branch 'HB/gabriel-v2' of github.com:SurmountSystems/gabriel in…
cryptoquick Sep 23, 2024
d250e4a
Add SegWit support.
cryptoquick Sep 24, 2024
eaf1bfb
Compute txid
cryptoquick Sep 28, 2024
86ff86e
Txid and tx_map fixes.
cryptoquick Sep 28, 2024
1852d87
Remove println
cryptoquick Sep 28, 2024
ac1b859
Optimize tx_map data
cryptoquick Sep 28, 2024
faba28e
Add subcommands for graph and index.
cryptoquick Oct 1, 2024
e4d9395
first draft of solo blockFileEval function
jbride Oct 7, 2024
fb09c2b
blockFileEval: updated README
jbride Oct 7, 2024
e3662e2
blockFileEval: first draft of writing to output file
jbride Oct 7, 2024
896f9c5
1) ignoring .vscode/launch.json in gitignore 2) cargo fmt --all
jbride Oct 7, 2024
9c34d62
Merge pull request #9 from jbride/blockFileEval
cryptoquick Oct 7, 2024
0f44b82
run_block_file_eval: now writes evaluation results to output file
jbride Oct 11, 2024
bd76032
Merge pull request #10 from jbride/blockFileEval
cryptoquick Oct 13, 2024
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
error.txt
.vscode/launch.json
Loading