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

Added Haskell implementation. #97

Merged
merged 1 commit into from
Aug 22, 2014
Merged

Added Haskell implementation. #97

merged 1 commit into from
Aug 22, 2014

Conversation

jurov
Copy link
Contributor

@jurov jurov commented Aug 21, 2014

Tested it and can confirm it's functional.

Tested it and confirm it's functional.
laanwj added a commit that referenced this pull request Aug 22, 2014
Added Haskell implementation.
@laanwj laanwj merged commit 490e496 into bitcoin:master Aug 22, 2014
luke-jr pushed a commit to luke-jr/bips that referenced this pull request Jun 6, 2017
…itcoin#97)

* BOLT 2&7: Cleaner separation of concerns wrt announcement signatures

So far we did not have any indication on what to do if a node does not
allow announcing the channel and we had a mix of concerns in the
`funding_locked` message, which would also transfer the signatures
needed for the announcement. This is a proposal about splitting the
signatures into their own message, so that simple omission is an
opt-out of announcements, and it does not mix announcement/gossip
stuff into the peer-protocol.

(It also ended up adding a localfeatures flag to opt-into the channel-announcement, and thus creating BOLT 9)
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.

2 participants