mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-27 11:04:45 +00:00
update monero_c hash
This commit is contained in:
parent
8b56c52dc6
commit
072728e46e
7 changed files with 10 additions and 10 deletions
cw_monero
cw_wownero
cw_zano
scripts
|
@ -511,8 +511,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||
resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d
|
||||
ref: 84e52393e395d75f449bcd81e23028889538118f
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
ledger_flutter_plus: ^1.4.1
|
||||
|
|
|
@ -471,8 +471,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||
resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
|
||||
ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
|
||||
|
|
|
@ -476,8 +476,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
||||
ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||
resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -26,7 +26,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
|
||||
ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
|
||||
path: impls/monero.dart
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
|
|||
then
|
||||
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
|
||||
cd monero_c
|
||||
git checkout 127c54599c612d7d3d226e4c016d5812e7a0966d
|
||||
git checkout 84e52393e395d75f449bcd81e23028889538118f
|
||||
git reset --hard
|
||||
git submodule update --init --force --recursive
|
||||
./apply_patches.sh monero
|
||||
|
|
Loading…
Reference in a new issue