BIP 0060: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{bip}} <pre> BIP: 60 Title: Fixed Length "version" Message (Relay-Transactions Field) Author: Amir Taaki <genjix@riseup.net> Status: Draft Type: Standards Track ..." |
|||
Line 11: | Line 11: | ||
==Abstract== | ==Abstract== | ||
[[BIP 0037]] introduced a new flag to version messages which says whether to relay new transaction messages to that node. | |||
The protocol version was upgraded to 70001, and the (now accepted) BIP 0037 became implemented. | |||
The implementation is problematic because the RelayTransactions flag is an optional part of the version message stream. | |||
==Motivation== | ==Motivation== |
Revision as of 09:25, 16 June 2013
This page describes a BIP (Bitcoin Improvement Proposal). |
BIP: 60 Title: Fixed Length "version" Message (Relay-Transactions Field) Author: Amir Taaki <genjix@riseup.net> Status: Draft Type: Standards Track Created: 16-06-2013
Abstract
BIP 0037 introduced a new flag to version messages which says whether to relay new transaction messages to that node.
The protocol version was upgraded to 70001, and the (now accepted) BIP 0037 became implemented.
The implementation is problematic because the RelayTransactions flag is an optional part of the version message stream.
Motivation
Design rationale
Specification
Copyright
This document is placed in the public domain.