-
Notifications
You must be signed in to change notification settings - Fork 12
build: PDP 2.2.0 release #208
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
The PR/commits marked with ✅ are the ones that have been called out in the changelog section. The rest will be listed if one is viewing the full set of changes since the last tag with the link at the bottom of the release. git log --pretty=format:"%h - %an, %ar : %s" v2.1.0..main:
|
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.
Changelog makes sense. This looks to be following FilOzone/filecoin-services#224
Short update on this PR:
|
chore: prep 2.2.0-rc1
docs: prep for listing v2.2.0 contract addresses in README
fff993f
to
2df788c
Compare
Rebased the PR onto latest main, and added these to the changelog:
|
docs: fix date and update changelog
docs: update published v2.2.0 calibnet addresses
I ran the deploy Calibnet-script here https://github.com/FilOzone/pdp/blob/main/tools/deploy-calibnet.sh, from this branch at:
Deploying with:
Added the published contract-addresses to the changelog and readme here: 055e3b2 Also wrote up this ticket as a followup item: #216 to start using the agreed upon default parameters in these scripts. |
docs: update published mainnet v2.2.0 contracts
I ran the Mainnet-script here: https://github.com/FilOzone/pdp/blob/main/tools/deploy-mainnet.sh from this branch at:
Deploying with the default CHALLENGE_FINALITY=150.
Added the published Mainnet contract-addresses to the changelog and readme here: 8231f4a |
Contracts has now been verified on Filfox - this was done with: Install filfox-verifier: Calibnet Contracts:Verify implementation contract: Mainnet Contracts:Verify implementation contract: Verify proxy contract: Complete Verification Summary🌐 Mainnet (Chain ID: 314) ✅ PDPVerifier Proxy (MyERC1967Proxy) 🧪 Calibration Testnet (Chain ID: 314159) ✅ PDPVerifier Proxy (MyERC1967Proxy) |
Closes: #210