Results 19 issues of whphhg

I've added the ability to select unspent transaction outputs on the sending screen, but it's not yet possible to sign (missing `SignRawTransaction` RPC) and send the custom transaction. `CreateRawTransaction` using...

If you are running chainblender or using a wallet that previously had chainblender enabled, you will run into the issue of not having denominated transactions shown in the transactions list...

bug

There's an open issue in https://github.com/openvcash/vcash/issues/7 according to which the account selection has no effect when sending using `sendfrom` and `sendmany` RPCs, which the GUI relies on. This results in...

bug

Sending using zerotime is not available directly when using the `sendtoaddress`, `sendmany` and `sendfrom` RPCs, which the GUI relies on. ~~I've added the two toggles for zerotime and blended only...

`jquery` is temporary required in `devDependencies` for successful use of `electron-builder`, until issue https://github.com/electron-userland/electron-builder/issues/2236 is resolved. The reason is `[email protected]`, which has `jquery` listed in `peerDependencies`, but it is not...

bug

Remote procedure calls (RPC) currently used by the GUI. - [x] **BackupWallet** - [x] **ChainBlender (info, start, stop)** - [x] **CheckWallet** - [x] **CreateRawTransaction** - [ ] DatabaseEnv - [...

enhancement
extensive

Research and implement the currently best approach for React and MobX testing. Then add continuous integration using [Travis CI](https://docs.travis-ci.com/user/for-beginners). - [ ] Test suite - [x] TravisCI (thanks to @sum01)

enhancement
extensive

Implement static type checking using [flow](https://flow.org/en/docs/getting-started/) which plugs nicely into babel and achieves higher type coverage faster than TypeScript according to [this](http://thejameskyle.com/adopting-flow-and-typescript.html) post.

enhancement
extensive

After running the node compiled using debug rather than release, it crashed a couple of times with the message below (I've replaced the IP with 0.0.0.0). ``` [DEBUG] - handle_message:...

bug
incentive node

`listaccounts` RPC is returning an `Array [0]` if the wallet has no accounts assigned. Once an account is assigned it correctly returns an `Object { "": 0, "assignedAcc": 0 }`.

rpc