Skip to content

Commit

Permalink
Merge pull request #226 from WalletConnect/feature/license_change
Browse files Browse the repository at this point in the history
License change
  • Loading branch information
quetool authored Nov 22, 2023
2 parents adec734 + 57c9b2e commit f84c5ad
Show file tree
Hide file tree
Showing 30 changed files with 1,483 additions and 1,231 deletions.
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

0 comments on commit f84c5ad

Please sign in to comment.