Difference between revisions of "BIP 0060"

From Bitcoin Wiki
Jump to: navigation, 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 ...")
 
(Abstract)
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).
Please see BIP 2 for more information about BIPs and creating them. Please do not just create a wiki page.

  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.