This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0035 [2021/07/26 17:21] murphy |
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0035 [2021/08/11 10:29] (current) murphy |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| === Abstract === | === Abstract === | ||
| - | : //Make a network node's transaction memory pool accessible via a new "mempool" message. Extend the existing "getdata" message behavior to permit accessing the transaction memory pool.// | + | : //Make a [[dido:public:ra:xapend:xapend.a_glossary:n:netnode|network node's]] transaction memory pool accessible via a new "mempool" message. Extend the existing "getdata" message behavior to permit accessing the transaction memory pool.// |
| === Motivation === | === Motivation === | ||
| : //Several use cases make it desirable to expose a network node's transaction memory pool:// | : //Several use cases make it desirable to expose a network node's transaction memory pool:// | ||
| - | : //1. [[dido:public:ra:xapend:xapend.a_glossary:s:spv]] clients, wishing to obtain zero-confirmation transactions sent or received.// | + | : //1. [[dido:public:ra:xapend:xapend.a_glossary:s:spv]] clients, wishing to obtain zero-[[dido:public:ra:xapend:xapend.a_glossary:c:confirmation|confirmation]] transactions sent or received.// |
| : //2. Miners, to avoid missing lucrative fees, downloading existing network transactions after a restart.// | : //2. Miners, to avoid missing lucrative fees, downloading existing network transactions after a restart.// | ||
| : //3. Remote network diagnostics.// | : //3. Remote network diagnostics.// | ||