chore: deps

This commit is contained in:
Rafael Saes 2024-11-05 13:30:44 -03:00
parent c9a50233c1
commit a4561d2547
6 changed files with 49 additions and 20 deletions

1
.gitignore vendored
View file

@ -176,6 +176,7 @@ integration_test/playground.dart
# Monero.dart (Monero_C) # Monero.dart (Monero_C)
scripts/monero_c scripts/monero_c
scripts/android/app_env.fish
# iOS generated framework bin # iOS generated framework bin
ios/MoneroWallet.framework/MoneroWallet ios/MoneroWallet.framework/MoneroWallet
ios/WowneroWallet.framework/WowneroWallet ios/WowneroWallet.framework/WowneroWallet

View file

@ -86,16 +86,20 @@ packages:
bitcoin_base: bitcoin_base:
dependency: "direct overridden" dependency: "direct overridden"
description: description:
path: "/home/rafael/Working/bitcoin_base/" path: "."
relative: false ref: cake-update-v15
source: path resolved-ref: "49db5748d2edc73c0c8213e11ab6a39fa3a7ff7f"
url: "https://github.com/cake-tech/bitcoin_base.git"
source: git
version: "4.7.0" version: "4.7.0"
blockchain_utils: blockchain_utils:
dependency: "direct main" dependency: "direct main"
description: description:
path: "/home/rafael/Working/blockchain_utils/" path: "."
relative: false ref: cake-update-v3
source: path resolved-ref: "9b64c43bcfe129e7f01300a63607fde083dd0357"
url: "https://github.com/cake-tech/blockchain_utils.git"
source: git
version: "3.3.0" version: "3.3.0"
bluez: bluez:
dependency: transitive dependency: transitive
@ -913,9 +917,11 @@ packages:
sp_scanner: sp_scanner:
dependency: "direct main" dependency: "direct main"
description: description:
path: "/home/rafael/Working/sp_scanner/" path: "."
relative: false ref: cake-update-v3
source: path resolved-ref: "2c21e53fd652e0aee1ee5fcd891376c10334237b"
url: "https://github.com/cake-tech/sp_scanner.git"
source: git
version: "0.0.1" version: "0.0.1"
stack_trace: stack_trace:
dependency: transitive dependency: transitive

View file

@ -27,12 +27,16 @@ dependencies:
rxdart: ^0.28.0 rxdart: ^0.28.0
cryptography: ^2.0.5 cryptography: ^2.0.5
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils/ git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3
cw_mweb: cw_mweb:
path: ../cw_mweb path: ../cw_mweb
grpc: ^3.2.4 grpc: ^3.2.4
sp_scanner: sp_scanner:
path: /home/rafael/Working/sp_scanner/ git:
url: https://github.com/cake-tech/sp_scanner.git
ref: cake-update-v3
bech32: bech32:
git: git:
url: https://github.com/cake-tech/bech32.git url: https://github.com/cake-tech/bech32.git
@ -58,9 +62,13 @@ dependency_overrides:
watcher: ^1.1.0 watcher: ^1.1.0
protobuf: ^3.1.0 protobuf: ^3.1.0
bitcoin_base: bitcoin_base:
path: /home/rafael/Working/bitcoin_base/ git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils/ git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3
pointycastle: 3.7.4 pointycastle: 3.7.4
ffi: 2.1.0 ffi: 2.1.0

View file

@ -26,7 +26,9 @@ dependencies:
url: https://github.com/cake-tech/bitbox-flutter.git url: https://github.com/cake-tech/bitbox-flutter.git
ref: Add-Support-For-OP-Return-data ref: Add-Support-For-OP-Return-data
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils/ git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
@ -38,9 +40,13 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
watcher: ^1.1.0 watcher: ^1.1.0
bitcoin_base: bitcoin_base:
path: /home/rafael/Working/bitcoin_base/ git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils/ git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec

View file

@ -16,9 +16,13 @@ dependencies:
cw_evm: cw_evm:
path: ../cw_evm path: ../cw_evm
on_chain: on_chain:
path: /home/rafael/Working/On_chain/ git:
url: https://github.com/cake-tech/on_chain.git
ref: cake-update-v3
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils/ git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3
mobx: ^2.3.0+1 mobx: ^2.3.0+1
bip39: ^1.0.6 bip39: ^1.0.6
hive: ^2.2.3 hive: ^2.2.3
@ -33,7 +37,9 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
blockchain_utils: blockchain_utils:
path: /home/rafael/Working/blockchain_utils/ git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3
flutter: flutter:
# assets: # assets:

View file

@ -132,7 +132,9 @@ dependency_overrides:
flutter_secure_storage_platform_interface: 1.0.2 flutter_secure_storage_platform_interface: 1.0.2
protobuf: ^3.1.0 protobuf: ^3.1.0
bitcoin_base: bitcoin_base:
path: /home/rafael/Working/bitcoin_base/ git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
ffi: 2.1.0 ffi: 2.1.0
flutter_icons: flutter_icons: