adamant icon indicating copy to clipboard operation
adamant copied to clipboard

ADAMANT Blockchain Node

Results 9 adamant issues
Sort by recently updated
recently updated
newest added

The `docs` directory is outdated and can be replaced by the jsdoc plugin for eslint. I did not fix any warnings yet, so you can check how the plugin rules...

- Removed legacy `json-sql` lib dir - Used latest `json-sql` version - Added workaround for `insertorupdate` - Added workaround for `$upper` To do: - Use our fork https://github.com/Adamant-im/json-sql - Add...

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...

dependencies

[`/delegates/get?address=U12693243886978615076`](https://ahead.adamant.im/api/delegates/get?address=U12693243886978615076) additionally, optimized `/delegates/get` endpoint to search for a single transaction Trello: Optimize /delegates/get and add address parameter https://trello.com/c/1OTebrME

Usage: ```js // w/o an address socket.emit('types', [TransactionType.SEND, TransactionType.CHAT_MESSAGE]); socket.on('newTrans', console.log.bind('Chat transaction without bounding to a specific address:')); ``` ```js // w/ an address socket.emit('address', 'U1234567890123456'); socket.emit('types', [TransactionType.SEND, TransactionType.CHAT_MESSAGE]); socket.on('newTrans',...

Automatically subscribes to tranasction type = 8 (message transaction) and watches for the subscribed `asset.chat.type`. Subscribing works the same way as for `types`. ```js const signalMessageType = 3; socket.emit('assetChatTypes', signalMessageType);...

where the testnet is,my team needs to do some test before the main net

question

We can't bump the `chai`, `change-case` and `execa` package versions as they dropped CommonJS support.