Steven Liu

Results 16 issues of Steven Liu

In NIS1 nano wallet, there are pre-defined exchange addresses stored, which auto-detect if out going transaction is sending to a known exchange, then automatically pop up the required transfer message...

enhancement
Sprint 5

There's a defect reported for `js-sha3` (https://github.com/emn178/js-sha3/pull/23) which can be a show stopper for some sdk users. The maintenance circle on js-sha3 seems slow. We can perhaps look for alternative...

enhancement

https://github.com/nemtech/catapult-rest/issues/334 so that clients don't have to deal with ugly apostrophe separators

enhancement

currently, unsigned data fetched from mongodb is displayed as signed since mongodb does not support unsigned data consider treating every number in the project as unsigned unless specified since the...

enhancement

Regarding proposed changes on rest: https://github.com/nemtech/catapult-rest/issues/296 It is proposed to drop the `UInt64` class and replaced by Node's BigInt.

Blocked

- using PM2 to start rest server in cluster mode to avoid single point of failure - Docker can start the rest server by calling `npm start:cluster` instead - Currently...

- Combined server message handler into one. - Combined message channels builders - Grouped zmq sockets by topic parameters(address if any). Server will check if existing socket connections with the...

currently, unit64 fields are showing either numeric string (value) or hex (keys/ids), it should add `0x` to the hex string to distinguish the actual arrays.

search endpoint on lock transaction type timeout with ordering. http://ngl-dual-301.testnet.symboldev.network:3000/transactions/confirmed?type=16722&pageSize=25&pageNumber=1&order=desc remove the order param seems working fine. Also change the tx type to other type seems working as well with...