Anthony De Meulemeester
aa4bc1b6e8
Node improvements ( #47 )
...
* block partial persist
* replaced refactored files with old one.
* removed gokit/log from deps
* Tweaks to not overburden remote nodes with getheaders/getblocks
* Changed Transporter interface to not take the server as argument due to a cause of race warning from the compiler
* started server test suite
* more test + return errors from message handlers
* removed --race from build
* Little improvements.
2018-03-14 10:36:59 +01:00
Anthony De Meulemeester
4023661cf1
Refactor of the Go node ( #44 )
...
* added headersOp for safely processing headers
* Better handling of protocol messages.
* housekeeping + cleanup tests
* Added more blockchain logic + unit tests
* fixed unreachable error.
* added structured logging for all (node) components.
* added relay flag + bumped version
2018-03-09 16:55:25 +01:00
Anthony De Meulemeester
1a1a19da7d
Smartcontract ( #39 )
...
* deleted transfer_output added asset type and transaction result to core
* removed writing 0x00 when buffer length is 0
* Refactored emit into VM package + moved tx to own package.
* implemented transaction along with claimTransaction.
* refactored naming of transaction + added decode address for uint160 types
* removed unnecessary folder and files.
* transaction/smartcontract logic
* bumped version 0.24.0
2018-03-04 14:56:49 +01:00
Anthony De Meulemeester
b6d8271b8d
Fixed header sync issue ( #17 )
...
* headers can now sync till infinity
* fixed empty hashStop getBlock payload + test
* added more test + more binary decoding/encoding
* bump version
2018-02-07 15:16:50 +01:00
Anthony De Meulemeester
046494dd68
Implemented processing headers + added leveldb as a dependency. ( #16 )
...
* Implemented processing headers + added leveldb as a dependency.
* version 0.7.0
* put glide get and install in build_cli section
2018-02-06 07:43:32 +01:00
Anthony De Meulemeester
628656483a
bug fixes (TCP + uint256) and started core part ( #14 )
...
* Fixed TCP read + Uint256 reversed array + started on some core pieces
* Disabled some debug output + muted test
* 0.5.0
2018-02-04 20:54:51 +01:00
Charlie Revett
dd94086a22
CircleCI 2 & Releases ( #9 )
2018-02-01 10:54:23 -08:00
anthdm
63072ebe75
Added getheaders payload + abstracted the fields.
2018-02-01 10:56:33 +01:00
anthdm
04e9060484
Added GetBlocks payload
2018-02-01 10:25:34 +01:00
anthdm
55b4ab4192
Block binary decoding + transaction types
2018-01-31 11:47:54 +01:00
anthdm
0c9d2dd04e
Block message + handle the length of the user agent better.
2018-01-31 09:27:08 +01:00
anthdm
e9f9354b86
added core block type
2018-01-30 11:56:36 +01:00
anthdm
d4a96267c6
Refactor version msg
2018-01-29 19:17:49 +01:00
anthdm
3cc2a6381b
handle inventory message.
2018-01-28 18:42:22 +01:00
anthdm
5799cdb3ea
handle address list message.
2018-01-28 17:59:06 +01:00
anthdm
8bbe1435fb
huge message and payload refactor.
2018-01-28 16:06:41 +01:00
anthdm
1821ff1a0e
handle address list message.
2018-01-28 14:59:32 +01:00
anthdm
1eab73d560
port byte order to big endian
2018-01-28 11:20:42 +01:00
anthdm
9c152bae79
unmarshal addressList
2018-01-28 11:12:05 +01:00
anthdm
68088d816c
checked missing files for inventory.
2018-01-28 08:05:35 +01:00
anthdm
f28d8f9ab6
uint256 + inventoryType
2018-01-28 08:03:18 +01:00
anthdm
d7826a4d43
wip implement inv command
2018-01-27 16:47:43 +01:00
anthdm
754a473488
wip refact 2
2018-01-27 16:00:28 +01:00