-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new store method that uploads token with all the assets and met…
…adata (#56) * feat: store metadata in IPLD CBOR format * feat: store api * Apply suggestions from code review Co-authored-by: Alan Shaw <alan.shaw@protocol.ai> * chore: change Token.encode to return FormData * chore: remove CID dependency * chore: add comment for `embed` field * chore: rename setAt to setIn * chore: change how URLs are encoded/decoded * chore: refine store api * feat: implement backend part * fix: typo that cause type check to fail * fix: regression in pinata.js * fix: remaining issues on the backend * chore: update addresses * chore: update implementation to use a cluster * chore: remove redundunt code * chore: undo unintended test changes * fix: import * fix: leftovers from previous iteration * Apply suggestions from code review Co-authored-by: Alan Shaw <alan.shaw@protocol.ai> * chore: switch to just-safe-set * chore: Per review feedback remove CID dep * fix: pinByHash by providing content-type * chore: add comment to why skipLibCheck is enabled * fix: use latest multiformats to fix ts lint err Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
- Loading branch information
Showing
18 changed files
with
978 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.