Commit graph

  • 034d9c20e5 Add StackParam JSON Unmarshaler Evgenii 2019-01-18 18:17:03 +0300
  • cc077ed90f move unit_testnet chain from 'cli/chains' to 'pkg/rpc/chains' DauTT 2018-12-21 22:09:46 +0100
  • 017ec821fe Added errors handling DauTT 2018-12-21 22:03:40 +0100
  • 477259aad8
    fixed port number dauTT 2018-12-21 13:11:47 +0100
  • 74f0019df2 SendToAddress RPC call (#114) Anastasia Prasolova 2018-12-21 12:32:18 +0300
  • 96ebddc166 prettify code and comments; neoscan interaction put in dedicated files anastasia prasolova 2018-12-19 13:30:29 +0300
  • abf944e8d1 more fixes anastasia prasolova 2018-12-18 16:48:01 +0300
  • 5a960e6bd0 fixes anastasia prasolova 2018-12-18 15:08:51 +0300
  • 63c4981d98 added function to create raw transfer tx anastasia prasolova 2018-12-17 18:25:07 +0300
  • 9c605735b7
    [WIP] Remove version from CI (#111) Anthony De Meulemeester 2018-12-06 11:32:52 +0100
  • 3305782ac9 Remove mention of the bump version (#112) Evgeniy Kulikov 2018-12-06 13:31:41 +0300
  • 24733080fc
    Remove mention of the bump version Evgeniy Kulikov 2018-12-06 13:22:38 +0300
  • 17f561cd52
    removed more version deps Anthony De Meulemeester 2018-12-06 11:12:47 +0100
  • d465b686f9
    removed version from CI Anthony De Meulemeester 2018-12-06 11:10:10 +0100
  • 9681ef87a2 Merge branch 'master' of https://github.com/CityOfZion/neo-go into feature-privkey-from-raw-bytes anastasia prasolova 2018-12-06 12:05:51 +0300
  • fa1da2cb91 Function to get private key from ASN.1 serialized structure (#109) Anastasia Prasolova 2018-12-05 22:04:31 +0300
  • 36356e1a8b version anastasia prasolova 2018-12-05 14:54:12 +0300
  • bf038a5def version anastasia prasolova 2018-12-05 14:34:19 +0300
  • 4fc584a0b7 review fixes; version anastasia prasolova 2018-12-05 14:31:52 +0300
  • 5b57a10250 Fix NEP2Encrypt add Unit Tests (#108) Sathvik Birudavolu 2018-12-05 06:30:13 -0500
  • e1bef2063e comments fix anastasia prasolova 2018-12-05 14:01:31 +0300
  • c50b092ee5 func to get privkey from raw bytes anastasia prasolova 2018-12-05 13:41:24 +0300
  • 48865a5c88 func to get private key from raw bytes anastasia prasolova 2018-12-05 13:29:51 +0300
  • a2a3b96445 version update Sathvik Birudavolu 2018-12-05 00:19:58 -0500
  • a5fed8cc06 fix NEP2 add unit tests Sathvik Birudavolu 2018-12-05 00:15:18 -0500
  • bff1894836 Added unit_testnet chain fixture DauTT 2018-11-30 01:37:12 +0100
  • e0576c80cb Added unit tests for the rpc server DauTT 2018-11-30 01:35:52 +0100
  • 222da37713 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. DauTT 2018-11-30 01:31:15 +0100
  • 5b3c7820de Fixed small incosistencies related to comments and variable name DauTT 2018-11-26 23:06:38 +0100
  • e2f42e92a0 Implemented rcp method GetAssetState (#103) dauTT 2018-11-26 22:12:33 +0100
  • 035a7b3592
    Merge branch 'master' into patch-1 dauTT 2018-11-26 21:08:13 +0100
  • de45c58551 RPC invocation parameters (#106) aprasolova 2018-11-26 18:57:53 +0300
  • 6ccb518ab0 Optimizations + some improvements (#105) Evgeniy Kulikov 2018-11-26 18:56:45 +0300
  • cd13ce661b version anastasia prasolova 2018-11-23 16:59:21 +0300
  • 76d33a35bc
    update version Evgeniy Kulikov 2018-11-23 14:41:56 +0300
  • 48a81de8f6
    Optimizations + some improvements Evgeniy Kulikov 2018-11-23 14:39:20 +0300
  • 2a1914bea4 stringer and marshalling corrections anastasia prasolova 2018-11-23 14:18:04 +0300
  • dbc1c501c2 removed debug output anastasia prasolova 2018-11-22 21:41:02 +0300
  • bd8fed1f57 added rpc.invoke and parameters marshalling anastasia prasolova 2018-11-22 21:19:14 +0300
  • 6c370f4e30 Update version to 0.45.10 DauTT 2018-11-16 22:51:16 +0100
  • 131c7b6e11 Update rpc README.md DauTT 2018-11-16 21:23:02 +0100
  • 3f214ca468 Add rpc GetAssetState method DauTT 2018-11-16 21:19:38 +0100
  • 191ece216a Fix missing dot in configPath DauTT 2018-11-16 21:02:29 +0100
  • c8d7671d26
    Updated readme with new location of the neo-storm repository (#101) 0.44.10 Anthony De Meulemeester 2018-09-27 08:27:32 +0200
  • 8f4b4e9252 Updated readme with new location of the neo-storm repository Anthony De Meulemeester 2018-09-27 08:24:02 +0200
  • 903bb86f96
    Task/fix sc template (#100) 0.44.9 Anthony De Meulemeester 2018-09-27 08:21:31 +0200
  • 4a14719f44 fixed typo Anthony De Meulemeester 2018-09-27 08:19:37 +0200
  • 664227152c Bumped version Anthony De Meulemeester 2018-09-27 08:15:33 +0200
  • 7165559a52 Fixed security issue in smart contract template Anthony De Meulemeester 2018-09-27 08:14:34 +0200
  • b181f8d9b6 go vet BlockChainDev 2018-09-20 12:13:38 +0100
  • bebe0a3453 Copied config files from master for go vet error BlockChainDev 2018-09-20 11:51:34 +0100
  • 9bd1867795 Add stub peermgr BlockChainDev 2018-09-20 11:34:11 +0100
  • f6cb2114f0 refactor + fix test BlockChainDev 2018-09-20 11:24:12 +0100
  • 98f093b6db Merge branch 'decentralisedkev-v2' into v2 BlockChainDev 2018-09-20 11:14:55 +0100
  • 7dcb065446 merge BlockChainDev 2018-09-20 11:14:27 +0100
  • 469224b379 Merge Resolution BlockChainDev 2018-09-20 11:10:29 +0100
  • 51578112b3 Ongoing Integration BlockChainDev 2018-09-19 22:35:10 +0100
  • cacf3942a9 [SyncMgr] Removed pubsub using basic template for integration testing BlockChainDev 2018-09-19 21:35:29 +0100
  • aadfb12b2c [Connmgr] Change AddrPort to Port BlockChainDev 2018-09-19 21:34:18 +0100
  • fe695dd86f [Mempool] Remove Extraneous methods and features due to interop or dependency BlockChainDev 2018-09-15 18:41:07 +0100
  • 2a84efd72b Merge branch 'v2' of https://github.com/decentralisedkev/neo-go into v2 BlockChainDev 2018-09-15 00:11:37 +0100
  • d8f295da34 [Mempool] Added mempool and tests BlockChainDev 2018-09-15 00:11:19 +0100
  • 0d1f901730 [Mempool] Added mempool and tests BlockChainDev 2018-09-15 00:10:01 +0100
  • f0af6871b0 [Wire] Added more methods to Transactioner Interface, Issue 31 BlockChainDev 2018-09-14 17:42:40 +0100
  • df91ce5725 [Crypto] Refactor; removed wallet methods, refactored ec logic BlockChainDev 2018-09-14 17:39:09 +0100
  • deb91aab4d [Crypto] Added new crypto, fixed tests, refactored code to work with it BlockChainDev 2018-09-14 17:18:29 +0100
  • 6d4838658f [util/Crypto] Removed crypto package from wire/util/crypto BlockChainDev 2018-09-14 17:16:22 +0100
  • 1158a1e696 [ConnMgr] Update test BlockChainDev 2018-09-14 17:14:55 +0100
  • 3b9ee048d1 [ConnMgr] added logic for failed, refactor and added readme BlockChainDev 2018-09-12 19:45:07 +0100
  • 68591079b5 [Connmgr] Made connection synchronous, removed time.Sleep added Test for NewRequest BlockChainDev 2018-09-12 16:35:48 +0100
  • b241aa1c8a [Connmgr] Added Test for connect + refactor BlockChainDev 2018-09-11 23:45:09 +0100
  • 254d46d193 [Connmgr] Add Request object BlockChainDev 2018-09-11 22:56:15 +0100
  • e50a7894ed [Connmgr] Initial commit BlockChainDev 2018-09-11 22:55:49 +0100
  • 302c8ccbbf [chainparams] Added ngd seeds BlockChainDev 2018-09-11 22:53:23 +0100
  • 773af947ad [AddrMgr] Added NewAddr method + test BlockChainDev 2018-09-11 22:51:51 +0100
  • 7d9df358e2 Add OnAddr and OnGetAddr BlockChainDev 2018-09-10 19:38:32 +0100
  • f7369fad0f clean BlockChainDev 2018-09-10 15:15:37 +0100
  • 9f1f25b69a remove file BlockChainDev 2018-09-09 23:32:49 +0100
  • 2e34d88cea update readme BlockChainDev 2018-09-09 23:24:29 +0100
  • bd28031d51 add IPPort() to NetAddr BlockChainDev 2018-09-09 23:23:28 +0100
  • 4a8fba7b6d refactor peer, add new test BlockChainDev 2018-09-09 23:22:24 +0100
  • 62cb68ce82 update addrmgr readme BlockChainDev 2018-09-09 23:21:15 +0100
  • 7c48315121 Added Addres Manager + tests BlockChainDev 2018-09-09 23:13:13 +0100
  • c390604d6c refactor; checked over code and all tests BlockChainDev 2018-09-07 21:08:03 +0100
  • 2747f7be5d refactor of syncman + peer BlockChainDev 2018-09-07 20:19:30 +0100
  • f771d3c6e4 refactor peer package BlockChainDev 2018-09-07 20:14:09 +0100
  • a2e475bf44 blockchain refactor, Added Validate Headers + AddHeaders BlockChainDev 2018-09-07 20:07:38 +0100
  • c060f55f2a Added Table datastructure + added Header+Block functions to leveldb BlockChainDev 2018-09-07 20:06:05 +0100
  • 618adbc325 Added Convenience Decode/Encode, refactor main BlockChainDev 2018-09-07 20:04:18 +0100
  • 48bb81f48d Added mempool CMD BlockChainDev 2018-09-07 20:03:01 +0100
  • 473953b3e9 refactor BlockChainDev 2018-09-07 20:02:37 +0100
  • 9ba389346c refactor net_addr BlockChainDev 2018-09-07 20:00:22 +0100
  • 33e4f46eb4 Added pubkey case when key is infinity BlockChainDev 2018-09-07 19:59:38 +0100
  • 092dc964b3 Added New Test for Register TX, when pubkey is inf BlockChainDev 2018-09-07 19:59:13 +0100
  • e5f787bb98 Added txs + default case for missing txs BlockChainDev 2018-09-07 19:58:19 +0100
  • 6956673dd7 Added Peer Tests BlockChainDev 2018-08-23 13:45:54 +0100
  • cbc64d9635 refactor for tests BlockChainDev 2018-08-22 11:50:29 +0100
  • 34e242239e refactor BlockChainDev 2018-08-20 23:18:46 +0100
  • 7bc3f6cd28 fixed bug BlockChainDev 2018-08-20 23:16:10 +0100
  • 219c708e03 refactor BlockChainDev 2018-08-19 23:39:40 +0100