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

Make the order of Block<T>.Transactions aware of their nonce #520

Merged
merged 1 commit into from
Sep 19, 2019

Conversation

dahlia
Copy link
Contributor

@dahlia dahlia commented Sep 18, 2019

See also the changelog and comments in the Block<T>() constructor.

@dahlia dahlia added the bug Something isn't working label Sep 18, 2019
@dahlia dahlia added this to the 0.6.0 milestone Sep 18, 2019
@dahlia dahlia self-assigned this Sep 18, 2019
earlbread
earlbread previously approved these changes Sep 19, 2019
earlbread
earlbread previously approved these changes Sep 19, 2019
limebell
limebell previously approved these changes Sep 19, 2019
Libplanet/Blocks/Block.cs Outdated Show resolved Hide resolved
moreal
moreal previously approved these changes Sep 19, 2019
@dahlia dahlia merged commit 4a9aa2a into planetarium:master Sep 19, 2019
@codecov
Copy link

codecov bot commented Sep 19, 2019

Codecov Report

Merging #520 into master will increase coverage by 10.01%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           master     #520       +/-   ##
===========================================
+ Coverage   80.17%   90.18%   +10.01%     
===========================================
  Files          61      201      +140     
  Lines        1513    14890    +13377     
===========================================
+ Hits         1213    13429    +12216     
- Misses        271     1185      +914     
- Partials       29      276      +247
Impacted Files Coverage Δ
Libplanet/Blocks/Block.cs 90.64% <100%> (ø)
Libplanet.Tests/Blocks/BlockTest.cs 98.17% <100%> (ø)
Libplanet/Net/Messages/BlockHashes.cs 100% <0%> (ø)
Libplanet.Tests/Common/Action/BattleResult.cs 64.44% <0%> (ø)
Libplanet/Net/NoSwarmContextException.cs 0% <0%> (ø)
Libplanet.Tests/Action/ActionEvaluationTest.cs 96.66% <0%> (ø)
Libplanet.Tests/Store/StoreTest.cs 99.14% <0%> (ø)
Libplanet/Net/Messages/Pong.cs 100% <0%> (ø)
...planet/Blockchain/Policies/BlockPolicyExtension.cs 100% <0%> (ø)
Libplanet/Blocks/InvalidBlockTimestampException.cs 100% <0%> (ø)
... and 133 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants