Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-xmr committed Nov 5, 2024
1 parent c9a5023 commit a4561d2
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ integration_test/playground.dart

# Monero.dart (Monero_C)
scripts/monero_c
scripts/android/app_env.fish
# iOS generated framework bin
ios/MoneroWallet.framework/MoneroWallet
ios/WowneroWallet.framework/WowneroWallet
24 changes: 15 additions & 9 deletions cw_bitcoin/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,20 @@ packages:
bitcoin_base:
dependency: "direct overridden"
description:
path: "/home/rafael/Working/bitcoin_base/"
relative: false
source: path
path: "."
ref: cake-update-v15
resolved-ref: "49db5748d2edc73c0c8213e11ab6a39fa3a7ff7f"
url: "https://github.com/cake-tech/bitcoin_base.git"
source: git
version: "4.7.0"
blockchain_utils:
dependency: "direct main"
description:
path: "/home/rafael/Working/blockchain_utils/"
relative: false
source: path
path: "."
ref: cake-update-v3
resolved-ref: "9b64c43bcfe129e7f01300a63607fde083dd0357"
url: "https://github.com/cake-tech/blockchain_utils.git"
source: git
version: "3.3.0"
bluez:
dependency: transitive
Expand Down Expand Up @@ -913,9 +917,11 @@ packages:
sp_scanner:
dependency: "direct main"
description:
path: "/home/rafael/Working/sp_scanner/"
relative: false
source: path
path: "."
ref: cake-update-v3
resolved-ref: "2c21e53fd652e0aee1ee5fcd891376c10334237b"
url: "https://github.com/cake-tech/sp_scanner.git"
source: git
version: "0.0.1"
stack_trace:
dependency: transitive
Expand Down
16 changes: 12 additions & 4 deletions cw_bitcoin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ dependencies:
rxdart: ^0.28.0
cryptography: ^2.0.5
blockchain_utils:
path: /home/rafael/Working/blockchain_utils/
git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3
cw_mweb:
path: ../cw_mweb
grpc: ^3.2.4
sp_scanner:
path: /home/rafael/Working/sp_scanner/
git:
url: https://github.com/cake-tech/sp_scanner.git
ref: cake-update-v3
bech32:
git:
url: https://github.com/cake-tech/bech32.git
Expand All @@ -58,9 +62,13 @@ dependency_overrides:
watcher: ^1.1.0
protobuf: ^3.1.0
bitcoin_base:
path: /home/rafael/Working/bitcoin_base/
git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
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
ffi: 2.1.0

Expand Down
12 changes: 9 additions & 3 deletions cw_bitcoin_cash/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ dependencies:
url: https://github.com/cake-tech/bitbox-flutter.git
ref: Add-Support-For-OP-Return-data
blockchain_utils:
path: /home/rafael/Working/blockchain_utils/
git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3

dev_dependencies:
flutter_test:
Expand All @@ -38,9 +40,13 @@ dev_dependencies:
dependency_overrides:
watcher: ^1.1.0
bitcoin_base:
path: /home/rafael/Working/bitcoin_base/
git:
url: https://github.com/cake-tech/bitcoin_base.git
ref: cake-update-v15
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
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
12 changes: 9 additions & 3 deletions cw_tron/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ dependencies:
cw_evm:
path: ../cw_evm
on_chain:
path: /home/rafael/Working/On_chain/
git:
url: https://github.com/cake-tech/on_chain.git
ref: cake-update-v3
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
bip39: ^1.0.6
hive: ^2.2.3
Expand All @@ -33,7 +37,9 @@ dev_dependencies:

dependency_overrides:
blockchain_utils:
path: /home/rafael/Working/blockchain_utils/
git:
url: https://github.com/cake-tech/blockchain_utils.git
ref: cake-update-v3

flutter:
# assets:
Expand Down
4 changes: 3 additions & 1 deletion pubspec_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ dependency_overrides:
flutter_secure_storage_platform_interface: 1.0.2
protobuf: ^3.1.0
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

flutter_icons:
Expand Down

0 comments on commit a4561d2

Please sign in to comment.