Skip to content

Commit

Permalink
Make Swarm have BlockChain<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
earlbread committed Jul 3, 2019
1 parent dce3bbf commit 55db2e0
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 234 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ To be released.
Instead, a newly added static class `StoreExtension` provides
an extension method of the same name.
- Added `IStore.IterateStateReferences()` method.
- `Swarm` constructor became to receive `BlockChain<T>`. [[#324]]
- `Swarm` became to have type parameter `T`. [[#324]]

### Added interfaces

Expand Down Expand Up @@ -120,6 +122,7 @@ To be released.
[#310]: https://github.com/planetarium/libplanet/pull/310
[#311]: https://github.com/planetarium/libplanet/pull/311
[#317]: https://github.com/planetarium/libplanet/pull/317
[#324]: https://github.com/planetarium/libplanet/pull/324


Version 0.3.0
Expand Down
Loading

0 comments on commit 55db2e0

Please sign in to comment.