-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sdk)!: upgrade JSON RPC source to Trinity (#68)
* feat: add abstract class to define datasource base * feat: add JSON RPC datasource class * refactor: replace OrditApi w/ JsonRpc datasource * refactor: move datasource to very top in inheritance chain * feat: decouple utils to separate class * refactor!: rename class to BaseDatasource and convert to abtract class * refactor: integrate trinity * refactor!: remove inscription & ordinals from UTXO * refactor: update UTXO props * feat: add getInscriptionUTXO RPC call * refactor(sdk): improvements / clean up / remove deprecated fns (#69) * feat: add abstract class to define datasource base * refactor: replace OrditApi w/ JsonRpc datasource * refasctor: move datasource to very top in inheritance chain * feat: decouple utils to separate class * refactor!: rename class to BaseDatasource and convert to abtract class * chore: remove OrditApi * chore: remove instant-buy & tx fns * refactor: rename types * chore!: remove deprecated fns * feat: spread args for clarity of options on usage
- Loading branch information
1 parent
ed23fd6
commit 8e84fc2
Showing
24 changed files
with
105 additions
and
1,086 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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.