-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* packaging: add uuid lib * feat: implement conveyour belt class * refactor: conveyor belts structure * feat: add build transaction pipeline * feat: add generic plugin factory * feat: add conveyor belts * feat: add conveyor belt error extractor * feat: add profiler plugin * feat: add debug plugin * feat: add plugins * feat: add fee bump plugin * feat: add build transaction pipeline errors * feat: add classic sign req pipeline * refactor: dump * fix: dump * feat: add soroban get transaction pipeline * feat: add extract wrapped contract id * refactor: wrap asset and deploy * refactor: wrap and deploy function clean up * refactor: deploy contract * refactor: structure * feat: add multibelt pipeline * feat: add read from contract * feat: add profiler fee extraction * feat: add auto restore * feat: auto restore bump * refactor: contract engine clean up * feat: add channel accounts plugin * feat: add classic transaction pipeline * feat: add channel accounts plugin * refactor: classic transaction pipeline * feat: classic and SAC * feat: add trustline in classic assets * feat: add channel accounts utils * refactor: cleanup * refactor: exports * remove: old tests * remove: deprecated tests * fix: circular dependency * fix: undefined spec * refactor: network to networkconfig * feat: restore code and instance * feat: add errors to soroban get transaction * fix: remove unused error codes * feat: add classic sign requirements errors * packaging: bump stellar sdk version * feat: add export to contract spec * fix: auto restore bump sequence * fix: auto restore timeout * style: tests and contract engine * packaging: bump version to v0.6.0
- Loading branch information
Showing
113 changed files
with
3,682 additions
and
3,659 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
54 changes: 0 additions & 54 deletions
54
src/stellar-plus/account/account-handler/default/default.test.ts
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
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.