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

Use IPFS multiaddress instead of blake256 hash for evidence #15

Closed
xlc opened this issue May 13, 2024 · 2 comments
Closed

Use IPFS multiaddress instead of blake256 hash for evidence #15

xlc opened this issue May 13, 2024 · 2 comments
Assignees

Comments

@xlc
Copy link
Contributor

xlc commented May 13, 2024

It is very very hard for UI to link the preimage of the evidence. It has to check each open PR and calculate the hash and check if it matches to the onchain hash.
If we are using IPFS multiaddress, it is a hash, and we can have some bot here to upload the preimage some IPFS service and then the UI can easily identify the preimage and show it.

@anaelleltd
Copy link
Collaborator

We are currently testing a new procedure for submitting evidences on-chain that uses IPFS via Subsquare, as shown in the step-by-step guide below.
EvidenceSubmissionSubsquare

@anaelleltd
Copy link
Collaborator

Resolved by PR #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants