Anthony Law
Anthony Law
## What was the issue? - missing unit test in the `TableDisplay` component. ## What's the fix? - Added unit test `TableDisplay` component. - update mock data (metadata, namespace, mosaic)...
## What was the issue? - missing unit test in the `SpinnerLoading` component. ## What's the fix? - Added unit test `SpinnerLoading` component. - Removed unused components `SpinnerDots`
Reason: It will be easy for client apps to retrieve part of the blocks info. For example, we can easily grab block data from height: 1459 - 1500
### Current behavior - All the addresses in the REST response are in decoded format. - Example `98E0D138EAF2AC342C015FF0B631EC3622E8AFFA04BFCC56` ### What was the issue? - `Decoded` address format is not user-friendly....
Existing field ``` "numBlocks": 750735, "numTransactions": 2114396, "numAccounts": 173765 ``` I suggest to add `numNamespaces`, `numMosaics` and `numTxsWithoutInnerTx` it helps explorer pagination for general listing page
http://sym-test-01.opening-line.jp:3000/transactions/confirmed/F06CB56C6283757075A6825EBE825FDCF831EB90C21E2C019AA0F5E655505F3A http://sym-test-01.opening-line.jp:3000/transactions/confirmed?type=17229
It should only return address rather than alias in all the related address fields. The more discussion [here](https://github.com/symbol/catapult-rest/pull/611#discussion_r682893110) .
I believe `timestamp` and `effective fee` is important for transaction record. Right now, it needs to make extra 2 calls - `timestamp` is get called from the block endpoint. -...
http://ngl-dual-002.symbolblockchain.io:3000/transactions/confirmed/EE67453863503B386C0BFD79BCD6896FA81A596C278BBBAAE6B442A3F49931CB ```json { "mosaics": [ { "id": "E74B99BA41F4AFEE", "amount": "900040000" } ] } ``` `E74B99BA41F4AFEE` is namespace id, we should return the value of mosaic id value instead of namespace...
Right now, if you passing namespace id (sub namespace), you can get all level of namespace info. but if you passing (root) you only able to get root namespace info,...