Skip to content

Commit

Permalink
Refactor fuzz targets
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 19, 2023
1 parent 077d4db commit 82d8841
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 3,435 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/fuzz/artifacts
/fuzz/corpus
/fuzz/coverage
/fuzz/target
/index.redb
/ord.log
/target
Expand Down
59 changes: 55 additions & 4 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/casey/ord"
autobins = false

[workspace]
members = [".", "test-bitcoincore-rpc"]
members = [".", "test-bitcoincore-rpc", "fuzz"]

[dependencies]
anyhow = { version = "1.0.56", features = ["backtrace"] }
Expand Down Expand Up @@ -73,3 +73,7 @@ path = "tests/lib.rs"

[build-dependencies]
pulldown-cmark = "0.9.2"

[patch.crates-io]
jsonrpc = { git = "https://github.com/apoelstra/rust-jsonrpc.git", rev = "64b58797dd517c4de0cec769ff5652220801fe18" }
redb = { git = "https://github.com/casey/redb.git", branch = "ord" }
Loading

0 comments on commit 82d8841

Please sign in to comment.