-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: 🎸 Add PolyxTransaction entity #113
Conversation
Adds a new entity to track all the POLYX transactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Will look again once we have all events
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…ery into feat/DA-195-polyx-transaction
Uses the corresponding chain to populate the primary key associated with the corresponding genesis block DIDs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get the 80% part. Multiplying by a float value seems risky here from a numbers lining up 100% point of view. I trust BigInt wouldn't cause us issues, but it seems kind of arbitrary to me as well.
Does the chain expose this ratio in an RPC somewhere? Is it a constant for all blocks always, or can it be adjusted?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
🎉 This PR is included in version 9.7.0-alpha.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 9.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Adds a new entity to track all the POLYX transactions
Breaking Changes
NA
JIRA Link
DA-195
Checklist