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.
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)
Bumps @airgap/beacon-sdk from 2.3.5 to 3.1.1.
Release notes
Sourced from
@airgap/beacon-sdk
's releases.... (truncated)
Commits
3d8814c
Merge pull request #360 from airgap-it/develop93ada0e
Merge branch 'master' into develop6bae6b2
Merge pull request #359 from airgap-it/release/3.1.100bebc6
chore(): change versiond0764d4
chore(release): 3.1.16dbaf6c
Merge pull request #356 from airgap-it/fix/v2-v3-compatibility15872f8
Merge pull request #358 from airgap-it/feat/add-readme33357ac
fix(): improve wordingc00069c
feat(): add readmescf4332d
fix(): v2 and v3 compatibilityDependabot 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)