cheatfate
|
7e5f52afff
|
Fixes for pubsub methods and full tests for both methods.
|
2018-12-09 18:44:20 +02:00 |
cheatfate
|
b486410ac0
|
Add multicodec to table and make it single source of multiformat codes.
Adapt multiaddress and multihash to use multicodec.
|
2018-12-05 17:24:07 +02:00 |
cheatfate
|
bdcfa1f189
|
Add multihash test.
|
2018-12-05 03:01:00 +02:00 |
cheatfate
|
53fc4cce41
|
Fix MultiAddress Onion and P2P address validation and encoding/decoding.
Enabled Onion/P2P tests.
Add nimcrypto dependency to nimble file.
|
2018-12-05 02:30:50 +02:00 |
cheatfate
|
2e1b5b0fbf
|
Fixed multihash implementation.
|
2018-12-04 23:11:13 +02:00 |
cheatfate
|
09facf55e4
|
Compiler got fail on this.
|
2018-12-04 19:53:36 +02:00 |
cheatfate
|
3abf7df73d
|
Fix base32 encoding and added more tests.
|
2018-12-03 16:59:40 +02:00 |
cheatfate
|
04b4d8f688
|
Add base32 encoding/decoding procedures and tests.
|
2018-12-03 15:07:14 +02:00 |
cheatfate
|
9d55f41909
|
Update example chat /consearch now shows if peers are supporting p2p-circuit.
Add utility procedures for multiaddress.
|
2018-11-27 22:58:16 +02:00 |
cheatfate
|
ff965830d8
|
Fix chat example to show peers in base58.
|
2018-11-27 14:42:49 +02:00 |
cheatfate
|
b4e9a7b8a6
|
Fix daemonapi connect/streamOpen to support timeouts.
Add more commands to chat example.
|
2018-11-27 14:33:41 +02:00 |
cheatfate
|
dba3e9ed7c
|
Add testmultiaddress to nimble.
|
2018-11-27 14:20:05 +02:00 |
cheatfate
|
98aa3ed281
|
Add VBuffer implementation.
Add MultiAddress implementation and tests.
Adapt chat to use /p2p-circuit
|
2018-11-27 14:16:04 +02:00 |
cheatfate
|
cd190e62c2
|
Add base58 encoding and tests.
|
2018-11-24 00:06:06 +02:00 |
cheatfate
|
78cafd9156
|
Fix test compilation error.
|
2018-11-23 12:20:53 +02:00 |
cheatfate
|
83c18a5906
|
Add timeout to CONNECT, STREAM_OPEN.
|
2018-11-23 12:16:35 +02:00 |
cheatfate
|
9edc823b6c
|
Some fixes to chat, and one more test for bad cid provide.
|
2018-11-22 17:35:44 +02:00 |
cheatfate
|
10548f9b1b
|
Enable bootstrap.
|
2018-11-22 16:16:34 +02:00 |
cheatfate
|
66973aed3f
|
Simple chat.
|
2018-11-22 16:12:46 +02:00 |
cheatfate
|
3b554d0f51
|
Add LibP2P varint and tests.
Generalize Varint.
|
2018-11-20 23:39:35 +02:00 |
cheatfate
|
d45f35d295
|
Fix nimble.
|
2018-11-19 23:03:50 +02:00 |
cheatfate
|
152a93e25b
|
Fix daemon test close api.
|
2018-11-19 22:53:20 +02:00 |
cheatfate
|
f49d67bc0d
|
Add one more test for self-connect-open-accept-stream.
|
2018-11-19 19:30:40 +02:00 |
cheatfate
|
deedc37fb3
|
Fix test.
|
2018-11-19 06:42:50 +02:00 |
cheatfate
|
c660e833a2
|
Add asyncdispatch2 dependency.
|
2018-11-19 06:39:04 +02:00 |
cheatfate
|
dc482dfb45
|
Add simple daemon spawn test.
|
2018-11-19 06:34:05 +02:00 |
cheatfate
|
9262aa5e9e
|
Add Protobuf's variable integer test.
|
2018-11-19 06:18:11 +02:00 |
cheatfate
|
fb8e6701a9
|
Last fixes.
|
2018-11-19 06:03:23 +02:00 |
cheatfate
|
65e606649c
|
Fix #15.
|
2018-11-19 05:58:52 +02:00 |
cheatfate
|
e8d85bc79a
|
Fix #14.
|
2018-11-19 05:55:24 +02:00 |
cheatfate
|
b542f4e14c
|
Fix #12.
|
2018-11-19 05:49:14 +02:00 |
cheatfate
|
e70c20f8cb
|
Fix #11.
|
2018-11-19 05:45:09 +02:00 |
cheatfate
|
5f1a5030be
|
Reveal more information.
|
2018-11-19 05:41:38 +02:00 |
cheatfate
|
c402b26fd9
|
Fix #10.
|
2018-11-19 05:38:17 +02:00 |
cheatfate
|
a93f96ed32
|
Fix #9.
|
2018-11-19 05:33:31 +02:00 |
cheatfate
|
112a71a881
|
Fix #8.
|
2018-11-19 05:26:20 +02:00 |
cheatfate
|
e9cfffa5fa
|
Enable nimble test.
|
2018-11-19 05:24:45 +02:00 |
cheatfate
|
5c167b231d
|
Fix #7.
|
2018-11-19 05:00:59 +02:00 |
cheatfate
|
1211ffbb5c
|
Add daemon api sources.
|
2018-11-19 04:52:11 +02:00 |
cheatfate
|
e7e87763c3
|
Remove comments.
|
2018-11-19 04:39:34 +02:00 |
cheatfate
|
44abdb94ff
|
Fix #5.
|
2018-11-19 04:35:32 +02:00 |
cheatfate
|
44f1f0af00
|
Fix #4.
|
2018-11-19 04:32:40 +02:00 |
cheatfate
|
ca57d5835b
|
Fix #3
|
2018-11-19 04:29:47 +02:00 |
cheatfate
|
7a4cc911a2
|
Reveal GO version.
|
2018-11-19 04:26:36 +02:00 |
cheatfate
|
ab32bb1264
|
Fix #2.
|
2018-11-19 04:23:37 +02:00 |
cheatfate
|
f5354f09d7
|
Update GO version.
|
2018-11-19 04:19:23 +02:00 |
cheatfate
|
8bbcf2d061
|
temporary fix #1
|
2018-11-19 04:15:45 +02:00 |
cheatfate
|
cd57a225a9
|
Add badge.
|
2018-11-19 04:07:53 +02:00 |
cheatfate
|
b70c8290bf
|
Initialize travis and licenses.
|
2018-11-19 04:04:47 +02:00 |
Eugene Kabanov
|
82ed78db7b
|
Initial commit
|
2018-11-19 03:58:31 +02:00 |