# Phase 2 release checklist
- [x] Check TODOs from the [testing document](https://hackmd.io/KUJ5EWf8QU-ww3FeYez8OA?view)
- [x] 1.10.0 Release notes
- https://hackmd.io/D8TCXS4JTQqos1TVajuLPw
- [x] Make sure the desktop app is upgraded to use Bee 1.10
- https://github.com/ethersphere/swarm-desktop/releases/tag/v0.17.0
- [x] Documentation
- [x] Minimum hardware requirements
- no spinning disk, SSD only
- 4GB mem
- 128GB disk
- [x] Staking how to documentation
- https://github.com/ethersphere/bee-docs/pull/318
- [ ] Staking API doc
- [x] Freezing times for different scenarios on mainnet (roundLength is 3mins on mainnet, 12mins on testnet, truthRevealedDepth 6 (but variable as I understand?))
- [x] 7 * roundLength * (2**truthRevealedDepth) during claim if commit is not revealed
- [x] 3 * roundLength * (2**truthRevealedDepth) during claim phase if reveal doesn't match commit
- [x] Storage incentives release process
- https://github.com/ethersphere/storage-incentives/issues/83
- `Staking` is independent of other contracts
- `PostageStamp` is independent of other contracts
- `PriceOracle` depends on `PostageStamp`
- `Redistribution` depends on `PostageStamp`, `PriceOracle` and `Staking`
- [x] Deployment [Peter, Abel]:
- Staking?
- PostageStamp: changed, needs to be migrated
- PriceOracle: new
- Redistribution: new
All smart contracts have been re-deployed: https://github.com/ethersphere/storage-incentives/pull/105
- [x] Storage incentives pause
- https://github.com/ethersphere/storage-incentives/issues/81
- [x] Anatol, Haseeb: test pausing the redistribution contract
- [x] Storage incentives smart contract upgrade
- https://github.com/ethersphere/storage-incentives/issues/82
- [x] Peter: make sure PriceOracle is paused; done in: https://github.com/ethersphere/storage-incentives/pull/90
- make it paused by default?
- [x] Peter: no price change at this point, but in PriceOracle contract the minimumPrice is 1024, current network price is 4: The PriceOracle minimum price shouldn't afect the current network price.
- [x] Peter, Abel: Postage stamp migration
- [x] Set the minimum price on mainnet to 4 with the PostageStamp setPrice. Otherwise the PostageStamp price by default is 0.
- [x] Migrate the leftovers and pause the old Postage Stamp smart contract
- [x] Random generation in smart contract
- https://github.com/ethersphere/storage-incentives-issues/issues/1
- https://github.com/ethersphere/storage-incentives/pull/85
- [ ] Have a endpoint where you can get information on the storage incentives [Anatol]
- is your node frozen?
- accumulated profit
- what is the current state of the node in the redistribution game
- https://github.com/ethersphere/bee/issues/3675
- [x] Staking issue
- https://github.com/ethersphere/bee/issues/3649
- [x] Minimum bucket depth
- https://github.com/ethersphere/storage-incentives/pull/93
- [x] Mob testing session Wednesday [Alok]
- completed basic upload/download sanity, details can be [found here](https://hackmd.io/4sryfsbTSD23vRIR61_R1Q)