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.0 #97

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

v3.1.0

No release notes provided.

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
@airgap/beacon-types Type definitions. version README.md
@airgap/beacon-ui UI elements that are used in dApps. version README.md
@airgap/beacon-utils Utility functions. version README.md
@airgap/beacon-transport-matrix Code specific to the P2P transport. version README.md
@airgap/beacon-transport-postmessage Code specific to the PostMessage transport. version README.md

Features

  • Tezos: Add support for Jakartanet

v2.3.13

2.3.13 (2022-04-13)

Fixes

... (truncated)

Commits
  • 9d39686 Merge pull request #354 from airgap-it/develop
  • c9d9ee1 Merge branch 'master' into develop
  • 0e232a2 Merge pull request #353 from airgap-it/release/3.1.0
  • 4493631 chore(release): v3.1.0
  • 12d882d Merge pull request #352 from airgap-it/feat/temple-mobile
  • 029250d Merge pull request #342 from airgap-it/feat/sapling
  • d1da2e2 feat(): add temple mobile icon
  • f445e7a feat(): add temple mobile
  • e84ed42 feat(): improve comment
  • 462df75 feat(): add tezos network type
  • 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[bot] commented 2 years ago

Superseded by #104.