Skip to content

Commit

Permalink
Feat: calculate reward amounts in oracle endblock (#513)
Browse files Browse the repository at this point in the history
* feat: mv reward calculation to x/oracle endblock

* lint

* fix: replace cmds

---------

Co-authored-by: brendaloya <[email protected]>
  • Loading branch information
akremstudy and brendaloya authored Jan 27, 2025
1 parent a2af958 commit 7b24889
Show file tree
Hide file tree
Showing 41 changed files with 940 additions and 5,483 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ mock-gen-registry:
mock-gen-reporter:
@go run github.com/vektra/mockery/v2 --name=AccountKeeper --dir=$(CURDIR)/x/reporter/types --recursive --output=./x/reporter/mocks
@go run github.com/vektra/mockery/v2 --name=BankKeeper --dir=$(CURDIR)/x/reporter/types --recursive --output=./x/reporter/mocks
@go run github.com/vektra/mockery/v2 --name=OracleKeeper --dir=$(CURDIR)/x/reporter/types --recursive --output=./x/reporter/mocks
@go run github.com/vektra/mockery/v2 --name=StakingKeeper --dir=$(CURDIR)/x/reporter/types --recursive --output=./x/reporter/mocks
@go run github.com/vektra/mockery/v2 --name=StakingHooks --dir=$(CURDIR)/x/reporter/types --recursive --output=./x/reporter/mocks
@go run github.com/vektra/mockery/v2 --name=RegistryKeeper --dir=$(CURDIR)/x/reporter/types --recursive --output=./x/reporter/mocks
Expand Down
Loading

0 comments on commit 7b24889

Please sign in to comment.