-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #243 from WalletConnect/chore/silence_attestation_…
…not_found [Chore] Silence attestation error not found and update dependencies
- Loading branch information
Showing
22 changed files
with
94 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
# | ||
|
||
list(APPEND FLUTTER_PLUGIN_LIST | ||
url_launcher_linux | ||
) | ||
|
||
list(APPEND FLUTTER_FFI_PLUGIN_LIST | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
# | ||
|
||
list(APPEND FLUTTER_PLUGIN_LIST | ||
url_launcher_windows | ||
) | ||
|
||
list(APPEND FLUTTER_FFI_PLUGIN_LIST | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
name: walletconnect_flutter_v2 | ||
description: This repository contains oficial implementation of WalletConnect v2 protocols for Flutter applications. The communications protocol for web3. | ||
version: 2.1.11 | ||
version: 2.1.12 | ||
repository: https://github.com/WalletConnect/WalletConnectFlutterV2 | ||
|
||
environment: | ||
sdk: '>=2.19.0 <4.0.0' | ||
|
||
dependencies: | ||
bs58: ^1.0.2 | ||
convert: ^3.0.1 | ||
cryptography: ^2.0.5 | ||
ed25519_edwards: ^0.3.1 | ||
event: ^2.1.2 | ||
flutter: | ||
sdk: flutter | ||
web_socket_channel: ^2.4.0 | ||
http: '>=0.13.0 <1.2.0' | ||
cryptography: ^2.0.5 | ||
convert: ^3.0.1 | ||
freezed_annotation: ^2.2.0 | ||
http: ^1.1.2 | ||
json_annotation: ^4.8.1 | ||
logger: ^2.0.2+1 | ||
package_info_plus: ^5.0.1 | ||
pointycastle: ^3.6.2 | ||
x25519: ^0.1.1 | ||
bs58: ^1.0.2 | ||
ed25519_edwards: ^0.3.1 | ||
event: ^2.1.2 | ||
stream_channel: ^2.1.0 | ||
shared_preferences: ^2.0.17 | ||
universal_io: ^2.0.4 | ||
shared_preferences: ^2.2.2 | ||
stack_trace: ^1.10.0 | ||
web3dart: ^2.5.1 | ||
logger: ^2.0.2+1 | ||
freezed_annotation: ^2.2.0 | ||
package_info_plus: ^4.2.0 | ||
stream_channel: ^2.1.0 | ||
universal_io: ^2.2.2 | ||
web3dart: ^2.7.2 | ||
web_socket_channel: ^2.4.2 | ||
x25519: ^0.1.1 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: | ||
flutter | ||
build_runner: ^2.0.0 | ||
json_serializable: ^6.5.3 | ||
build_runner: ^2.4.7 | ||
build_version: ^2.1.1 | ||
dependency_validator: ^3.2.2 | ||
mockito: ^5.3.2 | ||
eth_sig_util: ^0.0.9 | ||
build_version: ^2.0.0 | ||
flutter_lints: ^2.0.0 | ||
freezed: ^2.4.0 | ||
flutter_test: | ||
sdk: | ||
flutter | ||
freezed: ^2.4.5 | ||
json_serializable: ^6.7.0 | ||
mockito: ^5.4.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters