rise-node
rise-node copied to clipboard
:rainbow: RISE blockchain node
Bumps [sequelize](https://github.com/sequelize/sequelize) from 5.8.5 to 5.15.1. Release notes *Sourced from [sequelize's releases](https://github.com/sequelize/sequelize/releases).* > ## v5.15.1 > ## [5.15.1](https://github.com/sequelize/sequelize/compare/v5.15.0...v5.15.1) (2019-08-18) > > > ### Security > > * **sequelize.json.fn:** use common...
## Actual ``` curl --silent https://wallet.rise.vision/api/delegates/get\?publicKey\=7f31f1b13f211ada60b61e47778b8d59e7f0ecb56fd6f9ea9200c805e352f6a8 | jq . { "success": true, "delegate": { "username": "indian", "address": "3361547442450966682R", "cmb": 0, "publicKey": "7f31f1b13f211ada60b61e47778b8d59e7f0ecb56fd6f9ea9200c805e352f6a8", "vote": 8877869856391, "producedblocks": 69, "votesWeight": 8877869856391, "missedblocks": 1,...
@vekexasia asked me to open an issue for the Node support on a Raspberry Pi 3 B+. Node support on single-board computers will greatly improve the accessibility for nodes, and...
The [/transactions/multisignatures/get?id=3645650275543117289](https://twallet.rise.vision/api/transactions/multisignatures/get?id=3645650275543117289) endpoint returns `senderPublicKey` and `signature` fields in some object notation, where as it should return hex encoded strings. ```json { "success": true, "transaction": { "type": 4, "id": "3645650275543117289",...
[/transactions/multisignatures?senderPublicKey=09c16051ac46ae880dd08bcf030bd089d3cd3a03ea06ca8692b51dba53ad3cf7](https://twallet.rise.vision/api/transactions/multisignatures?senderPublicKey=09c16051ac46ae880dd08bcf030bd089d3cd3a03ea06ca8692b51dba53ad3cf7) endpoint correctly returns the multisignature transaction: ```json { "success": true, "count": 1, "transactions": [ { "type": 4, "id": "3645650275543117289", "timestamp": 79394894, "senderId": "5748963084999911943R", "senderPublicKey": "09c16051ac46ae880dd08bcf030bd089d3cd3a03ea06ca8692b51dba53ad3cf7", "fee": 500000000, "signature": "8b8943fb4cea13fdd08362f21fefc02ee9219a87b452cf313d1369951142c203d45dc8953878e6dd6aef7cd945314bb664e77ef8537ff20ad55afd60df9cfc08",...
The current address system is collision prone. User Address is basically a numeric id which is being derived using a slice of the publicKey. A nice writeup of the known...
Log attached: `2018-07-20 11:36:32 545: [ERR] 2018-07-20 11:36:32 | Error: FATAL: semctl(229383, 2, SETVAL, 0) failed: Invalid argument at Error (native) 2018-07-20 11:36:32 547: [WRN] 2018-07-20 11:36:32 | Transport error...
Right now a medium-end CPU can roughly handle 7tps. While this is more than enough right now, the situation can rapidly change and a solution should be already in place....
- apis - utils - [x] attachPeerHeaders - [x] errorHandler - [x] successInterceptor - [x] validatePeerHeaders - [ ] accountsAPI - [ ] blocksAPI - [ ] delegatesAPI - [x]...