Skip to content
Permalink

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
Choose a base ref
...
head repository: gcarq/rusty-blockparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.0
Choose a head ref
  • 8 commits
  • 23 files changed
  • 4 contributors

Commits on Apr 23, 2023

  1. Replace [u8; 32] with bitcoin Hash

    Signed-off-by: gcarq <egger.m@protonmail.com>
    gcarq committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    ba87bb9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Add protocol specification links to README.md (closes #92)

    Signed-off-by: gcarq <egger.m@protonmail.com>
    gcarq committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9d57d01 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Create rust.yml

    gcarq authored May 29, 2023
    Configuration menu
    Copy the full SHA
    8cde4a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    0be8545 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from Benjamin-Loison/master

    Add Rust syntax highlighting to `README.md`
    gcarq authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    442fd20 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. bump clap dependency to 4.x

    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
    dspicher committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    886e0ae View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge pull request #96 from dspicher/bump-clap

    bump clap dependency to 4.x
    gcarq authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d592c92 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    Signed-off-by: gcarq <egger.m@protonmail.com>
    gcarq committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    dffee88 View commit details
    Browse the repository at this point in the history
Loading