Commit graph

  • 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
  • 6accda7ff7 Added sync manager BlockChainDev 2018-08-19 23:39:11 +0100
  • f1ee54d8f6 Fixed Endian BlockChainDev 2018-08-19 21:45:12 +0100
  • 38c4448f55 refactor peer and config to include peer in onblock method BlockChainDev 2018-08-19 21:07:40 +0100
  • 40c5a9e6fd updated blockchain class with stubs BlockChainDev 2018-08-19 21:05:53 +0100
  • 2f864c0912 small refactor inventory and msg BlockChainDev 2018-08-19 21:05:20 +0100
  • d77354db66
    Add missing compiler interop API functions (#93) 0.44.8 Anthony De Meulemeester 2018-08-19 20:47:10 +0200
  • fa58ad238d Updated Example to include syncmanager and scaffolding BlockChainDev 2018-08-19 13:44:04 +0100
  • 62822426d0 Moved AddHeaders To syncManager; Will fetch from Blockchain on startup BlockChainDev 2018-08-19 13:42:37 +0100
  • 2e76b5a86c Add stub pubsub BlockChainDev 2018-08-19 13:36:45 +0100
  • 3a2dcb3814 Add stub blockchain BlockChainDev 2018-08-19 13:36:16 +0100
  • 35a74c1982 updated the compiler README to be more accurate on compiler features Anthony De Meulemeester 2018-08-19 12:40:23 +0200
  • 37c6ecfbac Fixed wrong example in the compiler README Anthony De Meulemeester 2018-08-19 12:38:19 +0200
  • 0ba44f86b6 Added missing storage.Find storage API function Anthony De Meulemeester 2018-08-19 12:36:09 +0200
  • 9d33ac111e bumped version Anthony De Meulemeester 2018-08-19 12:31:25 +0200
  • c016ae848a added asset interop api Anthony De Meulemeester 2018-08-19 12:30:13 +0200
  • 3d80dddf30 added transaction interop api Anthony De Meulemeester 2018-08-19 11:55:58 +0200
  • 7f95bc4dc8 Added block and header stdlib interop functions Anthony De Meulemeester 2018-08-19 11:25:14 +0200
  • 4383cd3b74 removed getCurrentBlock from runtime functions Anthony De Meulemeester 2018-08-18 12:38:22 +0200
  • 4719215ad9 added runtime serialize and deserialize functions Anthony De Meulemeester 2018-08-18 12:33:46 +0200
  • 0ef92067bc Added Dialtimeout to example BlockChainDev 2018-08-17 14:46:29 +0100
  • 066b2f8d5a readme spelling BlockChainDev 2018-08-17 14:39:54 +0100
  • 1175395648 removed mockfile BlockChainDev 2018-08-17 14:36:39 +0100
  • 58fbb5bce4 readme BlockChainDev 2018-08-17 14:35:47 +0100
  • d1e7649766 readme BlockChainDev 2018-08-17 14:34:54 +0100
  • 4109f94a98 Update Peers readme BlockChainDev 2018-08-17 14:33:22 +0100
  • 71d45c9226 Adding IdleTimer to Peer BlockChainDev 2018-08-17 14:13:49 +0100
  • ee165aa33e small refactor of peer BlockChainDev 2018-08-17 14:04:25 +0100
  • f2e2bf00be peer.readme BlockChainDev 2018-08-17 13:33:55 +0100
  • d65bb36c9a Conventions update BlockChainDev 2018-08-17 13:33:25 +0100
  • 08967345ba Add database package BlockChainDev 2018-08-17 13:33:13 +0100
  • 82c4e5b829 refactor BlockChainDev 2018-08-17 13:32:51 +0100
  • f8d63e986a added fileutil BlockChainDev 2018-08-16 13:30:51 +0100
  • 3eea45510d refactor BlockChainDev 2018-08-16 13:30:21 +0100
  • a3f1d0735d Demo getheaders BlockChainDev 2018-08-15 18:00:40 +0100
  • be3f276e3a refactor BlockChainDev 2018-08-15 17:59:35 +0100
  • 4f09cca2b6 remove unused funcs BlockChainDev 2018-08-15 16:25:24 +0100
  • e233c836c6 refactored msg to re-use buffer; refactored all other structs and tests to match BlockChainDev 2018-08-15 16:17:51 +0100
  • 41b1e0debe refactored wire.message to read exactly (header)24 bytes BlockChainDev 2018-08-15 01:01:36 +0100
  • 26577b805e included readverack in the handshake BlockChainDev 2018-08-15 01:00:25 +0100
  • a5dc55a02b Added chainparams BlockChainDev 2018-08-15 00:56:43 +0100