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: alloy-rs/rlp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.7
Choose a base ref
...
head repository: alloy-rs/rlp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.8
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    530c747 View commit details
    Browse the repository at this point in the history
  2. chore: fix RlpEncodableWrapper documentation (#22)

    * fix documentation
    
    * add CHANGELOG
    
    * add PR number
    Wollac authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8d5c6dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac00e2e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix clippy warnings (#26)

    Wollac authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d3df251 View commit details
    Browse the repository at this point in the history
  2. feat: add function to decode an entire slice (#23)

    * implement decode_full
    
    * add tests
    
    * add CHANGELOG
    
    * add PR number
    
    * Update crates/rlp/src/decode.rs
    
    Co-authored-by: Matthias Seitz <[email protected]>
    
    * revert CHANGELOG changes
    
    * fix imports
    
    * add CHANGELOG
    
    * remove TrailingBytes to avoid breaking change
    
    ---------
    
    Co-authored-by: Matthias Seitz <[email protected]>
    Wollac and mattsse authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2ba859b View commit details
    Browse the repository at this point in the history
  3. docs: update CHANGELOG.md

    DaniPopes committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dd9383e View commit details
    Browse the repository at this point in the history
  4. chore: release 0.3.8

    DaniPopes committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9aef28e View commit details
    Browse the repository at this point in the history
Loading