Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept CIP 9 and CIP 11 #27

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Accept CIP 9 and CIP 11 #27

merged 1 commit into from
Jun 7, 2017

Conversation

deweller
Copy link
Contributor

@deweller deweller commented Jun 7, 2017

No description provided.

@rubensayshi
Copy link
Contributor

ACK d91318e

@robby-d
Copy link

robby-d commented Jun 7, 2017

ACK d91318e

@deweller deweller merged commit 7cebb5f into master Jun 7, 2017
@deweller deweller deleted the accept-cip9-and-cip11 branch June 7, 2017 16:45
chiguireitor pushed a commit to chiguireitor/cips that referenced this pull request Jun 24, 2017
tweak
more process updates, mostly around Accepted and Final statuses
devon feedback
extend inactiveness period
clarify bit on "counterparty philosophy"
clarify project maintainer
Clarify new subasset issuance type ID and asset encoding (CounterpartyXCP#17)

add CIP 9 (CounterpartyXCP#16)

* CIP 9

set Num Destinations to 01 for this proposal, included for future expansion

CIP bounty process (CounterpartyXCP#15)

Initial creation of the CIP10 MPMA Sends
Rename cip0010.md to cip-0010.md
Cip 9 memo format (CounterpartyXCP#18)

* Compromise on memo API and storage.

Also support future large multisends.

* Removed extra Memo format

Update cip-0010.md
Update cip-0010.md
Update cip-0010.md
Update cip-0010.md
Update cip-0010.md
Added discussion link
Merge pull request CounterpartyXCP#14 from CounterpartyXCP/cip1-tweaks

proposed CIP001 tweaks for better CIP communication
CIP 4 formatting fix (CounterpartyXCP#19)

Fixed formatting issue with issuance.compose example

add cip8 to readme (CounterpartyXCP#20)

Move CIP 4 to Accepted status

Added cip10
Added cip10 test files

Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

Added instructions for installation

Added removal of address checksum to optimize byte storage requirements for MPMA sends

Added LZMA decompression tests
Added memory usage tests

remove multisend (CounterpartyXCP#21)

multisend to be covered under a different message type in CIP10

* remove message length byte

* add message ID range

Appoint jdog as CIP custodian
Merge pull request CounterpartyXCP#22 from CounterpartyXCP/cip8-custodians

Appoint jdog as CIP custodian
Removed the CoInt type
Added the LZMA compression requirement
Added a bigger example

Formatting and clarification of glossary terms.

Formatting and clarification of glossary terms.

Further formatting

Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

Removed LZMA requirement
Added milestones and bounty section

Removed LZMA requirement
Added milestones and bounty section

Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

Enhanced overview.
Removed a LZMA reference.

Added collector address and identification

Fixed integer endiannes

Added unit tests and maintenance/bug squashing as milestones for the project

adds milestones and fundraising to CIP9 (CounterpartyXCP#23)

* milestones section

update CIP9 with CIP11 reference (CounterpartyXCP#26)

* CIP 9

* Remove message ID range and add single byte ID (CIP 11)

* change message ID to 2

* add bounty address

* edits

CIP 11: message type ID (CounterpartyXCP#25)

* CIP 11 - Shorten Transaction Type ID Namespace

Accept CIP 9 and CIP 11 (CounterpartyXCP#27)

CIP12 - Memo Requirement through Broadcasts (CounterpartyXCP#28)

* adding cip12

* Update README.md

Added anti-spam spec
Changed behavior on inconsistent MPMA sends
Updated examples to big endian integers

Merge https://github.com/CounterpartyXCP/cips into cip10
chiguireitor added a commit to chiguireitor/cips that referenced this pull request Sep 29, 2017
commit b2de907
Author: John Villar <johnvillarzavatti@gmail.com>
Date:   Fri Sep 29 18:49:44 2017 -0400

    Removed extraneous test files for CIP PR process

commit cfdc66c
Merge: 91bb162 9f5c675
Author: john <john@john.doe>
Date:   Fri Jun 23 22:11:49 2017 -0400

    Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

commit 91bb162
Author: john <john@john.doe>
Date:   Fri Jun 23 22:11:01 2017 -0400

    proposed CIP001 tweaks for better CIP communication
    tweak
    more process updates, mostly around Accepted and Final statuses
    devon feedback
    extend inactiveness period
    clarify bit on "counterparty philosophy"
    clarify project maintainer
    Clarify new subasset issuance type ID and asset encoding (CounterpartyXCP#17)

    add CIP 9 (CounterpartyXCP#16)

    * CIP 9

    set Num Destinations to 01 for this proposal, included for future expansion

    CIP bounty process (CounterpartyXCP#15)

    Initial creation of the CIP10 MPMA Sends
    Rename cip0010.md to cip-0010.md
    Cip 9 memo format (CounterpartyXCP#18)

    * Compromise on memo API and storage.

    Also support future large multisends.

    * Removed extra Memo format

    Update cip-0010.md
    Update cip-0010.md
    Update cip-0010.md
    Update cip-0010.md
    Update cip-0010.md
    Added discussion link
    Merge pull request CounterpartyXCP#14 from CounterpartyXCP/cip1-tweaks

    proposed CIP001 tweaks for better CIP communication
    CIP 4 formatting fix (CounterpartyXCP#19)

    Fixed formatting issue with issuance.compose example

    add cip8 to readme (CounterpartyXCP#20)

    Move CIP 4 to Accepted status

    Added cip10
    Added cip10 test files

    Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

    Added instructions for installation

    Added removal of address checksum to optimize byte storage requirements for MPMA sends

    Added LZMA decompression tests
    Added memory usage tests

    remove multisend (CounterpartyXCP#21)

    multisend to be covered under a different message type in CIP10

    * remove message length byte

    * add message ID range

    Appoint jdog as CIP custodian
    Merge pull request CounterpartyXCP#22 from CounterpartyXCP/cip8-custodians

    Appoint jdog as CIP custodian
    Removed the CoInt type
    Added the LZMA compression requirement
    Added a bigger example

    Formatting and clarification of glossary terms.

    Formatting and clarification of glossary terms.

    Further formatting

    Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

    Removed LZMA requirement
    Added milestones and bounty section

    Removed LZMA requirement
    Added milestones and bounty section

    Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

    Enhanced overview.
    Removed a LZMA reference.

    Added collector address and identification

    Fixed integer endiannes

    Added unit tests and maintenance/bug squashing as milestones for the project

    adds milestones and fundraising to CIP9 (CounterpartyXCP#23)

    * milestones section

    update CIP9 with CIP11 reference (CounterpartyXCP#26)

    * CIP 9

    * Remove message ID range and add single byte ID (CIP 11)

    * change message ID to 2

    * add bounty address

    * edits

    CIP 11: message type ID (CounterpartyXCP#25)

    * CIP 11 - Shorten Transaction Type ID Namespace

    Accept CIP 9 and CIP 11 (CounterpartyXCP#27)

    CIP12 - Memo Requirement through Broadcasts (CounterpartyXCP#28)

    * adding cip12

    * Update README.md

    Added anti-spam spec
    Changed behavior on inconsistent MPMA sends
    Updated examples to big endian integers

    Merge https://github.com/CounterpartyXCP/cips into cip10

commit 9f5c675
Merge: 162b4b4 254c934
Author: john <john@john.doe>
Date:   Fri Jun 23 22:05:21 2017 -0400

    Merge https://github.com/CounterpartyXCP/cips into cip10

commit 162b4b4
Author: john <john@john.doe>
Date:   Fri Jun 23 22:00:21 2017 -0400

    Added anti-spam spec
    Changed behavior on inconsistent MPMA sends
    Updated examples to big endian integers

commit 0815042
Author: john <john@john.doe>
Date:   Thu May 25 23:30:56 2017 -0400

    Added unit tests and maintenance/bug squashing as milestones for the project

commit a7a581d
Author: john <john@john.doe>
Date:   Thu May 25 23:13:15 2017 -0400

    Fixed integer endiannes

commit 046581c
Author: john <john@john.doe>
Date:   Thu May 25 22:30:22 2017 -0400

    Added collector address and identification

commit c5e6eac
Author: john <john@john.doe>
Date:   Thu May 25 19:47:28 2017 -0400

    Enhanced overview.
    Removed a LZMA reference.

commit 26bb758
Merge: 15222cd becbdac
Author: john <john@john.doe>
Date:   Thu May 25 19:40:20 2017 -0400

    Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

commit 15222cd
Author: john <john@john.doe>
Date:   Thu May 25 19:28:09 2017 -0400

    Removed LZMA requirement
    Added milestones and bounty section

commit becbdac
Author: john <john@john.doe>
Date:   Thu May 25 19:28:09 2017 -0400

    Removed LZMA requirement
    Added milestones and bounty section

commit 1729268
Merge: 37da8da 74eed6d
Author: john <john@john.doe>
Date:   Sun May 21 00:10:56 2017 -0400

    Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

commit 37da8da
Author: john <john@john.doe>
Date:   Sun May 21 00:09:52 2017 -0400

    Further formatting

commit 50aa269
Author: john <john@john.doe>
Date:   Sun May 21 00:07:32 2017 -0400

    Formatting and clarification of glossary terms.

commit 74eed6d
Author: john <john@john.doe>
Date:   Sun May 21 00:07:32 2017 -0400

    Formatting and clarification of glossary terms.

commit 3aa894d
Author: john <john@john.doe>
Date:   Sat May 20 23:47:32 2017 -0400

    Removed the CoInt type
    Added the LZMA compression requirement
    Added a bigger example

commit 8654a5d
Author: chiguireitor <johnvillarzavatti@gmail.com>
Date:   Mon May 1 23:59:00 2017 -0400

    Added LZMA decompression tests
    Added memory usage tests

commit 6892394
Author: chiguireitor <johnvillarzavatti@gmail.com>
Date:   Mon May 1 15:05:10 2017 -0400

    Added removal of address checksum to optimize byte storage requirements for MPMA sends

commit 156a13d
Author: chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sun Apr 30 13:15:08 2017 -0400

    Added instructions for installation

commit edd506a
Merge: 59814f5 8ef54e2
Author: chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sun Apr 30 01:59:29 2017 -0400

    Merge branch 'cip10' of github.com:chiguireitor/cips into cip10

commit 59814f5
Author: chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sun Apr 30 01:47:09 2017 -0400

    Added cip10 test files

commit 8ef54e2
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sat Apr 29 08:25:57 2017 -0400

    Added cip10

commit 862ad5b
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sat Apr 1 13:04:00 2017 -0400

    Added discussion link

commit 45e43a6
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sat Apr 1 12:57:27 2017 -0400

    Update cip-0010.md

commit d102793
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sat Apr 1 12:55:12 2017 -0400

    Update cip-0010.md

commit 458f13d
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sat Apr 1 12:44:26 2017 -0400

    Update cip-0010.md

commit d961bf2
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sat Apr 1 12:33:50 2017 -0400

    Update cip-0010.md

commit ee45ac9
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Sat Apr 1 12:09:05 2017 -0400

    Update cip-0010.md

commit 379c1cb
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Tue Mar 28 11:40:50 2017 -0400

    Rename cip0010.md to cip-0010.md

commit 625ab3f
Author: Chiguireitor <johnvillarzavatti@gmail.com>
Date:   Tue Mar 28 11:17:02 2017 -0400

    Initial creation of the CIP10 MPMA Sends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants