Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.8 #27

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

V0.8 #27

wants to merge 22 commits into from

Commits on Dec 25, 2022

  1. Use assembly to emit transfer events (#23)

    Co-authored-by: Nidhhoggr <[email protected]>
    2 people authored and estarriolvetch committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    637bf4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from estarriolvetch/main

    Use assembly to emit transfer events (#23)
    estarriolvetch authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    f8f406c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    estarriolvetch authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    9e8bb72 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Update tests (#30)

    * update deps
    
    * Gets tests working for ERC721Psi
    
    * removing ununsed custom errors
    
    * Adds ERC721PsiUpgradeable with passing tests
    
    * Getting upgradeable mocks working
    
    * Adding and implementing ERC721PsiAddressDataStorage
    
    * Implement remaining storage slots
    
    * Adding test for Burnable and replacing Mock initialize functions with WithInit bootstrapper
    
    * Adding tests for AddressData and AddressDataBurnable
    
    * Adds tests for RandomSeed extensions
    
    * fixing override compiler error and swaping out require string with custom error
    
    * Adds tests for RandomSeedReveal extensions
    
    * Moving RandomSeed test to appropriate extensions folder
    
    Co-authored-by: Nidhhoggr <[email protected]>
    nidhhoggr and Nidhhoggr authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4dda527 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Using Solady BitMaps instead of solidity-bits (#32)

    Co-authored-by: nidhhoggr <[email protected]>
    nidhhoggr and nidhhoggr authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    4accc83 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Feature/addressdata bytemap (#34)

    * Using Solady BitMaps instead of solidity-bits
    
    * using bytemap in place of the AddressData struct for further optimizations #33
    
    * Ensures once-only writes to mapping on transfers for additional savings #33
    
    Co-authored-by: nidhhoggr <[email protected]>
    nidhhoggr and nidhhoggr authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0f7504e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    36e3061 View commit details
    Browse the repository at this point in the history
  2. Update node.js.yml

    estarriolvetch authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    9174a11 View commit details
    Browse the repository at this point in the history
  3. Upgrade openzeppelin to v5 and chainlink to v8 (#45)

    * Readme updates
    
    * Update hardhat.config.js
    
    updated spelling
    
    * Update README.md
    
    fixed a spelling issue
    
    * migrated to openzeppelin v5 and minor fixes
    -upgraded to oz v5
    -upgraded to chainlink v8
    -uniformed heterogeneous revert error messages
    -removed unused dependencies
    -bumped solc version to 0.8.22
    -added solidity-coverage dependency
    
    * removed unused Address library
    
    * migrated to ethers v6
    -also removed unused dependencies
    
    ---------
    
    Co-authored-by: Daniel Gruesso <[email protected]>
    Co-authored-by: Player1Taco <[email protected]>
    3 people authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    30382b6 View commit details
    Browse the repository at this point in the history
  4. trigger test

    estarriolvetch committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    4c90088 View commit details
    Browse the repository at this point in the history
  5. trigger test

    estarriolvetch committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f608dbd View commit details
    Browse the repository at this point in the history
  6. Update README.md

    estarriolvetch authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    fce10d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    ef4e87b View commit details
    Browse the repository at this point in the history
  2. added slither gh action

    niccolopetti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4d82eed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    008d399 View commit details
    Browse the repository at this point in the history
  4. bump solc version

    niccolopetti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a5c911e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88b8359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3640de8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3237ae5 View commit details
    Browse the repository at this point in the history
  8. updated node.js.yml

    niccolopetti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f5566d5 View commit details
    Browse the repository at this point in the history
  9. updated node.js.yml

    niccolopetti committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b91f65c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge pull request #46 from niccolopetti/v0.8

    Added slither github action to v8 and minor changes
    estarriolvetch authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7307f33 View commit details
    Browse the repository at this point in the history