Skip to content

Commit aae7384

Browse files
committed
Assigned a number, separated lines for authors, added License-Code field.
1 parent 32af098 commit aae7384

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
File renamed without changes.
File renamed without changes.

bip-reconcil.mediawiki renamed to bip-330.mediawiki

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<pre>
2-
BIP: ???
2+
BIP: 330
33
Layer: Peer Services
44
Title: Transaction announcements reconciliation
5-
Author: Gleb Naumenko <[email protected]>, Pieter Wuille <[email protected]>
5+
Author: Gleb Naumenko <[email protected]>
6+
Pieter Wuille <[email protected]>
67
Comments-Summary: ???
78
Comments-URI: ???
89
Status: Draft
910
Type: Standards Track
1011
Created: 2010-00-00
1112
License: CC0-1.0
13+
License-Code: MIT
1214
</pre>
1315

1416
==Abstract==
@@ -110,13 +112,13 @@ For announcing and relaying transaction outside of reconciliation, we need an un
110112
111113
Set reconciliation primarily consists of the transmission and decoding of a reconciliation set sketch upon request.
112114
113-
[[File:bip-reconcil/recon_scheme_merged.png|framed|center|Set reconciliation protocol flow]]
115+
[[File:bip-330/recon_scheme_merged.png|framed|center|Set reconciliation protocol flow]]
114116
115117
====Bisection====
116118
117119
If a node is unable to reconstruct the set difference from the received sketch, the node then makes an additional reconciliation request, similar to the initial one, but this request is applied to only a fraction of possible transactions (e.g., in the range 0x0–0x8). Because of the linearity of sketches, a sketch of a subset of transactions would allow the node to compute a sketch for the remainder, which saves bandwidth.
118120
119-
[[File:bip-reconcil/bisection.png|framed|300px|center|Bisection]]
121+
[[File:bip-330/bisection.png|framed|300px|center|Bisection]]
120122
121123
===New messages===
122124
Several new protocol messages are added: sendrecon, reqreconcil, sketch, reqbisec, reconcildiff, invtx, gettx. This section describes their serialization, contents, and semantics.

0 commit comments

Comments
 (0)