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

Updated oracle engine to send events at the end of the block #3752

Merged
merged 4 commits into from Jul 15, 2021

Conversation

ze97286
Copy link
Contributor

@ze97286 ze97286 commented Jul 14, 2021

close #3709

@@ -8,6 +8,8 @@ import (
"time"

bmock "code.vegaprotocol.io/vega/broker/mocks"
omock "code.vegaprotocol.io/vega/oracles/mocks"
Copy link
Member

Choose a reason for hiding this comment

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

Usually we import only mocks generated in the current package, (yea the bmock is actually a mock from another package but it's an exception...).

I'm also pretty sure the execution engine must have a mock.MockTimeService too, would you mind changing the import if so?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think there's more than just one, maybe 4-5 I think with slightly different interfaces.

@ze97286 ze97286 merged commit 1a4e455 into develop Jul 15, 2021
@ValentinTrinque ValentinTrinque deleted the feature/3709 branch July 19, 2021 14:17
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.

Update oracle engine to send events at the end of the block
2 participants