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

feat: adds royalty support for IERC2981 lookup addresses #35

Merged
merged 2 commits into from
Sep 12, 2022

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    d523129 View commit details
    Browse the repository at this point in the history
  2. feat: adds royalty support for IERC2981 lookup addresses

    * chore: copy LSSVMRouter.sol
    
    * feat: creating router with royalties + integrating tests
    
    * feat: adds robust swaps implementation with royalties
    
    * feat: improves tests with royalty issuance checks
    
    * feat: adds gas optimizations and event emission on royalty issuance
    
    * feat: adds event emission on internal issuances
    
    * feat: gas optimization on issueTokenRoyalties
    
    * feat: rms double substraction
    
    * feat: improved comments
    
    * feat: avoids double transfers when no royalty
    
    Co-authored-by: 0xng <87835144+0xng@users.noreply.github.com>
    Co-authored-by: 0xGorilla <0xGorilla@defi.sucks>
    3 people committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    346800b View commit details
    Browse the repository at this point in the history