Refactor lock methods (#842)
* Move lock.go functions into iterator.go, lock_refs.go and store.go This makes the code more structured, and is a precursor to a subsequent commit of trying to de-duplicate a lot of this logic to reduce API & bug surface * Delete several ActionById methods on locks * Delete legacy.go and upgrade_test.go * remove code duplication in events, remove a return param from unlock all
Showing
+75 -469
x/lockup/keeper/legacy.go
deleted
100644 → 0
x/lockup/keeper/upgrade_test.go
deleted
100644 → 0
Please register or sign in to comment