-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
208 add metadata read and write (#215)
* Update massa-web3 to 5.1.0 * Refactor estimateUploadBatchesGas to use Provider instance and address instead of SmartContract * Add getWebsiteOwner function to retrieve websites owned by a given address * Update estimateUploadBatchesGas call to use prover and address * Use PublicProvider instead of Provider in website read functions * Add global metadata functions * Use LAST_UPDATE_KEY constant for metadata in prepareUploadTask * Add metadata handling to config parsing * Update import statements in delete.ts * Enhance upload preparation task to include metadata changes and cost estimation * Remove unused filesInitCost import from prepareUpload task * Add new metadata handling to upload command * Add default values for wallet, password, address, and metadatas in config
- Loading branch information
1 parent
cc176c6
commit 93aff52
Showing
13 changed files
with
343 additions
and
80 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.