mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
Prover/beta v2 release (#1043)
* bump to beta v2.1-rc16 * add a prover config file for devnet * update srs url * bump constraints to cbc6bcb and go-corset to v1.1.1 * use go-corset v1.1.1 * use go-corset v1.1.3 * feat(state-manager): insertion and ephemeral filters . * chores(versions): align the constraints version * chores(version): align the corset version * chores(version): update the zkevm.bin * chores(version): update the zkevm.bin * fix(limits): removes discrepancy between the sepolia and the mainnet config file * chores(release): update the verifier contracts * testing(contract): updates the post-release testdata * chores(contracts): update the contracts * chores(constraints): updates constraints and corset to use the right value * chores(mod): updates the corset dependency and zkevm.bin * testing(contract): updates the testdata * chores(config): update the sample config to use the right version --------- Co-authored-by: gusiri <dreamerty@postech.ac.kr> Co-authored-by: Bogdan Ursu <bogdanursuoffice@gmail.com>
This commit is contained in:
@@ -43,10 +43,10 @@ contract PlonkVerifierMainnetFull {
|
||||
uint256 private constant VK_INV_DOMAIN_SIZE =
|
||||
21888242219518804655518433051623070663413851959604507555939307129453691614729;
|
||||
uint256 private constant VK_OMEGA = 19200870435978225707111062059747084165650991997241425080699860725083300967194;
|
||||
uint256 private constant VK_QL_COM_X = 16763721632302187064245116535318993406793422693670709276397395043117985043396;
|
||||
uint256 private constant VK_QL_COM_Y = 21704519434294991344748680408475309717320132372621249588391334885901175870089;
|
||||
uint256 private constant VK_QR_COM_X = 4659174267124804103032945565127374540672993228651562455767923366230378925207;
|
||||
uint256 private constant VK_QR_COM_Y = 10075466426568401715266713487428009727978964696508926491453956484207585528204;
|
||||
uint256 private constant VK_QL_COM_X = 19140160744730932168843702983189796718246703028852332924599880595140340744294;
|
||||
uint256 private constant VK_QL_COM_Y = 16186514129294932389859278650990364364369281954479520668556508665052023533527;
|
||||
uint256 private constant VK_QR_COM_X = 19941542879445624812979727787710043915366017402350479530185724916143710325553;
|
||||
uint256 private constant VK_QR_COM_Y = 7601250913608609305104269620204410936660457632846454493447045082466166696693;
|
||||
uint256 private constant VK_QM_COM_X = 5553410513240938543232634851474389708189012141911611575921923499176928976035;
|
||||
uint256 private constant VK_QM_COM_Y = 21267989559503205894532435033155162591528358593663117280327683708498106399392;
|
||||
uint256 private constant VK_QO_COM_X = 13140407506194185536762256003490074009791461766528862809770970563406607579309;
|
||||
|
||||
@@ -43,10 +43,10 @@ contract PlonkVerifierSepoliaFull {
|
||||
uint256 private constant VK_INV_DOMAIN_SIZE =
|
||||
21888242219518804655518433051623070663413851959604507555939307129453691614729;
|
||||
uint256 private constant VK_OMEGA = 19200870435978225707111062059747084165650991997241425080699860725083300967194;
|
||||
uint256 private constant VK_QL_COM_X = 3511624111547342756712450888649315655574299737071572931449186092917508751115;
|
||||
uint256 private constant VK_QL_COM_Y = 4450925408361574070118070087893406410804142563998631907603248600269055878587;
|
||||
uint256 private constant VK_QR_COM_X = 16811709085260881363700682541955322953859105829393419176289064014786813158854;
|
||||
uint256 private constant VK_QR_COM_Y = 12615843206799133624845320265059938705761455976479029844654559305921656138535;
|
||||
uint256 private constant VK_QL_COM_X = 15582055358398575274260084414301435523487074126491256668699193658331738500814;
|
||||
uint256 private constant VK_QL_COM_Y = 296011539922014006856424812425425139435424569757635039765507738877437690528;
|
||||
uint256 private constant VK_QR_COM_X = 9395841435160250695501254616439674208546449862664033280720259728433672759330;
|
||||
uint256 private constant VK_QR_COM_Y = 10693368561927368724840503813958338497457185198111248652756192647263040471483;
|
||||
uint256 private constant VK_QM_COM_X = 5553410513240938543232634851474389708189012141911611575921923499176928976035;
|
||||
uint256 private constant VK_QM_COM_Y = 21267989559503205894532435033155162591528358593663117280327683708498106399392;
|
||||
uint256 private constant VK_QO_COM_X = 13140407506194185536762256003490074009791461766528862809770970563406607579309;
|
||||
|
||||
Reference in New Issue
Block a user