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:
|
BigLep
left a comment
There was a problem hiding this comment.
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