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

Bump @aeternity/aepp-sdk from 1.2.1 to 8.2.1 #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps @aeternity/aepp-sdk from 1.2.1 to 8.2.1.

Release notes

Sourced from @​aeternity/aepp-sdk's releases.

v8.2.1

Bug Fixes

  • swagger file of aeternity's compiler (4001e64)
  • swagger file of aeternity's latest compiler (a1caa03)

v8.2.0

⚠ BREAKING CHANGES

  • crypto: remove outdated generateSaveWallet function
  • crypto: remove unused prepareTx, encodeTx, decodeTx functions
  • crypto: remove unused hexStringToByte function
  • crypto: rename messageToBinary to messageToHash adding hashing
  • crypto: drop extra "personal" from message functions
  • crypto: remove unused formatAddress function
  • crypto: remove unused addressToHex function
  • node-pool: inline helpers, export by default
  • string: use isAddressValid instead of isAeAddress
  • string: remove unused snakeOrKebabToPascal function
  • drop outdated protocols and transactions schemas
  • drop compatibility with node@5

Bug Fixes

  • export aepp-wallet-communication (d5d741c)
  • ponyfill Buffer in browser (953bf08)
  • ponyfill process in browser (798ab63)
  • rlp: import as it is (736b0f5)
  • typo name of broadcast failed error generator (ae7e823)
  • examlple-aepp: open only when ready to accept connection (4872eb9)

Refactoring

  • crypto: drop extra "personal" from message functions (34288cb)
  • crypto: remove outdated generateSaveWallet function (37298be)
  • crypto: remove unused addressToHex function (93f9def)
  • crypto: remove unused formatAddress function (a5d4b62)
  • crypto: remove unused hexStringToByte function (ed39a76)
  • crypto: remove unused prepareTx, encodeTx, decodeTx functions (64d15eb)
  • crypto: rename messageToBinary to messageToHash adding hashing (df37004)
  • node-pool: inline helpers, export by default (ed1cfb5)
  • string: remove unused snakeOrKebabToPascal function (79bdc04)
  • string: use isAddressValid instead of isAeAddress (ac7d827)
  • drop compatibility with node@5 (f5e2fdb)
  • drop outdated protocols and transactions schemas (f18d305)

8.1.0

Bug Fixes

  • poi-tx schema: use proper type name (9e7c7b2)
  • wait-for-tx-confirm: validate transaction height after awaitHeight (95e0d93)

... (truncated)

Changelog

Sourced from @​aeternity/aepp-sdk's changelog.

8.2.1 (2021-06-21)

Bug Fixes

  • swagger file of aeternity's compiler (4001e64)
  • swagger file of aeternity's latest compiler (a1caa03)

8.2.0 (2021-06-17)

⚠ BREAKING CHANGES

  • crypto: remove outdated generateSaveWallet function
  • crypto: remove unused prepareTx, encodeTx, decodeTx functions
  • crypto: remove unused hexStringToByte function
  • crypto: rename messageToBinary to messageToHash adding hashing
  • crypto: drop extra "personal" from message functions
  • crypto: remove unused formatAddress function
  • crypto: remove unused addressToHex function
  • node-pool: inline helpers, export by default
  • string: use isAddressValid instead of isAeAddress
  • string: remove unused snakeOrKebabToPascal function
  • drop outdated protocols and transactions schemas
  • drop compatibility with node@5

Bug Fixes

  • export aepp-wallet-communication (d5d741c)

  • ponyfill Buffer in browser (953bf08)

  • ponyfill process in browser (798ab63)

  • rlp: import as it is (736b0f5)

  • typo name of broadcast failed error generator (ae7e823)

  • examlple-aepp: open only when ready to accept connection (4872eb9)

  • crypto: drop extra "personal" from message functions (34288cb)

  • crypto: remove outdated generateSaveWallet function (37298be)

  • crypto: remove unused addressToHex function (93f9def)

  • crypto: remove unused formatAddress function (a5d4b62)

  • crypto: remove unused hexStringToByte function (ed39a76)

  • crypto: remove unused prepareTx, encodeTx, decodeTx functions (64d15eb)

  • crypto: rename messageToBinary to messageToHash adding hashing (df37004)

  • node-pool: inline helpers, export by default (ed1cfb5)

  • string: remove unused snakeOrKebabToPascal function (79bdc04)

  • string: use isAddressValid instead of isAeAddress (ac7d827)

  • drop compatibility with node@5 (f5e2fdb)

  • drop outdated protocols and transactions schemas (f18d305)

8.1.0 (2021-05-31)

... (truncated)

Commits
  • c3b1f25 Merge pull request #1227 from aeternity/release/v8.3.0
  • a246910 chore(release): 8.2.1
  • e7aee8c fix: swagger file of aeternity's latest compiler
  • c4bdb0f Merge pull request #1226 from aeternity/hotfix/compiler-swagger
  • 4001e64 fix: swagger file of aeternity's compiler
  • d4f3732 Merge pull request #1223 from aeternity/master
  • 849c875 Merge pull request #1222 from aeternity/release/v8.2.0
  • ebcfeed chore(release): 8.2.0
  • 27fea0e Merge pull request #1221 from aeternity/feature/update-node
  • 9c4a49d Merge pull request #1184 from aeternity/feature/rewrite-to-ts
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mradkov, a new releaser for @​aeternity/aepp-sdk since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@aeternity/aepp-sdk](https://github.com/aeternity/aepp-sdk-js) from 1.2.1 to 8.2.1.
- [Release notes](https://github.com/aeternity/aepp-sdk-js/releases)
- [Changelog](https://github.com/aeternity/aepp-sdk-js/blob/v8.2.1/CHANGELOG.md)
- [Commits](aeternity/aepp-sdk-js@1.2.1...v8.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants