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

Commit 4c9a7aa

Browse files
fboucquezFernando
and
Fernando
authored
fix: added catapult 1.0.3.0 new status codes (#674)
Co-authored-by: Fernando <[email protected]>
1 parent 7eca85a commit 4c9a7aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
99
### Added
1010

1111
- Added mosaic supply revocation transaction support.
12+
- Added new catapult 1.0.3.0 new status codes.
1213

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

catapult-sdk/src/model/status.js

+2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ const toStringInternal = code => {
4343
case 0x8043000E: return 'Failure_Core_Address_Collision';
4444
case 0x8043000F: return 'Failure_Core_Importance_Block_Mismatch';
4545
case 0x80430010: return 'Failure_Core_Unexpected_Block_Type';
46+
case 0x80430011: return 'Failure_Core_Block_Explicit_Transactions_Hash_Mismatch';
4647
case 0x80430065: return 'Failure_Core_Invalid_Link_Action';
4748
case 0x80430066: return 'Failure_Core_Link_Already_Exists';
4849
case 0x80430067: return 'Failure_Core_Inconsistent_Unlink_Data';
4950
case 0x80430068: return 'Failure_Core_Invalid_Link_Range';
5051
case 0x80430069: return 'Failure_Core_Too_Many_Links';
52+
case 0x8043006A: return 'Failure_Core_Link_Start_Epoch_Invalid';
5153
case 0x81490001: return 'Failure_Hash_Already_Exists';
5254
case 0x80530001: return 'Failure_Signature_Not_Verifiable';
5355
case 0x804C0001: return 'Failure_AccountLink_Link_Already_Exists';

0 commit comments

Comments
 (0)