neoneo-go/cli
dauTT 1360e1de68 Added rpc unit tests (#107)
* Fixed small incosistencies related to comments and variable name

* For testing purposes we have to move the method newBlockchain from the cli/server/server.go to  pkg/core/blockchain.go. In addition we have to rename it to NewBlockchainLevelDB in order to be able to export it and avoid naming conflicts. In future we still need to think how to switch between different blockchain implementation easily but for the time being this is not possible.

* Added unit tests for the rpc server

* Added unit_testnet chain fixture

* fixed port number

* Added errors handling

* move unit_testnet chain from 'cli/chains' to 'pkg/rpc/chains'
2019-01-22 13:14:52 +01:00
..
server Added rpc unit tests (#107) 2019-01-22 13:14:52 +01:00
smartcontract Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
vm Cross platform virtual machine implementation (#60) 2018-03-30 18:15:06 +02:00
wallet Fix NEP2Encrypt add Unit Tests (#108) 2018-12-05 12:30:13 +01:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go Cross platform virtual machine implementation (#60) 2018-03-30 18:15:06 +02:00