Skip to content

Bump @aeternity/aepp-sdk from 1.2.1 to 7.0.0#16

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown

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

Release notes

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

7.0.0 (2020-01-31)

Bug Fixes

  • AEX-2: Fix firefox compatibility issue (#882) (2e16e10)

Features

  • Chain: add new method waitFOrTxConfirm. Add new option { confirm: 3 } to all of high lvl SDK API. Add tests. Adjust docs (#874) (43528f9)
  • Compiler: Add new compiler methods API (#875) (a939395)
  • network: Throw error when can not get networkId (#863) (41b7bd1)

Docs

BREAKING CHANGES

  • Compiler: Do not validate bytecode by default when creating contract instance. To validate bytecode please use forceCodeCheck option

Please check out 7.0.0 migration guide

This release include all changes from 7.0.0-next.1, 7.0.0-next.2, 7.0.0-next.3

7.0.0-next.3 (2020-01-22)

Features

  • aens: implement aensExtendTtl function. Refactor aensUpdate (#866) (72b073a), closes #865

aensUpdate now accept array of pointers aensUpdate have new option extendPointers=false which retrieve pointers from the node and merge with provided

  • Build: update node to 5.4.0 and compiler to 4.2.0
  • Guide Add guide for AENS usage

BREAKING CHANGES

  • AENS: Change AENS methods arguments

Now all of AENS module methods accept name as a first argument instead of nameId

7.0.0-next.2 (2020-01-10)

Bug Fixes

  • codecov: Adjust codecov badge. Move @babel/runtime to dev-deps (#848) (109b851)
... (truncated)
Changelog

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

7.0.0 (2020-01-31)

Bug Fixes

  • AEX-2: Fix firefox compatibility issue (#882) (2e16e10)

Features

  • Chain: add new method waitFOrTxConfirm. Add new option { confirm: 3 } to all of high lvl SDK API. Add tests. Adjust docs (#874) (43528f9)
  • Compiler: Add new compiler methods API (#875) (a939395)
  • network: Throw error when can not get networkId (#863) (41b7bd1)

Docs

BREAKING CHANGES

Please check out 7.0.0 migration guide

This release include all changes from 7.0.0-next.1, 7.0.0-next.2, 7.0.0-next.3

7.0.0-next.3 (2020-01-22)

Features

  • aens: implement aensExtendTtl function. Refactor aensUpdate (#866) (72b073a), closes #865

aensUpdate now accept array of pointers aensUpdate have new option extendPointers=false which retrieve pointers from the node and merge with provided

  • Build: update node to 5.4.0 and compiler to 4.2.0
  • Guide Add guide for AENS usage

BREAKING CHANGES

  • AENS: Change AENS methods arguments

Now all of AENS module methods accept name as a first argument instead of nameId

7.0.0-next.2 (2020-01-10)

... (truncated)
Commits
  • b70c79f Merge pull request #888 from aeternity/release/7.0.0
  • 8f39b7e chore(release): Adjust readme
  • 3b8777c Merge branch 'master' into release/7.0.0
  • 1bc35f8 chore(release): Adjust readme
  • 542df92 chore(release): bump version. generate CHANGELOG. Regenerate docs
  • 4261503 docs(guide): Adjust low-lvl API (#887)
  • f463237 refactor(Oracle): remove unnecessary binding (#885)
  • 8d33430 docs(guide): Add Oracle usage guide (#884)
  • 2e16e10 fix(AEX-2): Fix firefox compatibility issue (#882)
  • 0f53991 docs(guide): 7.0.0 migration guide (#877)
  • Additional commits viewable in compare view

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 7.0.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...7.0.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 Feb 4, 2020
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #20.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/aeternity/aepp-sdk-7.0.0 branch February 27, 2020 05:05
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