-
-
Notifications
You must be signed in to change notification settings - Fork 146
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: gcarq/rusty-blockparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gcarq/rusty-blockparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 23 files changed
- 4 contributors
Commits on Apr 23, 2023
-
Replace [u8; 32] with bitcoin Hash
Signed-off-by: gcarq <egger.m@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for ba87bb9 - Browse repository at this point
Copy the full SHA ba87bb9View commit details
Commits on May 25, 2023
-
Add protocol specification links to README.md (closes #92)
Signed-off-by: gcarq <egger.m@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d57d01 - Browse repository at this point
Copy the full SHA 9d57d01View commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cde4a6 - Browse repository at this point
Copy the full SHA 8cde4a6View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0be8545 - Browse repository at this point
Copy the full SHA 0be8545View commit details -
Merge pull request #94 from Benjamin-Loison/master
Add Rust syntax highlighting to `README.md`
Configuration menu - View commit details
-
Copy full SHA for 442fd20 - Browse repository at this point
Copy the full SHA 442fd20View commit details
Commits on Jun 27, 2023
-
This gets rid of two security advisories [1, 2] reported by `cargo audit` [3]. After this commit, no other vulnerabilities are reported by the tool. This is a heavily breaking change, as the `Callback` trait had to be adapted. We prefer to keep the diff as minimal as possible, rather than strive for the maximally idiomatic code. Thus, we refrain for now from optimizations such as deriving `clap::ValueEnum` on `blockchain::parser::types::CoinType`, or using `clap::command!()` to read the crate author and version from the Cargo manifest. We reshuffle the argument parsing code a bit in order to be able to add a set of unit tests that assert some basic desired behaviors. The updated help text is reflected in the diff of the README file. [1] https://rustsec.org/advisories/RUSTSEC-2021-0139 [2] https://rustsec.org/advisories/RUSTSEC-2021-0145 [3] https://crates.io/crates/cargo-audit
Configuration menu - View commit details
-
Copy full SHA for 886e0ae - Browse repository at this point
Copy the full SHA 886e0aeView commit details
Commits on Jul 10, 2023
-
Merge pull request #96 from dspicher/bump-clap
bump clap dependency to 4.x
Configuration menu - View commit details
-
Copy full SHA for d592c92 - Browse repository at this point
Copy the full SHA d592c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffee88 - Browse repository at this point
Copy the full SHA dffee88View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.10.0...0.11.0