-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/lowercased-address
- Loading branch information
Showing
27 changed files
with
9,163 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"printWidth": 120, | ||
"trailingComma": "es5", | ||
"tabWidth": 4, | ||
"semi": true, | ||
"singleQuote": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# @solana/wallet-standard-ghost | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-features@1.1.0 | ||
|
||
## 0.0.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-features@1.0.0 |
Empty file.
Oops, something went wrong.