Skip to content

Commit

Permalink
update monero_c to rewritep pr
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Oct 23, 2024
1 parent 68926c0 commit 9d6d2c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cw_monero/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
resolved-ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
ref: "2b80445d301c713fb4f4a665aeedbcd2b713470b"
resolved-ref: "2b80445d301c713fb4f4a665aeedbcd2b713470b"
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cw_monero/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
ref: 2b80445d301c713fb4f4a665aeedbcd2b713470b # monero_c hash
path: impls/monero.dart
mutex: ^3.1.0

Expand Down
4 changes: 2 additions & 2 deletions cw_wownero/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ packages:
dependency: "direct main"
description:
path: "impls/monero.dart"
ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
resolved-ref: "6eb571ea498ed7b854934785f00fabfd0dadf75b"
ref: "2b80445d301c713fb4f4a665aeedbcd2b713470b"
resolved-ref: "2b80445d301c713fb4f4a665aeedbcd2b713470b"
url: "https://github.com/mrcyjanek/monero_c"
source: git
version: "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cw_wownero/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
monero:
git:
url: https://github.com/mrcyjanek/monero_c
ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
ref: 2b80445d301c713fb4f4a665aeedbcd2b713470b # monero_c hash
path: impls/monero.dart
mutex: ^3.1.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_moneroc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
then
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
cd monero_c
git checkout 6eb571ea498ed7b854934785f00fabfd0dadf75b
git checkout 2b80445d301c713fb4f4a665aeedbcd2b713470b
git reset --hard
git submodule update --init --force --recursive
./apply_patches.sh monero
Expand Down

0 comments on commit 9d6d2c2

Please sign in to comment.