Replace currency "values" by currency "amounts"
1 unresolved thread
1 unresolved thread
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 14
− 14
@@ -122,7 +122,7 @@ Since hashes are stored on 32 bytes, a *blockstamp* is stored on a 36 bytes valu
@@ -122,7 +122,7 @@ Since hashes are stored on 32 bytes, a *blockstamp* is stored on a 36 bytes valu
@@ -136,22 +136,22 @@ user-friendliness.
@@ -136,22 +136,22 @@ user-friendliness.
@@ -159,7 +159,7 @@ Since the base will grow forever, it needs to cycle. We can compare values in an
@@ -159,7 +159,7 @@ Since the base will grow forever, it needs to cycle. We can compare values in an
This base incrementation will be very slow and a full cycle won't append until a long time. When the
@@ -264,15 +264,14 @@ This format (called an **address**) is structured as :
@@ -264,15 +264,14 @@ This format (called an **address**) is structured as :
@@ -398,11 +397,11 @@ A `Transaction` document contains the following :
@@ -398,11 +397,11 @@ A `Transaction` document contains the following :
@@ -763,4 +762,5 @@ with the payload being the text v10 document. This document don't need any issue
@@ -763,4 +762,5 @@ with the payload being the text v10 document. This document don't need any issue
You should post a comment on the RFC merge request and not create your own, it'll be easier to track and manage.
Sorry, I don't remember having made a merge request for those changes about private key, or did I accidentally through the command line ? I don't understand what happened. I was preparing this for commenting and asking questions because I was not sure to understand.
That is where I think I may have not understand the purpose of these datatypes.
If the protocol manipulates private keys, they are not private anymore.
But again, I intented to ask the question before pushing a merge request.If i'm wrong can you clarify what is the context with an example ?
This data type is made to provide checksumed, currency-specific data containers where you can choose the cryptosystem you use. It would be used in clients to send currency to other addresses (to public keys or to script hashes directly) or to directly connect with the private key (with a checksum and "currency lock" for user-friendliness).
It's also used as a key format in script to test the cryptosystem and allow soft forks (unknown cryptosystem is "anyone can spend", see The script system).
For future reviews, you should go to the RFC5 merge request, go to the file and comment the line.