Skip to content

Bump @aeternity/aepp-sdk from 1.2.1 to 8.1.0#94

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/aeternity/aepp-sdk-8.1.0
Closed

Bump @aeternity/aepp-sdk from 1.2.1 to 8.1.0#94
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/aeternity/aepp-sdk-8.1.0

Conversation

@dependabot-preview
Copy link
Copy Markdown

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

Release notes

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

8.1.0

Bug Fixes

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

Features

  • support compiler@6.0.0 and above (3cdc7f9)

8.0.0

Bug Fixes

  • avoid instanceof between possible not/polyfilled objects (906ee0e)

8.0.0-beta.2

Bug Fixes

  • revert conversion of case in calls to compiler (0a69e49)

Maintenance

  • avoid ts definitions based on broken JsDoc (572d19f)

8.0.0-beta.1

Important changes

  • Iris compatibility (compatible with nodes >= 5.2.0 < 7.0.0)
  • initial TypeScript support (not enough type definitions yet)
  • documentation is generated using MkDocs on Travis

BREAKING CHANGES

  • Drop old aepp-wallet RPC interface (254f5a93)
  • refactor: don't retrieve account from process.env (59e5c9b5)
  • refactor(crypto): don't reexport RLP methods (c6004bc7)
  • refactoring: remove legacy contractDecodeDataAPI compiler method (dfadac8d)
  • refactor: rename forceCompatibility to more clear ignoreVersion (72f1d326)
  • refactoring: require compiler above or equal to 4.1.0 (c9f48f91)
  • RpcClient: Drop unnecessary action stuff (84545fd7)
  • Combine RpcWallet and RpcClients (12892002)
  • Drop old names support, split ensureNameValid and isNameValid (315a78a9)
  • refactor(contract-aci): export single function instead of stamp (091b3282)
  • Combine Accounts and Selector into AccountMultiple (0cacd3b3)
  • Use swagger-client instead of a custom implementation (4b3260d5)
  • Remove OracleNodeAPI wrapper (c6f9a76d)
  • Flatten options of contractCallStatic, remove extra dryRunContractTx (f3ffb664)
  • txDryRun: Simplify arguments, support txEvents option (401c53da)
  • contracts: Mark handleCallError as private, simplify arguments (bdf76e24)
  • import/no-named-as-default linter error (d63e1511)
  • oracle: make pollForQueries a sync function (dc955e14)
  • chore: drop aevm support and backend (compiler) option (6eb702dd)

... (truncated)

Changelog

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

8.1.0 (2021-05-31)

Bug Fixes

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

Features

  • support compiler@6.0.0 and above (3cdc7f9)

8.0.0 (2021-05-18)

Bug Fixes

  • avoid instanceof between possible not/polyfilled objects (906ee0e)

8.0.0-beta.2 (2021-05-12)

Bug Fixes

  • revert conversion of case in calls to compiler (0a69e49)

Maintenance

  • avoid ts definitions based on broken JsDoc (572d19f)

8.0.0-beta.1 (2021-05-6)

Important changes

  • Iris compatibility (compatible with nodes >= 5.2.0 < 7.0.0)
  • initial TypeScript support (not enough type definitions yet)
  • documentation is generated using MkDocs on Travis

BREAKING CHANGES

  • Drop old aepp-wallet RPC interface (254f5a93)
  • refactor: don't retrieve account from process.env (59e5c9b5)
  • refactor(crypto): don't reexport RLP methods (c6004bc7)

... (truncated)

Commits
  • faac7d7 Merge pull request #1199 from aeternity/release/v8.1.0
  • c11cf91 chore(release): 8.1.0
  • 1da63d7 Merge pull request #1197 from aeternity/nikita-fuchs-patch-1
  • 1f26108 Merge pull request #1195 from aeternity/feature/warn-if-internal
  • bf749c4 refactor!: use protectedDryRunTxs instead of dryRunTxs
  • a018bf7 test(contract): mark Voting contract as interface if compiler@6 used
  • ab5c352 test: rename main to getArg as far as it is a keyword now
  • 04d6bb3 feature: add a deprecation warning when using internal API
  • 3cdc7f9 feat: support compiler@6.0.0 and above
  • bd2813e Merge pull request #1190 from aeternity/feature/fix-wit-for-tx-confirm
  • 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.1.0.
- [Release notes](https://github.com/aeternity/aepp-sdk-js/releases)
- [Changelog](https://github.com/aeternity/aepp-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](aeternity/aepp-sdk-js@1.2.1...8.1.0)

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 1, 2021
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #96.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/aeternity/aepp-sdk-8.1.0 branch June 18, 2021 05:00
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