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

Track oracle transactions #161

Closed
hieronx opened this issue May 27, 2024 · 1 comment · Fixed by #200 · May be fixed by #189
Closed

Track oracle transactions #161

hieronx opened this issue May 27, 2024 · 1 comment · Fixed by #200 · May be fixed by #189
Assignees
Labels
Story Issue covering a requirement as user story

Comments

@hieronx
Copy link
Contributor

hieronx commented May 27, 2024

  • Track oracleFeed.Fed events
  • Create OracleTransaction entities
type OracleTransaction @entity {
  id: ID! # extrinsic hash
  timestamp: Date!
  key: String!
  value: BigInt!
}
@hieronx
Copy link
Contributor Author

hieronx commented May 31, 2024

Remaining TODOs:

  • Add feeder column
  • Fix parsing of ISIN => 0x55533931323739374c443730 => \\\US912797LD70 => US912797LD70

@filo87 filo87 added the Story Issue covering a requirement as user story label Jun 3, 2024
@filo87 filo87 self-assigned this Jun 11, 2024
filo87 added a commit that referenced this issue Jun 12, 2024
filo87 added a commit that referenced this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Story Issue covering a requirement as user story
Projects
None yet
2 participants