Skip to content

Commit

Permalink
Merge pull request #1472 from ardriveapp/PE-4971-json-wallet-generate…
Browse files Browse the repository at this point in the history
…d-from-android-should-contain-optional-fields-dp-dq-and-qi

PE-4971: update arweave-dart to generate dp, dq, and qi fields for wallet…
  • Loading branch information
thiagocarvalhodev authored Nov 14, 2023
2 parents d651bd4 + 65ea49e commit 38559df
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/arconnect/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: v3.8.0
ref: PE-4971-generate-optional-fields-if-missing
ardrive_utils:
path: ../ardrive_utils
js: ^0.6.7
Expand Down
4 changes: 2 additions & 2 deletions packages/ardrive_crypto/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: v3.8.0
ref: PE-4971-generate-optional-fields-if-missing
ardrive_utils:
path: ../ardrive_utils
path: ../ardrive_utils
uuid: ^3.0.4
webcrypto: ^0.5.3
async: ^2.11.0
Expand Down
4 changes: 2 additions & 2 deletions packages/ardrive_uploader/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: v3.8.0
ref: PE-4971-generate-optional-fields-if-missing
ardrive_utils:
path: ../../ardrive_utils
# The following adds the Cupertino Icons font to your application.
Expand All @@ -50,7 +50,7 @@ dependencies:
uuid: ^3.0.4
cryptography: ^2.5.0
dio: ^5.3.2
http:
http:

dev_dependencies:
flutter_test:
Expand Down
4 changes: 1 addition & 3 deletions packages/ardrive_uploader/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: v3.8.0
ref: PE-4971-generate-optional-fields-if-missing
ardrive_utils:
path: ../ardrive_utils
ardrive_crypto:
Expand Down Expand Up @@ -51,5 +51,3 @@ dev_dependencies:
test: ^1.21.0
json_serializable:
build_runner: ^2.0.4

dependency_overrides:
2 changes: 1 addition & 1 deletion packages/ardrive_utils/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: v3.8.0
ref: PE-4971-generate-optional-fields-if-missing
js: ^0.6.7
equatable: ^2.0.5

Expand Down
4 changes: 2 additions & 2 deletions packages/pst/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v3.8.0"
resolved-ref: a61f9d73ee5eac1b6a169d6ccc6dc1948aa39b8f
ref: PE-4971-generate-optional-fields-if-missing
resolved-ref: "965224ff551191614d83f6ce01bf2340e9ed9980"
url: "https://github.com/ardriveapp/arweave-dart.git"
source: git
version: "3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pst/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: v3.8.0
ref: PE-4971-generate-optional-fields-if-missing
ardrive_http:
git:
url: https://github.com/ar-io/ardrive_http.git
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v3.8.0"
resolved-ref: a61f9d73ee5eac1b6a169d6ccc6dc1948aa39b8f
ref: PE-4971-generate-optional-fields-if-missing
resolved-ref: "965224ff551191614d83f6ce01bf2340e9ed9980"
url: "https://github.com/ardriveapp/arweave-dart.git"
source: git
version: "3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: v3.8.0
ref: PE-4971-generate-optional-fields-if-missing
cryptography: ^2.0.5
flutter_bloc: ^8.1.1
intersperse: ^2.0.0
Expand Down

0 comments on commit 38559df

Please sign in to comment.