Check-in [dda1a6b4ce]
Overview
Comment:Added stubs for new protocol commands
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dda1a6b4ce2d7b10db492a18b1e2be22ebc3e44fa8e985d97ec5715980eb989a
User & Date: rkeene on 2018-08-17 13:25:52
Other Links: manifest | tags
Context
2018-08-17
13:48
Use a newer version of mandoc for creating the wiki-fied man page check-in: 53ee952ef1 user: rkeene tags: trunk
13:25
Added stubs for new protocol commands check-in: dda1a6b4ce user: rkeene tags: trunk
2018-07-18
06:11
Improvements to networking check-in: ea1202b8fd user: rkeene tags: trunk
Changes

Modified nano.man from [c4809c2df1] to [40fb6bb2f5].

414
415
416
417
418
419
420


421
422
423
424
425
426
427
0x03:Publish:No:Yes:0+
0x04:Confirm_Req:No:Yes:0+
0x05:Confirm_Ack:No:Yes:0+
0x06:Bulk_Pull:Yes:No:?
0x07:Bulk_Push:Yes:No:?
0x08:Frontier_Req:Yes:No:?
0x09:Bulk_Pull_Blocks:Yes:No:11+


.TE

.B "TODO: Extensions"

Following the message header comes the payload for the particular message
type.








>
>







414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
0x03:Publish:No:Yes:0+
0x04:Confirm_Req:No:Yes:0+
0x05:Confirm_Ack:No:Yes:0+
0x06:Bulk_Pull:Yes:No:?
0x07:Bulk_Push:Yes:No:?
0x08:Frontier_Req:Yes:No:?
0x09:Bulk_Pull_Blocks:Yes:No:11+
0x0A:Node_ID_Handshake:Yes:No:12+
0x0B:Bulk_Pull_Account:Yes:No:12+
.TE

.B "TODO: Extensions"

Following the message header comes the payload for the particular message
type.

490
491
492
493
494
495
496







497
498
499
500
501
502
503
block hash that corresponds to the frontier (most recent block) for that
account's blockchain from the node where the response was generated.

.TP
.B Bulk_Pull_Blocks
TODOC









.SH PROCEDURES
.SS Addresses
.TP
.B ::nano::address::toPublicKey
.I address
.RB ? -hex | -binary ?







>
>
>
>
>
>
>







492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
block hash that corresponds to the frontier (most recent block) for that
account's blockchain from the node where the response was generated.

.TP
.B Bulk_Pull_Blocks
TODOC

.TP
.B Node_ID_Handshake
TODOC

.TP
.B Bulk_Pull_Account
TODOC

.SH PROCEDURES
.SS Addresses
.TP
.B ::nano::address::toPublicKey
.I address
.RB ? -hex | -binary ?