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 remarks and attestations #237

Open
hieronx opened this issue Aug 9, 2024 · 1 comment
Open

Track remarks and attestations #237

hieronx opened this issue Aug 9, 2024 · 1 comment
Labels
Spike ssue describing a technical challenge to be investigated

Comments

@hieronx
Copy link
Contributor

hieronx commented Aug 9, 2024

All that’s needed is
Index a new event
Check if a string arg in the event starts with a certain prefix
If so, create a new Attestation entity with the other part of the string

So it’s a remarks.Remark({ Named: "attestation:[POOL_ID]:[ATTESTATION]" }, call) event, and if it starts with attestation, then an Attestation entity should be created, linked to the POOL_ID, and with the ATTESTATION data.

@filo87 filo87 added the Spike ssue describing a technical challenge to be investigated label Aug 13, 2024
@filo87 filo87 changed the title Track remarks Track remarks and attestations Jan 13, 2025
@filo87
Copy link
Collaborator

filo87 commented Jan 15, 2025

Hey
@Filippo
, hope you’re doing well!
I was wondering, could you plan for 1 day or so of work for us in early Jan (NOT needed now, please enjoy your holiday plans! 😄 )? We just have a small feature we need to add. I already started implementing it but running into some issues and I think you can get this working pretty quickly: #273
All that’s needed is
Index a new event
Check if a string arg in the event starts with a certain prefix
If so, create a new Attestation entity with the other part of the string
So it’s a remarks.Remark({ Named: "attestation:[POOL_ID]:[ATTESTATION]" }, call) event, and if it starts with attestation, then an Attestation entity should be created, linked to the POOL_ID, and with the ATTESTATION data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Spike ssue describing a technical challenge to be investigated
Projects
None yet
Development

No branches or pull requests

2 participants