-
Notifications
You must be signed in to change notification settings - Fork 16
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
release: v4.0.0 #166
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 834c64ac1f3d03155514ec67d7f213ffa998e9b6)
BREAKING CHANGE: New changes for Document Store v4 (cherry picked from commit 9305fa5051df86840ecfcdc11078270cbd755a08)
(cherry picked from commit 5e1ca583660a05c4822b78ba736d484de68264aa)
* feat: issuance and revocation check * refactor: issuance and revocation check
(cherry picked from commit a90c1e111d73d680e73bda28e03a606ed358e294)
* 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
* refactor: organise tests * test: fuzz tests * refactor: rename common test * test: fix fuzz non zero
* refactor: internal mappings * refactor: streamline interface * refactor: reorganise interfaces
* feat: multicall * test: add multicall tests * test: add erc165 tests
* 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
(cherry picked from commit d97ed2505fb8d13fbbb4c80e48b74ae23c4322f2)
(cherry picked from commit ba5ca742bc2d23c3479fcb9de3bc859ee59aaaef)
(cherry picked from commit e6c3430de59ff5addf4c6f8929f795328ffe8678)
(cherry picked from commit 9902b9cce356e0090b67057b9190cd353320755f)
(cherry picked from commit a0ab3f1ef4f57ecc162b718b508c2927de2b9168)
(cherry picked from commit add7d592c709d0fa08edb9e1302d0182f55793f0)
(cherry picked from commit a5a24fe43c97d00d2cb08f8755d3c0e43a2eec70)
(cherry picked from commit cc84ddcad8169c27f8ecb272f9969e56ee9322e2)
(cherry picked from commit daf266bf8bfef531e9f27f35645bffaede7d75d3)
(cherry picked from commit 03cc18b0d09a154c852adb975f8e593f62584be5)
(cherry picked from commit 9da0dc1ec00aed87db45a30998c90a6eca367cb9)
(cherry picked from commit 1566a59333facc991320a27ce6197da2313faf43)
(cherry picked from commit 15e5c8cfdb44b07f027a928548632f3bc449cb97)
* chore: change lcov path * ci: add codecov * style: fix linting
* chore: add compute address script * chore(deployment): fix check tdoc existence * chore(deployment): output deployed address * chore(deployment): support ledger in deploy script
🎉 This PR is included in version 4.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR promotes the beta v4 to major release.
Key features in this new release include:
Release Changes