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

Fix GetState of block action to return proper state #500

Merged

Conversation

earlbread
Copy link
Contributor

This fixes bug where GetState hadn't return proper state when the block action is evaluated.

@earlbread earlbread added the bug Something isn't working label Sep 6, 2019
@earlbread earlbread self-assigned this Sep 6, 2019
limebell
limebell previously approved these changes Sep 6, 2019
@earlbread earlbread force-pushed the fix-block-action-get-state branch from 3e47519 to 9053d29 Compare September 6, 2019 09:59
@earlbread earlbread changed the base branch from master to 0.5-maintenance September 6, 2019 10:00
@earlbread
Copy link
Contributor Author

I rebased this on 0.5-maintenance branch.

@earlbread earlbread requested a review from limebell September 6, 2019 10:00
CHANGES.md Outdated Show resolved Hide resolved
CHANGES.md Outdated Show resolved Hide resolved
Co-Authored-By: Hong Minhee <[email protected]>
@earlbread earlbread requested a review from dahlia September 6, 2019 10:06
@codecov
Copy link

codecov bot commented Sep 6, 2019

Codecov Report

Merging #500 into 0.5-maintenance will decrease coverage by 0.02%.
The diff coverage is 100%.

@@                 Coverage Diff                 @@
##           0.5-maintenance     #500      +/-   ##
===================================================
- Coverage            88.04%   88.02%   -0.03%     
===================================================
  Files                  195      195              
  Lines                13770    13787      +17     
===================================================
+ Hits                 12124    12136      +12     
- Misses                1334     1339       +5     
  Partials               312      312
Impacted Files Coverage Δ
Libplanet.Tests/Blockchain/BlockChainTest.cs 98.44% <100%> (+0.02%) ⬆️
Libplanet.Tests/Common/Action/MinerReward.cs 74.07% <100%> (+3.24%) ⬆️
Libplanet/Blockchain/BlockChain.cs 94.47% <100%> (-0.05%) ⬇️
Libplanet/Net/Swarm.cs 78.97% <0%> (-0.26%) ⬇️
Libplanet.Tests/Net/SwarmTest.cs 92.95% <0%> (-0.1%) ⬇️

@dahlia dahlia closed this Sep 6, 2019
@earlbread earlbread reopened this Sep 9, 2019
@dahlia dahlia merged commit cb825cf into planetarium:0.5-maintenance Sep 9, 2019
@earlbread earlbread deleted the fix-block-action-get-state branch September 9, 2019 06:50
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.

5 participants