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 indexing for DEX events #3796

Merged
merged 3 commits into from
Feb 9, 2024
Merged

Implement indexing for DEX events #3796

merged 3 commits into from
Feb 9, 2024

Conversation

zbuc
Copy link
Member

@zbuc zbuc commented Feb 9, 2024

This adds code to emit ABCI events for the following DEX actions:

  • Position created
  • Position executed against
  • Position closed
  • Position withdrawn
  • Swap
  • Swap Claim
  • Batch swap executed
  • Arbitrage execution

Closes #3645

@zbuc zbuc merged commit 66e46ba into main Feb 9, 2024
7 checks passed
@zbuc zbuc deleted the 3645_dex_indexing branch February 9, 2024 20:39
@cratelyn cratelyn added the A-dex Area: Relates to the dex label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dex Area: Relates to the dex
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dex: inventorize useful ABCI events to index
2 participants