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

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    88788e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Add ToSql and FromSql to Signed and FixedBytes (#447)

    * feat: add scaffolding
    
    * feat: extend Signed type
    
    * fix: comments from prest
    
    * feat: add docs for from_base_be
    
    * feat: add docs and fix errors
    
    * fix: warnings and clippy
    
    * fmt
    
    ---------
    
    Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
    hhamud and DaniPopes authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6c32c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e8184 View commit details
    Browse the repository at this point in the history
  3. feat(primitives): support parsing numbers in Unit::from_str (#461)

    * feat(primitives): support parsing numbers in Unit::from_str
    
    * docs: update examples
    
    * fix: tests
    DaniPopes authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fea43e6 View commit details
    Browse the repository at this point in the history
  4. chore: clippy (#463)

    DaniPopes authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ce63580 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5bf84c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. chore: clean up address checksum implementation (#464)

    * chore: clean up address checksum implementation
    
    * chore: add benchmark
    
    * perf: make checksum loop branchless
    
    address/checksum        time:   [260.29 ns 260.88 ns 261.63 ns]
                            change: [-2.8983% -2.5288% -2.1562%] (p = 0.00 < 0.05)
                            Performance has improved.
    DaniPopes authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c2f1d70 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. feature: sealed (#467)

    * feature: sealed
    
    * refactor: rename hash to hash_slow
    
    * refactor: remove the hash alias
    
    * feature: convenience aliases
    prestwich authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6dd9112 View commit details
    Browse the repository at this point in the history
  2. perf: add optional support for keccak-asm (#466)

    * perf: add optional support for keccak-asm
    
    * fmt
    
    * fix: unmiri
    
    * chore: add bench
    
    * chore: clippy
    
    * chore: re-enable bench
    
    * chore: clippy
    
    * chore: re-exclude tests
    
    * chore: simpler casts
    DaniPopes authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    79dc9bc View commit details
    Browse the repository at this point in the history
Loading