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

feat/erc725 #5362

Draft
wants to merge 65 commits into
base: master
Choose a base branch
from
Draft

feat/erc725 #5362

wants to merge 65 commits into from

Conversation

richtera
Copy link

Implement erc725 namespace
Prepare for https download (API not fully hooked in)
Add standard schema decoding using erc725.decode_key_value
The erc725.rs is a prototype for a real crate.

@richtera richtera force-pushed the feat/erc725 branch 3 times, most recently from 3a4abd7 to 3ae9e15 Compare April 23, 2024 16:58
Copy link

gitguardian bot commented Apr 23, 2024

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@mangas
Copy link
Contributor

mangas commented May 28, 2024

Is there some additional context on this PR? Was there an issue where this was previous discussed?

@richtera
Copy link
Author

richtera commented May 28, 2024

We are trying to index erc725y metadata. This allows retrieval and verification of ipfs and https and arweave URLs (this is probably now possible natively) decoding erc725 data is really hard to do in assemblyscript and we have an available module is rust, go and typescript. In addition there are some tools to read big endian numbers. One problem we have right now is erigon which is required for trace_filter does not allow one of our expensive static calls making the index currently fail ... to index the LUKSO layer 1 chain. All profiles, assets and tokens

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

Successfully merging this pull request may close these issues.

None yet

2 participants