-
Notifications
You must be signed in to change notification settings - Fork 16
build: prep FWSS v0.3.0 release #268
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
Conversation
build: prep FWSS v0.3.0 release
…eploy fix: align contract versions and document ServiceProviderRegistry redeploy
test: fix version assertions to match updated contract versions
Just document steps I have taken so far:
|
fix: improve registration fee display in deployment script fix: read contract version from deployed contract instead of hardcoded value
9f59358
to
1919e11
Compare
I had to fix the deployment script of the registry contract quite a bit since it had hardcoded values all over the place: 1919e11. It is probably not perfect, but it at least gave a more correct view of what was deployed! I´m now deploying the v0.3.0 release of the Service Provider Registry Contract, with this script: https://github.com/FilOzone/filecoin-services/blob/main/service_contracts/tools/deploy-registry-calibnet.sh. Deploying the contract from this commit:
|
Verifying things in the ServiceProviderRegistry with:
Outputs:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me. I can look again when non-draft.
And now finally onto publishing the FWSS contracts:
I´m using the https://github.com/FilOzone/filecoin-services/blob/main/service_contracts/tools/deploy-warm-storage-calibnet.sh script, and are setting these env-vars:
Running this script give:
|
docs: update newly published FWSS and ServiceProviderRegistry contracts
Updated the newly published addresses in: 97342c2 |
Co-authored-by: Steve Loeppky <[email protected]>
Verified on FilFox: FilecoinWarmStorageService Implementation
FilecoinWarmStorageService Implementation
FilecoinWarmStorageService Proxy:
|
Prep a FWSS v0.3.0 release: