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

[0.12] Update release-notes.md #7309

Merged
merged 4 commits into from Jan 13, 2016
Merged

Conversation

maflcko
Copy link
Member

@maflcko maflcko commented Jan 7, 2016

  • Transaction memory pool limiting
  • Priority transactions
  • Wallet transaction fees

@maflcko
Copy link
Member Author

maflcko commented Jan 7, 2016

Pending 995b9f3 to get merged. Also, I am not a native speaker, so feedback on syntax or content is appreciated.

Transaction memory pool limiting

Priority transactions

Wallet transaction fees
@jonasschnelli
Copy link
Contributor

utACK (ut=english looks good but i'm not a lector)

Wallet transaction fees

Should we mention the tiny API change in 0.12 when using settxfee and the GUI?

Still missing:

  • ban functions (setban / banlist / ban persistence)
  • wallet can be used with pruning
  • ...


Sometimes, it is not possible to give good estimates, or an estimate
at all. Therefore, a fallback value can be set with `-fallbackfee=<f>`
(default: `FIXME`).
Copy link
Member Author

Choose a reason for hiding this comment

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

This would require e420a1b (#7296)

Bitcoin Core 0.12 will have a strict maximum size on the mempool. The
default value is 300 MB and can be configured with the `-maxmempool`
parameter. Whenever a transaction would cause the mempool to exceed
it's maximum size, the transaction with the lowest feerate will be
Copy link
Contributor

Choose a reason for hiding this comment

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

its

@laanwj laanwj added this to the 0.12.0 milestone Jan 13, 2016
@laanwj laanwj merged commit fab88af into bitcoin:0.12 Jan 13, 2016
laanwj added a commit that referenced this pull request Jan 13, 2016
fab88af Add fallbackfee default value (MarcoFalke)
fa0a391 Add Replace-by-fee to release-notes (MarcoFalke)
fa4ba40 Expand section "Wallet transaction fees" & fix format and typos (MarcoFalke)
fabba1c Update release-notes.md (MarcoFalke)
@maflcko maflcko deleted the Mf1601-releaseNotes0.12 branch January 13, 2016 11:45
@maflcko
Copy link
Member Author

maflcko commented Jan 13, 2016

Still missing:

  • ban functions (setban / banlist / ban persistence)
  • wallet can be used with pruning
  • ...

@jonasschnelli I think you are the best person to write one or two sentences about the ban functions. (I haven't looked into that at all)

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants