Skip to content

Commit

Permalink
Shut down ApprovalWeightManager (#1225)
Browse files Browse the repository at this point in the history
* WIP

* Feat: fixed bug with aggregated branches

* add case to test

* Fix: fixed aggregatedBranch support in ApprovalWeight

* fix some linter warnings

* Fix: fixed bug in approvalweightManager

* Refactor: refactored code

* Refactor: changed order

* Persist event states

* fix release date

Co-authored-by: Hans Moog <[email protected]>
Co-authored-by: capossele <[email protected]>
  • Loading branch information
3 people authored Apr 23, 2021
1 parent a1a0b8d commit cdf2d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.5.7 - 2021-04-22
# v0.5.7 - 2021-04-23
* Add approval weight manager (soft launch)
* Add epochs
* Add debug APIs for epochs
Expand Down
1 change: 1 addition & 0 deletions packages/tangle/tangle.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func (t *Tangle) Shutdown() {
t.Booker.Shutdown()
t.LedgerState.Shutdown()
t.ConsensusManager.Shutdown()
t.ApprovalWeightManager.Shutdown()
t.Storage.Shutdown()
t.LedgerState.Shutdown()
t.Options.Store.Shutdown()
Expand Down

0 comments on commit cdf2d0e

Please sign in to comment.