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

Indexing order cancellations #786

Merged
merged 3 commits into from
Nov 16, 2022
Merged

Indexing order cancellations #786

merged 3 commits into from
Nov 16, 2022

Conversation

josojo
Copy link
Contributor

@josojo josojo commented Nov 16, 2022

closes #708.

Finishes the indexing of the onchain order invalidations.

Unfortunately, we needed to redeploy the contracts, hence the new contract version. We needed to redeploy, as we had the order_uids marked as "indexed" in the smart contract and then the order_uid was not readable from the logs. See here for more information.

Test Plan

@josojo josojo requested a review from fedgiac November 16, 2022 09:15
@josojo josojo marked this pull request as ready for review November 16, 2022 09:30
@josojo josojo requested a review from a team as a code owner November 16, 2022 09:30
Copy link
Contributor

@sistemd sistemd left a comment

Choose a reason for hiding this comment

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

Looks good to me.

crates/autopilot/src/database/onchain_order_events.rs Outdated Show resolved Hide resolved
@josojo josojo enabled auto-merge (squash) November 16, 2022 16:51
@josojo josojo merged commit 13b1f8d into main Nov 16, 2022
@josojo josojo deleted the ordercancellations branch November 16, 2022 16:57
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[onchain orders] Cancelled onchain orders
4 participants