Skip to content

Conversation

@Simplexletalis
Copy link

No description provided.

gmaxwell and others added 30 commits February 17, 2017 18:54
1577f07 Restore removed release notes. (Gregory Maxwell)
They're unused and produce nasty deprecation warnings

Github-Pull: bitcoin#9786
Rebased-From: 3301587
Remove "nLowestTimestamp <= chainActive.Tip()->GetBlockTimeMax()" check from
importmulti, which is always true because nLowestTimestamp is set to the
minimum of the most recent block time and all the imported key timestamps,
which is necessarily lower than the maximum block time.

Github-Pull: bitcoin#9760
Rebased-From: ec1267f
mempool.dat is a binary file and thus it should be read/written as such.

Fixes bitcoin#9810.

Github-Pull: bitcoin#9813
Rebased-From: 171fc91
Regression happened in 91fb506 Add two hour buffer to manual pruning.

Github-Pull: bitcoin#9820
Rebased-From: 874c736
This includes work by jnewbery

Github-Pull: bitcoin#9824
Rebased-From: fa4cd2e
This turns some compiler warnings into errors. Useful for c-i.

Github-Pull: bitcoin#9789
Rebased-From: 205830a
Newer compilers may switch to newer standards by default. For example, gcc6
uses std=gnu++14 by default.

Github-Pull: bitcoin#9831
Rebased-From: 9829c54
95e68df release: add a few performance-related notes (Cory Fields)
fa230fd doc: Small release notes fixups in the list of pulls (MarcoFalke)
Send payments during the test from a different node than the node generating
keys to be imported, so the spending node doesn't create transactions that
inadvertently involve (spend funds from) the imported keys.

Fixes bitcoin#9826

Github-Pull: bitcoin#9839
Rebased-From: 864890a
@myriadcoin
Copy link
Owner

Thanks for this.

@myriadcoin myriadcoin closed this Oct 24, 2017
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.