tgreiser / hicetnunc

hicetnunc UI/UX
http://hicetnunc.xyz
0 stars 0 forks source link

Bump @airgap/beacon-sdk from 2.3.5 to 3.1.2 #112

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @airgap/beacon-sdk from 2.3.5 to 3.1.2.

Release notes

Sourced from @​airgap/beacon-sdk's releases.

v3.1.1

3.1.1 (2022-06-05)

Changes

  • Readme: Added readmes to the individual packages so they are not empty on NPM.

Fixes

  • compatibility: There was a bug where the version of a message was set to the incorrect value, causing compatibility issues in some circumstances.

v3.1.0

3.1.0 (2022-05-24)

  • Sapling: Added basic sapling support. A section about sapling will be added to the docs soon.
  • Temple Mobile: Added Temple Mobile Wallet

v3.0.0

3.0.0 (2022-04-21)

Version 3 of the Beacon SDK brings a couple of important changes. The most important ones are:

Support for multiple blockchains

The Beacon network and SDK have always been primarily focussed on providing a secure and flexible communication method between dApps and wallets. Blockchain specific functionalities have always been kept to a minimum to make sure external changes (eg. blockchain upgrades) don't affect the connection.

In this release, we took this idea one step further. We separated the blockchain specific logic from the commmunication logic. This allows for new blockchains and new types of messages to be added more easily.

The first additional blockchain that was added was Substrate, which will support Kusama and Polkadot, as well as any other substrate based chains.

The next feature that will be added in this context is support for Sapling messages on the Tezos network.

Multipackage architecture

The different parts of the beacon-sdk are now released as separate packages to NPM. This allows dApps and wallets to have more control over which parts they want to include. For example, the @airgap/beacon-wallet package does not contain any dApp specific code.

IMPORTANT: Tezos dApps can update to 3.0.0 without any changes. We made sure that 3.0.0 is backwards compatible and contains no breaking changes. All new features (eg. multi blockchain) are using new APIs. Those new APIs will be described in our docs soon.

The following packages are available:

Packages

Package Description Version Downloads Links
@airgap/beacon-sdk The backwards compatible version of the beacon-sdk, which contains everything needed to run on a Tezos dApp and wallet. version README.md
@airgap/beacon-dapp This package contains everything you need to use it on a Tezos dApp. version README.md
@airgap/beacon-wallet This package contains everything you need to use it in a Tezos wallet. version README.md
@airgap/beacon-blockchain-tezos This package contains code specific to the Tezos blockchain. version README.md
@airgap/beacon-blockchain-substrate This package contains code specific to Substrate blockchains. version README.md
@airgap/beacon-core Components that are shared between dApps and wallets. version README.md

... (truncated)

Commits


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[bot] commented 2 years ago

Superseded by #115.