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

Implement QueryVaultEvents rpc #28

Merged
merged 3 commits into from
Jul 11, 2022
Merged

Conversation

xwjdsh
Copy link
Contributor

@xwjdsh xwjdsh commented Jul 11, 2022

Also add ID to vault event response.

Also add ID to vault event response.
@xwjdsh xwjdsh requested a review from yiplee July 11, 2022 07:02
@@ -1,3 +1,3 @@
package mock

//go:generate mockgen -package=mock -destination=mock_gen.go github.com/fox-one/pando/core AssetStore,AssetService,CollateralStore,FlipStore,MessageStore,MessageService,Notifier,OracleStore,OracleService,ProposalStore,Parliament,Session,TransactionStore,UserStore,UserService,VaultStore,WalletStore,WalletService
//go:generate go run github.com/golang/mock/mockgen -package=mock -destination=mock_gen.go github.com/fox-one/pando/core AssetStore,AssetService,CollateralStore,FlipStore,MessageStore,MessageService,Notifier,OracleStore,OracleService,ProposalStore,Parliament,Session,TransactionStore,UserStore,UserService,VaultStore,WalletStore,WalletService
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里换了一种写法,我本地生成因为版本不同产生了许多 diff,这样可以锁住版本。

@yiplee yiplee merged commit b5a59b5 into main Jul 11, 2022
@yiplee yiplee deleted the feat/implement-query-vault-events branch July 11, 2022 08:01
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.

2 participants