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

core: Onchain Price observation #4

Merged
merged 6 commits into from
Dec 14, 2023
Merged

core: Onchain Price observation #4

merged 6 commits into from
Dec 14, 2023

Conversation

pajicf
Copy link
Owner

@pajicf pajicf commented Dec 14, 2023

What does this PR resolve? 🚀

  • On-Chain price updates observer
  • tickers API routes
  • Socket.io support

Details 📝

The prices on the backend are updated on every on-chain change in the TickerPriceStorage contract.
After the update, they are emitted to a socket integrated using socket.io library.

Checklist ✅

  • I've read Contributions section in the README.md document
  • I have merged the main branch into my branch and resolved all conflicts
  • I have documented the new code
  • I have created automated tests for the new code
  • I have smoke tested the new code locally
  • I have assigned the PR to myself
  • I have named the PR correctly

@pajicf pajicf added the enhancement New feature or request label Dec 14, 2023
@pajicf pajicf self-assigned this Dec 14, 2023
@pajicf pajicf merged commit fda6b4b into main Dec 14, 2023
2 checks passed
@pajicf pajicf deleted the onchain-price-listener-job branch December 14, 2023 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant