-
Notifications
You must be signed in to change notification settings - Fork 220
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
[Documentation]Update RFC 201 for Coinbase handling #2747
Merged
stringhandler
merged 1 commit into
tari-project:development
from
SWvheerden:sw_updattecoinbasehandling
Mar 19, 2021
Merged
[Documentation]Update RFC 201 for Coinbase handling #2747
stringhandler
merged 1 commit into
tari-project:development
from
SWvheerden:sw_updattecoinbasehandling
Mar 19, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SWvheerden
changed the title
Update RFC 201 for Coinbase handling
[Documentation]Update RFC 201 for Coinbase handling
Mar 12, 2021
delta1
reviewed
Mar 12, 2021
delta1
reviewed
Mar 12, 2021
delta1
reviewed
Mar 12, 2021
hansieodendaal
previously approved these changes
Mar 15, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
philipr-za
reviewed
Mar 18, 2021
SWvheerden
force-pushed
the
sw_updattecoinbasehandling
branch
2 times, most recently
from
March 19, 2021 11:01
d9071af
to
87b6b41
Compare
Co-authored-by: Byron Hambly <byron.hambly@gmail.com> Co-authored-by: Philip Robinson <simian@tari.com>
SWvheerden
force-pushed
the
sw_updattecoinbasehandling
branch
from
March 19, 2021 11:06
87b6b41
to
2773b48
Compare
stringhandler
approved these changes
Mar 19, 2021
stringhandler
added a commit
that referenced
this pull request
Apr 1, 2021
Changes since v0.8.6 Wallet --- - [#2825](#2825) [wallet] correctly log RPC error messages - [#2824](#2824) [wallet] Output error message for ConfigError - [#2818](#2818) [wallet] get_transaction_info no longer errors if any transaction is not found - [#2819](#2819) [wallet] Clear UI before starting UI loop - [#2798](#2798) [wallet] Add MinedUnconfirmed to command mode wait stage - [#2793](#2793) [wallet] Add menu to console wallet - [#2765](#2765) [wallet] Friendly incorrect password message - [#2753](#2753) [wallet] Update base node service to use RPC - [#2762](#2762) [wallet] Implement wallet recovery process in LibWallet FFI - [#2761](#2761) [wallet] Differentiate "funds pending" case in UTXO selection - [#2748](#2748) [wallet] Added saf message duration to configuration Base Node --- - [#2814](#2814) [base-node] Add previous hash check to sync validator - [#2759](#2759) [base-node] Fix handling of large chain reorgs in header sync - [#2813](#2813) [base-node] Add rewind-blockchain and improve header-stats command - [#2795](#2795) [base-node] Update mempool consensus validator to check weight excluding coinbase - [#2738](#2738) [base-node] Rewind prune mode behind horizon - [#2768](#2768) [base-node] Add transaction consensus validator - [#2764](#2764) [base-node] Remove reorgs from total tx count - [#2755](#2755) [base-node] Node bootstraps after initial sync if all other nodes are h=0 - [#2751](#2751) [base-node] Minor fix for list-headers Mining --- - [#2807](#2807) [merge-mining] Added getLastBlockHeader cucumber test - [#2792](#2792) [mining-node] Added additional command line arguments - [#2791](#2791) [merge-mining] Add stdout information - [#2767](#2767) [mmproxy] Expanded cucumber tests for merged mining proxy - [#2743](#2743) [merge-mining] Fix logic flaw in proxy_request_to_monerod Other --- - [#2826](#2826) [common] Add rpc_max_simultaneous_sessions setting to config - [#2823](#2823) [chore] Fix import - [#2822](#2822) [chore] Update prettier paths - [#2815](#2815) [comms] Connection manager requester not exposed on CommsNode - [#2820](#2820) [chore] Use prettier for integration tests - [#2821](#2821) [other] Add memory net summary - [#2757](#2757) [ci] Add all-targets to clippy - [#2796](#2796) [docs] Add WalletNotify info to config samples - [#2773](#2773) [tests] Add custom log file paths for wallet and mmproxy - [#2763](#2763) [tests] Update mempool waits to be dynamic - [#2769](#2769) [ci] Increase Cucumber CI to include all tests except "long running" - [#2747](#2747) [docs] Update rfc 201 for coinbase - [#276](#276) [chore] Removed some unused dependencies - [#2576](#2576) [common] Increase flood ban config - [#2572](#2572) [tests] Add cucumber test verify meddling with MMR sizes - [#2754](#2754) [common] Emit rerun-if-changed directives for include protos - [#2745](#2745) [ci] Point Circle CI status badge to development branch only - [#2744](#2744) [docs] Minor Fixes - [#2740](#2740) [chore] Remove the text_message_service from the wallet (#2740) - [#2739](#2739) [docs] Document the NO_OP TariScript vulnerability
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Currently, we have no clear rule on what to do with a coinbase utxo when we encounter them in a block. This addresses that.
Motivation and Context
RFC 201 does not specify what to do with a coinbase UTXO. This PR addresses that.
This also updates RFC 120 to the current enforced coinbase rules.
How Has This Been Tested?
Types of changes
Checklist:
development
branch.cargo-fmt --all
before pushing.cargo test
successfully before submitting my PR.