v0.13.1
This release upgrades the broker to account for a recent contract upgrade that reduces the amount of stake that is burned during secondary fulfillments.
Secondary Fulfillment Stake Rewards Increase: 25% -> 80%
We have increased the amount of stake that is awarded to the winning secondary prover, in the situation where a request is lock and not fulfilled by the locker. Previously 75% of the stake would be burned, and only 25% would be awarded to the winning secondary prover. Now only 20% will be burned, and 80% will be awarded to the secondary prover. This release updates the accounting in the broker to use these new percentages. As before, provers can configure mcycle_price_stake_token
to determine the minimum price to accept an order that will be paid in staking tokens.
Recommended Priority List
These are requestors that are submitting proofs that either have high cycle counts (e.g. Signal), or carry higher rewards (e.g. known customers). Provers that would like to prioritize these proofs with large cycle counts should consider adding these addresses to their priority_requestor_addresses
:
0x734dF7809c4ef94Da037449C287166D114503198
(Signal Consensus Proofs on Base Mainnet)0xf6a5a5a81ac29c4baeb05184565344186f67c048
(Signal Execution Proofs on Base Mainnet & Base Sepolia)0x3Ee7d9175eC8BB9e16e8FD3AbDEF5a354b247528
(Kailua Proofs on Base Mainnet)0x2693946791da99da78ac441aba6d5ce2bccd96d3
(Anonymous Customer 1)0x66f68692c03eB9C0656D676f2F4bD13eba40D1B7
(Anonymous Customer 2)0xc4Ce4f04b9907a9401a0Ed7ef073dffEbAB52aAB
(Anonymous Customer 3)0xc73c222d7d39778bf9212f23a8f4356ff7c1e77f
(Anonymous Customer 4)
Note: If you want to test Signal proofs on Base Sepolia, you can prioritize
0x47c76e56ad9316a5c1ab17cba87a1cc134552183
Zero Mcycle Price
This release also allows provers to set min_mcycle_price
to zero, which will lead to the prover locking orders at any price.
What's Changed
- 0.13.1 by @willpote in #979
Full Changelog: v0.13.0...v0.13.1