feat/erc725
WIP: refactoring out unnecessary code
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.
️✅ 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.
Is there some additional context on this PR? Was there an issue where this was previous discussed?
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
This is currently a WIP progress collecting changes for a simplified PR. The goal is to move the erc725 changes to either a substream or as assemblyscript. The remaining things should stay here or be split into multiple PRs depending on it's final size.
This pull request hasn't had any activity for the last 90 days. If there's no more activity over the course of the next 14 days, it will automatically be closed.