Skip to content

Commit

Permalink
Core update on Sign
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Oct 29, 2024
1 parent 7901b98 commit cbbbc1e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/reown_sign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3

- Core Update

## 1.0.2

- Minor change
Expand Down
1 change: 1 addition & 0 deletions packages/reown_sign/lib/sign_engine.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,7 @@ class ReownSign implements IReownSign {
}

Future<void> _onPairingDelete(PairingEvent? event) async {
core.logger.i('[$runtimeType] onPairingDelete ${event.toString()}');
// Delete all the sessions associated with the pairing
if (event == null) {
return;
Expand Down
2 changes: 1 addition & 1 deletion packages/reown_sign/lib/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/reown_sign/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reown_sign
description: "Reown is the onchain UX platform that provides toolkits built on top of the WalletConnect Network"
version: 1.0.2
version: 1.0.3
homepage: https://github.com/reown-com/reown_flutter
repository: https://github.com/reown-com/reown_flutter/tree/master/packages/reown_sign

Expand All @@ -15,7 +15,9 @@ dependencies:
freezed_annotation: ^2.2.0
http: ^1.2.0
pointycastle: ^3.9.1
reown_core: ^1.0.2
reown_core: ^1.0.3
# reown_core:
# path: ../reown_core/
web3dart: ^2.7.3

dev_dependencies:
Expand Down

0 comments on commit cbbbc1e

Please sign in to comment.