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 all staged transactions broadcasted #470

Merged
merged 2 commits into from
Aug 28, 2019

Conversation

dahlia
Copy link
Contributor

@dahlia dahlia commented Aug 27, 2019

Removed the concept of “staged transactions that should not be broadcasted,” because its primary usage had been to make a transaction of a reward action for a candidate for block miner, and the case became achieved through IBlockPolicy<T>.BlockAction property which was made by the patch #367.

So all staged transactions became broadcasted.

@dahlia dahlia added this to the 0.6.0 milestone Aug 27, 2019
@dahlia dahlia self-assigned this Aug 27, 2019
@codecov
Copy link

codecov bot commented Aug 27, 2019

Codecov Report

Merging #470 into master will decrease coverage by 0.05%.
The diff coverage is 97.29%.

@@            Coverage Diff             @@
##           master     #470      +/-   ##
==========================================
- Coverage    88.1%   88.04%   -0.06%     
==========================================
  Files         195      195              
  Lines       13721    13654      -67     
==========================================
- Hits        12089    12022      -67     
  Misses       1320     1320              
  Partials      312      312
Impacted Files Coverage Δ
Libplanet/Store/BaseStore.cs 81.25% <ø> (ø) ⬆️
Libplanet.Tests/Store/StoreTracker.cs 56.83% <0%> (ø) ⬆️
Libplanet/Net/Swarm.cs 80.24% <100%> (-0.02%) ⬇️
Libplanet.Tests/Blockchain/BlockChainTest.cs 98.4% <100%> (-0.02%) ⬇️
Libplanet/Blockchain/BlockChain.cs 94.4% <100%> (-0.02%) ⬇️
Libplanet.Tests/Store/StoreTest.cs 98.36% <100%> (-0.06%) ⬇️
Libplanet.Tests/Net/SwarmTest.cs 92.21% <100%> (-0.24%) ⬇️
Libplanet/Store/LiteDBStore.cs 89.11% <100%> (-0.22%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants