forked from Open-Rights-Exchange/chain-js
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sync local fork with open-rights-exchange repo #220
Merged
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
update circleci readme badge
set initial version to 0.9.0
Merge into master
Build type files and support custom fetch
bump verion to 0.9.1
Refactor permissions
Merge account cleanup
remove /// type declaration - caused build errors
Add permission delete, link, unlink
Purify Models
Improve typing
Conform EOS Chain members to standard Chain types
fix typos
change decrypt results type
Rename members
Handle BlockDoesNotExist errors gracefully
Capitalize Account, CreateAccount, & Transaction
adjust export of permission helper models
add full eosauth to permissions
Export error objects
add signature export
Change UnlinkPermissionsParams
Update decrypt function to use array instead of string for derived key
improve error handling
fix setSerialized bug
fix EOS awaitTransaction to wait for correct blocks
add sendReceipt to transaction object
Optimize awaitTransaction head block reads
bump version to 0.9.26
Version 0.11.0 - includes eth plug-in
Patch pricekey => tier
asym encryption updates
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Add multisig plugin-in for Ethereum
add signMessage and verifyMessage
Eth Fees and Algo round expire time
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v4.4.13...v4.4.19) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](fb55/nth-check@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Add Eth 1155 support - Improve chain action type models
Fix value transfer
Merge Into open source repo
Fix Algorand group tx
Allow external TypeScript projects to reference
…arn/lodash-4.17.21 Bump lodash from 4.17.20 to 4.17.21
…arn/glob-parent-5.1.2 Bump glob-parent from 5.1.1 to 5.1.2
…arn/tar-4.4.19 Bump tar from 4.4.13 to 4.4.19
…arn/tmpl-1.0.5 Bump tmpl from 1.0.4 to 1.0.5
…arn/nth-check-2.0.1 Bump nth-check from 2.0.0 to 2.0.1
fix eth value conversion
Feature/async unwrap
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.
No description provided.