Jose Antonio
Jose Antonio
**Describe the bug** When Status is set to "Forwarded" I'm getting the next response "Internal Server Error". **To Reproduce** Steps to reproduce the behavior: 1. Create a new SOAP project....
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...
- apis - utils - [x] attachPeerHeaders - [x] errorHandler - [x] successInterceptor - [x] validatePeerHeaders - [ ] accountsAPI - [ ] blocksAPI - [ ] delegatesAPI - [x]...
- Checking that it() descriptions are meaningful. - Rewriting all the beforeEach() if they don't are not using container for to create the stubs classes. - To fix small issues.
Testing **countById()** function at logic/transfer module, I've noticed that if **self.scope.db.one()** returns a reject Promise, the code fail when try to call to... `this.scope.logger.error(err.stack);` because the "**this**" inside the "**catch()**"...
Testing logic/transaction module I've noticed that verify() function is using a variable named 'requester' but never is declared. https://github.com/RiseVision/rise-node/blob/development/logic/transaction.js#L439 Researching about this issue I've discovered that on Lisk version this...
After test logic/vote I've noticed that the method dbRead() of logic/vote is not validating properly if raw.v_votes is a string and if we don't receive a string it will threw...
Hi guys, a question about how works the Exponential Backoff algorith... If I use these settings: ``` raxConfig: { retryDelay: 3000, // Milliseconds backoffType: 'exponential', retry: 3 } ``` When...