XEMBook

Results 11 issues of XEMBook

1. Expected behavior and actual behavior. The listener receives a message when it detects the confirm of a transaction, but it seems to be failing to extract the timestamp and...

1. Expected behavior and actual behavior. I want to get Unconfirmed transaction when someone send XYM to my account. but I can't get it by using listener.unconfirmedAdded 2. Steps to...

``` block = await blockRepo.getBlockByHeight(265860).toPromise() console.log(block.constructor.name); ``` output is 'NormalBlockInfo' I think block height 265860 is ImportanceBlock. but there is no ImportanceBlockInfo in src/model/blockchain/ How should I know blockinfo is...

enhancement
question

1. Expected behavior and actual behavior. If I want to use BlockService.validateInBlock , merkleComponentHash must be calculated from TransactionHash in advance. I think it would be useful if validateInBlock works...

enhancement

I think epochAdjustment is 1637848847s but document says 1573430400s https://docs.symbol.dev/guides/network/configuring-network-properties.html#network-configuration

I think these status code are no longer in use https://github.com/nemtech/catapult-rest/blob/main/catapult-sdk/src/model/status.js Failure_Consumer_Remote_Chain_Too_Many_Blocks Failure_Mosaic_Parent_Id_Conflict Failure_Mosaic_Invalid_Property Failure_Mosaic_Name_Id_Mismatch Failure_Namespace_Already_Active Failure_Namespace_Id_Mismatch Failure_RestrictionAccount_Invalid_Modification_Action Failure_RestrictionAccount_Modification_Operation_Type_Incompatible Failure_Multisig_Invalid_Modification_Action

enhancement

I want to get merkle information with block height of the root hash value. for example , ``` http://localhost:3000/accounts/{accountId}/merkle ``` response ``` { "raw": "00008080DA9B....", "height" : 246044, "tree": [...

enhancement

I think this response is very slow. could you please check this? http://api-01.ap-northeast-1.testnet.symboldev.network:3000/statements/transaction?targetAddress=TANX4VCORC6MUZ2UV34CGMQHWK6PJB4P5YLMUEI&pageNumber=4

P2 Issue

Errors occur during parsing in 3 cat files. - address_resolution_statement.cats - mosaic_resolution_statement.cats - restriction_account_types.cats ``` $python3 -m catparser --schema ../schemas/symbol/statements/address_resolution_statement.cats --include ../schemas/symbol -o output/address_resolution_statement.yaml processing ../schemas/symbol/statements/address_resolution_statement.cats... processing ../schemas/symbol/statements/receipt_source.cats... [ERRORS DETECTED...

Status: WIP
catbuffer-parser

add 3 indexs transaction.mosaics.id statement.receipts.targetAddress statement.receipts.senderAddress