-
Notifications
You must be signed in to change notification settings - Fork 72
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: new release #53
Merged
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
* Reorder documentation
* Reorder documentation
sig `nonce` should use `identityOwner(identity)` instead of just `identity`
…tests call signData with signer address that matches private key
add issue templates
Add issue templates
Update README.md
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mhart/StringStream/releases) - [Commits](mhart/StringStream@v0.0.5...v0.0.6) Signed-off-by: dependabot[bot] <[email protected]>
…ingstream-0.0.6 Bump stringstream from 0.0.5 to 0.0.6
RSK and Telsius (alastria) networks
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.10.0...3.13.1) Signed-off-by: dependabot[bot] <[email protected]>
…yaml-3.13.1 Bump js-yaml from 3.10.0 to 3.13.1
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.16.1) Signed-off-by: dependabot[bot] <[email protected]>
…pk-1.16.1 Bump sshpk from 1.13.1 to 1.16.1
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.2) Signed-off-by: dependabot[bot] <[email protected]>
* update compiler version and remove deprecated entities * used abi.encodePacked for hashing
* feat: adopt hardhat for development and adjust tests and readme * docs: update discord link
use code tags and rephrase for better readability
uport-automation-bot
pushed a commit
that referenced
this pull request
Jul 7, 2022
# [1.0.0](v0.0.3...1.0.0) (2022-07-07) ### Bug Fixes * update compiler version and remove deprecated entities ([#45](#45)) ([c906383](c906383)) * Merge pull request #53 from uport-project/develop ([210e1a5](210e1a5)), closes [#53](#53) [#12](#12) [#52](#52) ### Features * add deployments JSON and use an index for the module ([ae9f393](ae9f393)) * adopt hardhat for development ([#46](#46)) ([0ab4f15](0ab4f15)) ### BREAKING CHANGES * Please see #12 and #52
uport-automation-bot
pushed a commit
that referenced
this pull request
Jul 7, 2022
# [1.0.0](v0.0.3...1.0.0) (2022-07-07) ### Bug Fixes * update compiler version and remove deprecated entities ([#45](#45)) ([c906383](c906383)) * Merge pull request #53 from uport-project/develop ([210e1a5](210e1a5)), closes [#53](#53) [#12](#12) [#52](#52) ### Features * add deployments JSON and use an index for the module ([ae9f393](ae9f393)) * adopt hardhat for development ([#46](#46)) ([0ab4f15](0ab4f15)) ### BREAKING CHANGES * Please see #12 and #52
🎉 This PR is included in version 1.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.
BREAKING CHANGE: Please see #12 and #52
In #12: The nonce calculation for
*Signed()
methods now uses the identity owner, not the identity.In #52 The npm output files now include a deployments array along with the contract build output.