Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request papers/airgap/beacon-ios-sdk!70
  • Loading branch information
jsamol committed Feb 23, 2023
2 parents 7266209 + 5847a2c commit 60f51a9
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please, use it to fill out the issue, if you don't, the issue will be closed imm
### Bug Report

- [ ] I'm using the latest version of the SDK. <!-- If not, you should update and check if the issue persists before continuing here. -->
- [ ] I've seen [the docs](https://docs.walletbeacon.io) and [the demo code](https://github.com/airgap-it/beacon-ios-sdk/tree/develop/Demo/BeaconSDKDemo). <!-- Not a must, but consider checking them if you haven't already. -->
- [ ] I've seen [the docs](https://docs.walletbeacon.io) and [the demo code](https://github.com/airgap-it/beacon-ios-sdk/tree/master/Demo/BeaconSDKDemo). <!-- Not a must, but consider checking them if you haven't already. -->
- [ ] I'm using the SDK directly (not via a 3rd party library or application).
<!-- You may ignore the following checks, if you ticked the above. -->
- [ ] I've been able to confirm that the issue comes from this SDK, not the 3rd party software on top. <!-- If not, you should consider contacting the other developer first. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/FEATURE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request
about: Suggest an idea for this project.
labels: bug
labels: enhancement
---

<!--
Expand Down
2 changes: 1 addition & 1 deletion BeaconBlockchainSubstrate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BeaconBlockchainSubstrate"
spec.version = "3.2.3"
spec.version = "3.2.4"
spec.summary = "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconBlockchainSubstrate provides a set of messages, utility functions and other components specific for Substrate blockchains."
spec.description = <<-DESC
Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconBlockchainSubstrate provides a set of messages, utility functions and other components specific for Substrate blockchains.
Expand Down
2 changes: 1 addition & 1 deletion BeaconBlockchainTezos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BeaconBlockchainTezos"
spec.version = "3.2.3"
spec.version = "3.2.4"
spec.summary = "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconBlockchainTezos provides a set of messages, utility functions and other components specific for the Tezos blockchain."
spec.description = <<-DESC
Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconBlockchainTezos provides a set of messages, utility functions and other components specific for the Tezos blockchain.
Expand Down
2 changes: 1 addition & 1 deletion BeaconClientDApp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BeaconClientDApp"
spec.version = "3.2.3"
spec.version = "3.2.4"
spec.summary = "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconClientDApp provides the Beacon implementation for dApps."
spec.description = <<-DESC
Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconClientDApp provides the Beacon implementation for dApps.
Expand Down
2 changes: 1 addition & 1 deletion BeaconClientWallet.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BeaconClientWallet"
spec.version = "3.2.3"
spec.version = "3.2.4"
spec.summary = "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconClientWallet provides the Beacon implementation for wallets."
spec.description = <<-DESC
Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconClientWallet provides the Beacon implementation for wallets.
Expand Down
2 changes: 1 addition & 1 deletion BeaconCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BeaconCore"
spec.version = "3.2.3"
spec.version = "3.2.4"
spec.summary = "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconCore is a common base for other targets."
spec.description = <<-DESC
Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconCore is a common base for other targets.
Expand Down
2 changes: 1 addition & 1 deletion BeaconTransportP2PMatrix.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BeaconTransportP2PMatrix"
spec.version = "3.2.3"
spec.version = "3.2.4"
spec.summary = "Beacon is an implementation of the wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconTransportP2PMatrix provides a P2P implementation which uses Matrix network for the communication."
spec.description = <<-DESC
Beacon is an implementation of the Tezos wallet interaction standard tzip-10 which describes the connection of a dApp with a wallet. BeaconTransportP2PMatrix provides a P2P implementation which uses Matrix network for the communication."
Expand Down
12 changes: 12 additions & 0 deletions Sources/BlockchainTezos/Model/Network.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ extension Tezos {
public static let mondaynet: Network = .init(type: .mondaynet)
public static let dailynet: Network = .init(type: .dailynet)

@available(*, deprecated, message: "'Ithacanet' is no longer a maintained Tezos test network and will be removed from Beacon in future versions.")
public static let ithacanet: Network = .init(type: .ithacanet)

@available(*, deprecated, message: "'Jakartanet' is no longer a maintained Tezos test network and will be removed from Beacon in future versions.")
public static let jakartanet: Network = .init(type: .jakartanet)

public static let kathmandunet: Network = .init(type: .kathmandunet)
public static let limanet: Network = .init(type: .limanet)
public static let mumbainet: Network = .init(type: .mumbainet)

/// A type of the network
public let type: `Type`
Expand Down Expand Up @@ -81,9 +87,15 @@ extension Tezos {
@available(*, deprecated, message: "'Hangzhounet' is no longer a maintained Tezos test network and will be removed from Beacon in future versions.")
case hangzhounet

@available(*, deprecated, message: "'Ithacanet' is no longer a maintained Tezos test network and will be removed from Beacon in future versions.")
case ithacanet

@available(*, deprecated, message: "'Jakartanet' is no longer a maintained Tezos test network and will be removed from Beacon in future versions.")
case jakartanet

case kathmandunet
case limanet
case mumbainet

case custom
}
Expand Down

0 comments on commit 60f51a9

Please sign in to comment.