Skip to content

Bump version to 0.0.6 #226

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

Merged
merged 31 commits into from
Oct 27, 2018
Merged

Conversation

TheBlueMatt
Copy link
Collaborator

Based on a whole heap of PRs, and also "Fix + test disconnect/reconnect prior to FundingLocked".

DynamicOutput {
/// Outpoint spendable by user wallet
outpoint: OutPoint,
/// local_delayedkey = delayed_payment_basepoint_secret + SHA256(per_commitment_point || delayed_payment_basepoint
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a closing parenthesis missing

Antoine Riard and others added 26 commits October 27, 2018 09:34
Extend KeyStorage with delayed_payment_base_key and per_commitment_point
to derive local_delayed private key
Move ChannelKeys into keysinterface for generate a set of it from
master_seed and change return type to panic on bogus data
…nnel

Drop channel_monitor_claim_key from ChannelKeys
This greatly simplifies clients of PeerHandler, and because almost
all response messages have already been moved to process_events
this doesn't change much effeciency-wise.
During normal operation we should never need to take this, so we
use a RwLock that allows normal parallelism until we want to
serialize out our ChannelManager, at which point we can take the
write-mode lock.
This slightly changes the serialization format, but we're still
early enough that that's OK.
Also make block_connected take a &mut self to ensure serialized
state will always be self-consistent.
@TheBlueMatt TheBlueMatt merged commit b297d5b into lightningdevkit:master Oct 27, 2018
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