Overview
Comment: | Fix description of "bulk_pull" |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b7740235b77c3d2966f7dfe01c4ac7b8 |
User & Date: | rkeene on 2018-11-09 17:57:51 |
Other Links: | manifest | tags |
Context
2018-11-19
| ||
19:36 | State blocks don't actually contain the state block pre-amble when stored/transmitted check-in: a0b0b2d10b user: rkeene tags: trunk | |
2018-11-09
| ||
17:57 | Fix description of "bulk_pull" check-in: b7740235b7 user: rkeene tags: trunk | |
2018-11-08
| ||
23:10 | Set a default number of bootstrap connections check-in: 5caf8fe3fd user: rkeene tags: trunk | |
Changes
Modified nano.man from [730e8fd2b4] to [07230d0ca8].
︙ | |||
462 463 464 465 466 467 468 | 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 | - + + + + + | its beginning or to a given block. It takes 2 arguments, both of them 256-bit. The first argument is the account, so its 256-bit public key should be encoded as binary in big-endian notation. The second argument is the block hash to stop sending at, or 256 bits of 0s to indicate that the entire chain should be sent. The payload for Bulk_Pull messages is 64 bytes in size. The response from a Bulk_Pull request will be a stream of tuples, each |
︙ |