This repository was archived by the owner on Feb 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Update samples and docs to the latest release #50
Comments
Also as a side task #49 was caused by the fact that the way the browser sample executes is it always runs with the head of master rather than like the node sample which uses a pinned package version, this means if the browser sample is not updated with each commit to master it can break. An improvement would be that this sample actually pins the library package version it uses instead. |
kdenhartog
pushed a commit
that referenced
this issue
Sep 10, 2020
The API changed on the samples from being strings of messages to being Uint8Array of messages. Additionally the type for nonce was changed from string to Uint8Array. This update supports the new API as of v0.4.0 re #50
kdenhartog
pushed a commit
that referenced
this issue
Sep 10, 2020
8 tasks
tplooker
added a commit
that referenced
this issue
Sep 10, 2020
* chore: update samples to work with version 0.4.0 The API changed on the samples from being strings of messages to being Uint8Array of messages. Additionally the type for nonce was changed from string to Uint8Array. This update supports the new API as of v0.4.0 re #50 * docs: updates README.md examples to match v0.4.0 API re #50 * fix: update browser samples to support fixed bbs-signatures v0.4.0 This locks the sample for bbs-signatures in a browser to be specific to v0.4.0 now re #49 Co-authored-by: Tobias Looker <tobias.looker@mattr.global>
@kdenhartog is this ready to close? |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
The 0.4.0 release included some breaking API changes therefore the samples and doc's need to be updated in the following places
The text was updated successfully, but these errors were encountered: