Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
fix: added catapult 1.0.3.0 new status codes (#674)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando <fernando@symbol.dev>
  • Loading branch information
fboucquez and Fernando authored Nov 10, 2021
1 parent 7eca85a commit 4c9a7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
### Added

- Added mosaic supply revocation transaction support.
- Added new catapult 1.0.3.0 new status codes.

## [v2.3.8] - 1-Nov-2021

Expand Down
2 changes: 2 additions & 0 deletions catapult-sdk/src/model/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ const toStringInternal = code => {
case 0x8043000E: return 'Failure_Core_Address_Collision';
case 0x8043000F: return 'Failure_Core_Importance_Block_Mismatch';
case 0x80430010: return 'Failure_Core_Unexpected_Block_Type';
case 0x80430011: return 'Failure_Core_Block_Explicit_Transactions_Hash_Mismatch';
case 0x80430065: return 'Failure_Core_Invalid_Link_Action';
case 0x80430066: return 'Failure_Core_Link_Already_Exists';
case 0x80430067: return 'Failure_Core_Inconsistent_Unlink_Data';
case 0x80430068: return 'Failure_Core_Invalid_Link_Range';
case 0x80430069: return 'Failure_Core_Too_Many_Links';
case 0x8043006A: return 'Failure_Core_Link_Start_Epoch_Invalid';
case 0x81490001: return 'Failure_Hash_Already_Exists';
case 0x80530001: return 'Failure_Signature_Not_Verifiable';
case 0x804C0001: return 'Failure_AccountLink_Link_Already_Exists';
Expand Down

0 comments on commit 4c9a7aa

Please sign in to comment.