-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added support for unknown txn types (#3003)
* feat: added support for unknown txn types * docs: add changeset * fix: ensure base transaction type is distinguished from unsupported * fix: update property check * test: remove unnecessary only * fix: remove transaction encoding and decoding + hide UnknowTransactionRequest class * fix: update transaction code Co-authored-by: Peter Smith <[email protected]> * fix: ensure retrieval of unknown txns return a warning * chore: clean up message and throw warning for single case * chore: remove unknown transaction type * chore: remove other unused types * linting --------- Co-authored-by: Peter Smith <[email protected]>
- Loading branch information
1 parent
e286557
commit a36626a
Showing
8 changed files
with
156 additions
and
135 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@fuel-ts/transactions": patch | ||
"@fuel-ts/account": patch | ||
--- | ||
|
||
feat: added support for unknown txn types |
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.