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

chore: sync main to release v0.12.0 #770

Merged
merged 13 commits into from
Oct 30, 2023
Merged

chore: sync main to release v0.12.0 #770

merged 13 commits into from
Oct 30, 2023

Commits on Oct 24, 2023

  1. test: fix tests of LSP1Delegate InterfaceId (#757)

    * test: fix tests of LSP1Delegate InterfaceId
    
    * chore: remove .only
    
    * test: add solidity tests for LSP1Delegate InterfaceId
    YamenMerhi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9ed3d2c View commit details
    Browse the repository at this point in the history
  2. test: check that base contracts are initialized with address(0) as …

    …`owner()` and `target()` (#761)
    
    * test: check owner + target of base contracts are `address(0)`
    
    * test: add test for LSP7 / 8 Mintable Init
    CJ42 authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d0543fb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. refactor!: Optional LSP1 Notification on revokeOperator(..) (#763)

    * refactor!: make notification optional in revokeOperator
    
    * test: adjust the tests accordingly
    
    * docs: generate docs
    
    * chore: add override keyword
    
    * chore: fix lsp7compatibleERC20
    
    * refactor: include authorization status bool in lsp1 data in LSP8
    
    * refactor!: allow increase allowance only when allowance > 0
    
    * test: adjust the tests accoridngly
    
    * docs: generate docs
    
    * docs: generate docs
    YamenMerhi authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    63c1a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2bc093 View commit details
    Browse the repository at this point in the history
  3. feat!: create Version contract and inherit it (#764)

    * feat!: create `Version` contract and inherit it
    
    * docs: update auto generated docs
    b00ste authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0745ed4 View commit details
    Browse the repository at this point in the history
  4. refactor!: update LS8 Metadata keys to new LSP8 standard specs (#762)

    * refactor!: update LS8 Metadata keys to new LSP8 standard specs
    
    * build: upgrade solc version used by Foundry
    CJ42 authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a909926 View commit details
    Browse the repository at this point in the history
  5. feat!: Allows ERC725X.executeBatch path in LSP6 Key Manager (#760)

    * feat!: add `ERC725X.executeBatch` path in Key Manager
    
    * test: add tests for Batch Execute path via the Key Manager
    
    * docs: update auto-generated docs
    
    ---------
    
    Co-authored-by: CJ42 <cavallerajean@gmail.com>
    b00ste and CJ42 authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    941c06a View commit details
    Browse the repository at this point in the history
  6. fix: replaced broken LSP23 link (#766)

    Co-authored-by: Jean Cvllr <31145285+CJ42@users.noreply.github.com>
    JeneaVranceanu and CJ42 authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    492efab View commit details
    Browse the repository at this point in the history
  7. perf: use try / catch in LSP20 verification to optimise gas cost (#768

    )
    
    * perf: use `try / catch` in LSP20 to reduce runtime cost
    
    Co-authored-by: b00ste.lyx <b00ste@users.noreply.github.com>
    
    * perf: use `try / catch` in `_verifyCallResult`
    
    * test: fix revert reason when `bytes4` returnStatus cannot be decoded
    
    * docs: update ABI + internal functions docs
    
    * refactor: replace error parameter to `bytes4`
    
    ---------
    
    Co-authored-by: b00ste.lyx <b00ste@users.noreply.github.com>
    Co-authored-by: b00ste <daniel@lukso.io>
    3 people authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    adc64e1 View commit details
    Browse the repository at this point in the history
  8. refactor!: replace ValueReceived with UniversalReceiver (#759)

    * refactor!: replace ValueReceived with UniversalReceiver
    
    * test: change ValueReceived to UniversalReceiver
    
    * docs: replace reference of ValueReceived with UniversalReceiver
    
    * test: add more tests
    
    * chore: run prettier
    
    * chore: add suggested changes
    
    * feat: add payable bool to lsp17 extension
    
    * test: add test forward value with lsp17
    
    * refactor: update fallback in lsp0
    
    * refactor: update lsp9 fallback
    
    * refactor: update universalReceiver event in lsp0 & lsp9
    
    * refactor: remame to isForwardingValue
    
    * chore: fix wrong function name and improve code comments
    
    * docs: update auto-generated docs
    
    ---------
    
    Co-authored-by: Maxime <maximeviard@hotmail.fr>
    Co-authored-by: CJ42 <cavallerajean@gmail.com>
    Co-authored-by: Jean Cvllr <31145285+CJ42@users.noreply.github.com>
    4 people authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0c17386 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. ci: use release-please github action to create Gtihub release + pub…

    …lish on npm (#769)
    
    * ci!: use `release-please` gh to publish on NPM + create Github release
    
    * build: remove `standard-version` and `npm run release`
    CJ42 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    66e001d View commit details
    Browse the repository at this point in the history
  2. build: deploy base contracts at pre-deterministic address (#758)

    * build: deploy base contracts at pre-deterministic address
    
    * build: use pre-defined salt
    CJ42 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b7cfc53 View commit details
    Browse the repository at this point in the history
  3. refactor!: Optional LSP1 Notification on revokeOperator(..) #2 (#767)

    * refactor!: make notification optional in revokeOperator
    
    * test: adjust the tests accordingly
    
    * docs: generate docs
    
    * chore: add override keyword
    
    * chore: fix lsp7compatibleERC20
    
    * refactor: include authorization status bool in lsp1 data in LSP8
    
    * refactor!: allow increase allowance only when allowance > 0
    
    * test: adjust the tests accoridngly
    
    * docs: generate docs
    
    * docs: generate docs
    
    * chore: generate docs
    
    * chore: add suggested changes
    
    * refactor: cleanup library syntax with `using for`
    
    * chore: fix JS linter warnings
    
    * docs: update auto-generated docs
    
    * test: fix failing tests
    
    ---------
    
    Co-authored-by: CJ42 <cavallerajean@gmail.com>
    Co-authored-by: Jean Cvllr <31145285+CJ42@users.noreply.github.com>
    3 people authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1f92ca5 View commit details
    Browse the repository at this point in the history