-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] Flatten options to be consistent across all, remove casts,…
… fix imports and exports (#207) * [args] Flatten all options args to a single level Having multiple levels made it a harder to find all the inputs considering sometimes pagination was deeper than one level. * [refactor] Remove most usages of casts Many of the casts were unnecessary, and can hide refactor bugs. This removes them, and adds appropriate functions when necessary. * [refactor] Remove more casting * [refactor] Remove more casts * [refactor] Cleanup imports in tests to be src, export AnyPublicKey/Signature * [CHANGELOG] Add new changes
- Loading branch information
1 parent
b7e03dc
commit fbb32c3
Showing
53 changed files
with
597 additions
and
472 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
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
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
Oops, something went wrong.