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

release: v4.0.0 #166

Merged
merged 49 commits into from
Apr 3, 2024
Merged

release: v4.0.0 #166

merged 49 commits into from
Apr 3, 2024

Commits on Mar 7, 2024

  1. feat: remove version storage

    (cherry picked from commit 834c64ac1f3d03155514ec67d7f213ffa998e9b6)
    superical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a110d1a View commit details
    Browse the repository at this point in the history
  2. feat: support batched document in issued check

    BREAKING CHANGE: New changes for Document Store v4
    
    (cherry picked from commit 9305fa5051df86840ecfcdc11078270cbd755a08)
    superical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    beee520 View commit details
    Browse the repository at this point in the history
  3. refactor: clean up document store

    (cherry picked from commit 5e1ca583660a05c4822b78ba736d484de68264aa)
    superical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e8b5394 View commit details
    Browse the repository at this point in the history
  4. feat: issue and revoke validation (#146)

    * feat: issuance and revocation check
    
    * refactor: issuance and revocation check
    superical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c9444d7 View commit details
    Browse the repository at this point in the history
  5. feat: setup foundry

    superical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8808df1 View commit details
    Browse the repository at this point in the history
  6. test: add foundry tests

    (cherry picked from commit a90c1e111d73d680e73bda28e03a606ed358e294)
    superical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b13560e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. refactor: clean up legacy stuff (#148)

    * refactor: streamline issue and revoke function names
    
    * refactor: remove legacy functions
    
    * refactor: clean up imports
    
    * refactor: zero address owner custom error
    
    * chore: remove legacy files
    superical authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2aa7496 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. refactor: organise tests (#149)

    * refactor: organise tests
    
    * test: fuzz tests
    
    * refactor: rename common test
    
    * test: fix fuzz non zero
    superical authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    67aab11 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. refactor: streamline interfaces (#150)

    * refactor: internal mappings
    
    * refactor: streamline interface
    
    * refactor: reorganise interfaces
    superical authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e0b2219 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat: multicall (#151)

    * feat: multicall
    
    * test: add multicall tests
    
    * test: add erc165 tests
    superical authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1066d2c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. refactor: milestone clean up (#152)

    * refactor: organise files
    
    * refactor: internal functions
    
    * refactor: document store storage
    
    * refactor: shift inheritance
    
    * refactor: common test
    
    * refactor: move issue into IDocumentStoreBatchable.sol
    
    * refactor: document store errors
    
    * chore: add coverage script
    
    * refactor: replace block number with boolean in DocumentStore
    superical authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7953172 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    a1a6429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ce819 View commit details
    Browse the repository at this point in the history
  3. refactor: ownable document store storage

    (cherry picked from commit d97ed2505fb8d13fbbb4c80e48b74ae23c4322f2)
    superical committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    23b07af View commit details
    Browse the repository at this point in the history
  4. feat: ownable document store token uri

    (cherry picked from commit ba5ca742bc2d23c3479fcb9de3bc859ee59aaaef)
    superical committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a0dcdd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a18515 View commit details
    Browse the repository at this point in the history
  6. refactor: ownable document store base

    (cherry picked from commit e6c3430de59ff5addf4c6f8929f795328ffe8678)
    superical committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    64d9094 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    a353603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a2d52 View commit details
    Browse the repository at this point in the history
  3. test: add test for upgradeable contracts

    (cherry picked from commit 9902b9cce356e0090b67057b9190cd353320755f)
    superical committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c121f86 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. refactor: deploy utils

    (cherry picked from commit a0ab3f1ef4f57ecc162b718b508c2927de2b9168)
    superical committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    791ccc5 View commit details
    Browse the repository at this point in the history
  2. refactor: remove constructor params

    (cherry picked from commit add7d592c709d0fa08edb9e1302d0182f55793f0)
    superical committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1286caa View commit details
    Browse the repository at this point in the history
  3. feat: add initialisable

    (cherry picked from commit a5a24fe43c97d00d2cb08f8755d3c0e43a2eec70)
    superical committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9231a0d View commit details
    Browse the repository at this point in the history
  4. feat: deployment scripts

    superical committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2e92076 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f381ad View commit details
    Browse the repository at this point in the history
  6. refactor: deploy base scripts

    (cherry picked from commit cc84ddcad8169c27f8ecb272f9969e56ee9322e2)
    superical committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cfbb062 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. ci: new release pipeline

    superical committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    feeccdc View commit details
    Browse the repository at this point in the history
  2. chore: update pr template

    (cherry picked from commit daf266bf8bfef531e9f27f35645bffaede7d75d3)
    superical committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    615923c View commit details
    Browse the repository at this point in the history
  3. chore: update style configs

    (cherry picked from commit 03cc18b0d09a154c852adb975f8e593f62584be5)
    superical committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1672c09 View commit details
    Browse the repository at this point in the history
  4. ci: test coverage

    (cherry picked from commit 9da0dc1ec00aed87db45a30998c90a6eca367cb9)
    superical committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    92bcb59 View commit details
    Browse the repository at this point in the history
  5. style: prettify

    superical committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    54717b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    0382dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a193a7 View commit details
    Browse the repository at this point in the history
  3. chore: clean up legacy mess

    superical committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    80b9b9d View commit details
    Browse the repository at this point in the history
  4. chore: test coverage script

    (cherry picked from commit 1566a59333facc991320a27ce6197da2313faf43)
    superical committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4e3349d View commit details
    Browse the repository at this point in the history
  5. refactor: move scripts

    superical committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2146c49 View commit details
    Browse the repository at this point in the history
  6. chore: read sender from env

    (cherry picked from commit 15e5c8cfdb44b07f027a928548632f3bc449cb97)
    superical committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2375611 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d20c54d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ead5216 View commit details
    Browse the repository at this point in the history
  9. ci: update workflows

    superical committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ffde72f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    1e3cae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ed53a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. ci: codecov (#161)

    * chore: change lcov path
    
    * ci: add codecov
    
    * style: fix linting
    superical authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cc68286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d9400 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. chore: deployment scripts (#163)

    * chore: add compute address script
    
    * chore(deployment): fix check tdoc existence
    
    * chore(deployment): output deployed address
    
    * chore(deployment): support ledger in deploy script
    superical authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e317640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d30325 View commit details
    Browse the repository at this point in the history
  3. fix: build new readme

    superical committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a953def View commit details
    Browse the repository at this point in the history
  4. docs: update readme v4

    superical committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6dc0eac View commit details
    Browse the repository at this point in the history
  5. docs: update branch names

    superical committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fe6e4bf View commit details
    Browse the repository at this point in the history