Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License change #226

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.10

- License change

## 2.1.9

- Added support for Verify API
Expand Down
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 Eucalyptus Labs, Inc.
Copyright 2023 Sterling Long
Copyright 2023 WalletConnect, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

WalletConnect Dart v2 library for Flutter, heavily inspired by the WalletConnect V2 Javascript Monorepo.

Original work for this library is attributed to [Eucalyptus Labs](https://eucalyptuslabs.com/) and Sterling Long for [Koala Wallet](https://koalawallet.io/), a wallet built for the Kadena blockchain.

# To Use

## Pair, Approve, and Sign/Auth
Expand Down
13 changes: 0 additions & 13 deletions example/wallet/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ void main() async {
print(credentials.address);
});
// test('Kadena Handler Works', () async {
// // 2. Initiate wcClient
// // const wcKoalaProjectId = TEST_PR 'c993e66665ac416812435c9f1f07a96c';
// final wcClient = await SignClient.createInstance(
// projectId: 'c993e66665ac416812435c9f1f07a96c',
// memoryStore: true,
// metadata: const PairingMetadata(
// name: 'Koala Wallet',
// description: 'Your Passport to the Kadena Ecosystem',
// url: 'https://koalawallet.io',
// icons: ['https://koalawallet.io/media/png/koala_color.png'],
// ),
// );

// // For a wallet, setup the proposal handler that will display the proposal to the user after the URI has been scanned.
// late int id;
// wcClient.onSessionProposal.subscribe((args) async {
Expand Down
Loading