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: GNSPS/solidity-bytes-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: GNSPS/solidity-bytes-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 13, 2023

  1. Add equal_nonAligned byte array method (#64)

    * Add equal_nonAligned method
    
    * Adding comment about the remainder calculation
    
    * Add assertion function + test cases for equality and non-equality
    
    * Fix tests for equal_nonAligned
    djb15 authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1dff13e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    GNSPS committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    082ed28 View commit details
    Browse the repository at this point in the history
  3. chore: release version 0.8.1

    GNSPS committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    42221d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat: foundry (#65)

    * feat: foundry
    
    * revert(test): AssertBytes.<X> coverage
    
    * chore(test): rm testConcatMemory33Bytes() unused vars
    
    H/T @pegahcarter !! 🙏 ❤️
    pegahcarter authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ed7bfb7 View commit details
    Browse the repository at this point in the history
  2. chore: release version 0.8.2

    GNSPS committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e0115c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df88556 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Feb 6, 2025

  1. Prepare for release of v0.8.3 (#72)

    * Add funding JSON file for RetroPGF
    
    * Improve foundry setup (#67)
    
    * chore: Remove dependencies
    
    * chore: Add foundry.toml
    
    * forge install: forge-std
    
    v1.7.6
    
    * chore: Remove remappings
    
    * chore: Add .nvmrc
    
    * chore: Add test workflow
    
    * chore: Setup foundry in github workflow
    
    * fix: Include recursive submodules in github workflow
    
    * Deleting GitHub workflow from the PR because of safety concerns. Accepting all other changes.
    
    ---------
    
    Co-authored-by: Gonçalo Sá <[email protected]>
    
    * Remove non-aligned equality function to address concerns in #69
    
    ---------
    
    Co-authored-by: Ján Jakub Naništa <[email protected]>
    GNSPS and janjakubnanista authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    bb249f6 View commit details
    Browse the repository at this point in the history
  2. Bump to v0.8.3

    GNSPS committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    b66afa9 View commit details
    Browse the repository at this point in the history
Loading