You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: