-
Notifications
You must be signed in to change notification settings - Fork 15
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
UIP-0024 Implementation (CTOR/LTOR) #440
Conversation
Separating the style related changes off certainly would make it easier to review this. |
On it. |
aec1aab
to
594e1c7
Compare
I see a lot of stylistic changes in python files. Does it relate to this PR? Do we want to change this at all? |
I think you should :-) |
08b2f68
to
ba19501
Compare
709ff45
to
7da6274
Compare
f14cd64
to
d6e2d49
Compare
Use swap instead of move in DisconnectedBlockTransactions::addForBlock in order to avoid potential problems for reusing the parents variable after having moved it. Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
TxId is not strictly related to CTOR, so it's better to implement it in a different PR. Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
f53bdf8
to
025789a
Compare
@Ruteri @kostyantyn you utACK'ed but did not approve. Meanwhile commits have been pushed. Could you re-review and check whether it's approvable for you now? |
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.
utACK 025789a
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.
utACK 025789a
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.
utACK 025789a
This PR implements the UIP-0024 (Canonical Transactions Ordering Rule,
specifically LTOR, Lexicographical Transactions Ordering Rule).
Signed-off-by: Andres Correa Casablanca andres@thirdhash.com