Jaguar0625

Results 11 issues of Jaguar0625

consider this query, which returns some aggregate transactions: http://ngl-dual-001.symbolblockchain.io:3000/transactions/confirmed?address=NBHPVUIRDVMANSA2WQHTGAXEK6VJ73LOGTMQHLQ&order=asc&embedded=true http://ngl-dual-001.symbolblockchain.io:3000/transactions/confirmed?address=NBHPVUIRDVMANSA2WQHTGAXEK6VJ73LOGTMQHLQ&order=asc&embedded=false there is no difference what is returned when the embedded flag is true or false

problem: ExtractAddresses should include MosaicSupplyRevocation::SourceAddress solution: raise AccountAddressNotification problem: revocation can be blocked by mosaic restriction(s) solution: stop raising AddressInteractionNotification

we are missing sortKey for ```py modifications = array(SizePrefixedMultisigAccountModification, modifications_count) ``` vs in the NIS where we're sorting ```java this.cosignatoryModifications = deserializer.readObjectArray("modifications", MultisigCosignatoryModification::new); ... Collections.sort(this.cosignatoryModifications); ``` we might need to...

catbuffer-schemas

| **peer** | api | **voting** | ipv4 | ipv6 | the above would show nodes with roles *peer* and *voting*

Enhancement

averaged over last 15, 30, 60 minutes [or longer]

Enhancement

Since we don't expect this to change so frequently, can you cache it and only re-request it if some interval (15, 30, 60s) has passed?

Enhancement

making individual requests slows down the explorer a lot when there are many namespaces: https://github.com/nemgrouplimited/symbol-explorer/blob/main/src/infrastructure/NamespaceService.js#L180

Enhancement

**Is your feature request related to a problem? Please describe.** I am always frustrated when bootstrap calls dual node `api-node` and adds extra subdirectory. **Describe the solution you'd like** When...

enhancement

problem: catapult is calling deprecated boost functions solution: disable deprecated functions by adding -DBOOST_ASIO_NO_DEPRECATED flag

problem: secondaryId should only be checked when primaryId is equal solution: only check secondaryId when primaryId is equal