Skip to content
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

chore: Moved to 1.3.16 compiler #249

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/system-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const systemConfig = require("./SystemConfig.json");

export default {
zksolc: {
version: "1.3.14",
version: "1.3.16",
compilerSource: "binary",
settings: {
isSystem: true,
Expand Down
2 changes: 1 addition & 1 deletion etc/system-contracts/scripts/compile-yul.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as fs from "fs";
import { getCompilersDir } from "hardhat/internal/util/global-dir";
import path from "path";

const COMPILER_VERSION = "1.3.14";
const COMPILER_VERSION = "1.3.16";
const IS_COMPILER_PRE_RELEASE = false;

async function compilerLocation(): Promise<string> {
Expand Down
2 changes: 1 addition & 1 deletion etc/test-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const systemConfig = require('./SystemConfig.json');

export default {
zksolc: {
version: '1.3.14',
version: '1.3.16',
compilerSource: 'binary',
settings: {
isSystem: true
Expand Down
4 changes: 2 additions & 2 deletions src/deps/contracts/AccountCodeStorage.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/BootloaderUtilities.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/ComplexUpgrader.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/Compressor.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/ContractDeployer.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/DefaultAccount.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/DefaultAccountNoSecurity.json

Large diffs are not rendered by default.

Binary file modified src/deps/contracts/EcAdd.yul.zbin
Binary file not shown.
Binary file modified src/deps/contracts/EcMul.yul.zbin
Binary file not shown.
Binary file modified src/deps/contracts/Ecrecover.yul.zbin
Binary file not shown.
4 changes: 2 additions & 2 deletions src/deps/contracts/EmptyContract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"type": "receive"
}
],
"bytecode": "0x0000000101200190000000040000c13d0000000001000019000000110001042e0000008001000039000000400010043f0000000001000416000000000101004b0000000e0000c13d0000002001000039000001000010044300000120000004430000000501000041000000110001042e000000000100001900000012000104300000001000000432000000110001042e0000001200010430000000000000000000000002000000000000000000000000000000400000010000000000000000004ff0391cc9c9c321f4092988da16e0f3d6058db76dd76cbe3c5ec972dbfb629f",
"deployedBytecode": "0x0000000101200190000000040000c13d0000000001000019000000110001042e0000008001000039000000400010043f0000000001000416000000000101004b0000000e0000c13d0000002001000039000001000010044300000120000004430000000501000041000000110001042e000000000100001900000012000104300000001000000432000000110001042e0000001200010430000000000000000000000002000000000000000000000000000000400000010000000000000000004ff0391cc9c9c321f4092988da16e0f3d6058db76dd76cbe3c5ec972dbfb629f",
"bytecode": "0x0000000101200190000000040000c13d0000000001000019000000110001042e0000008001000039000000400010043f0000000001000416000000000101004b0000000e0000c13d0000002001000039000001000010044300000120000004430000000501000041000000110001042e000000000100001900000012000104300000001000000432000000110001042e0000001200010430000000000000000000000002000000000000000000000000000000400000010000000000000000000c5a2007c50b72d78741b986a8ab2c9f8998ea385d60443cf2c2b0446757078d",
"deployedBytecode": "0x0000000101200190000000040000c13d0000000001000019000000110001042e0000008001000039000000400010043f0000000001000416000000000101004b0000000e0000c13d0000002001000039000001000010044300000120000004430000000501000041000000110001042e000000000100001900000012000104300000001000000432000000110001042e0000001200010430000000000000000000000002000000000000000000000000000000400000010000000000000000000c5a2007c50b72d78741b986a8ab2c9f8998ea385d60443cf2c2b0446757078d",
"linkReferences": {},
"deployedLinkReferences": {},
"factoryDeps": {}
Expand Down
Binary file modified src/deps/contracts/EventWriter.yul.zbin
Binary file not shown.
4 changes: 2 additions & 2 deletions src/deps/contracts/ImmutableSimulator.json

Large diffs are not rendered by default.

Binary file modified src/deps/contracts/Keccak256.yul.zbin
Binary file not shown.
4 changes: 2 additions & 2 deletions src/deps/contracts/KnownCodesStorage.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/L1Messenger.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/L2EthToken.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/MsgValueSimulator.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/contracts/NonceHolder.json

Large diffs are not rendered by default.

Binary file modified src/deps/contracts/SHA256.yul.zbin
Binary file not shown.
4 changes: 2 additions & 2 deletions src/deps/contracts/SystemContext.json

Large diffs are not rendered by default.

Binary file modified src/deps/contracts/fee_estimate.yul.zbin
Binary file not shown.
Binary file modified src/deps/contracts/fee_estimate_impersonating.yul.zbin
Binary file not shown.
Binary file modified src/deps/contracts/gas_test.yul.zbin
Binary file not shown.
Binary file modified src/deps/contracts/playground_batch.yul.zbin
Binary file not shown.
Binary file modified src/deps/contracts/proved_batch.yul.zbin
Binary file not shown.
Binary file modified src/deps/contracts/proved_batch_impersonating.yul.zbin
Binary file not shown.
4 changes: 2 additions & 2 deletions src/deps/test-contracts/Primary.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/deps/test-contracts/Secondary.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"type": "function"
}
],
"bytecode": "0x000200000000000200010000000103550000006001100270000000370010019d0000000101200190000000490000c13d0000008001000039000000400010043f0000000001000031000000040110008c000000bc0000413d0000000101000367000000000101043b000000e0011002700000003d0210009c000000880000613d0000003e0210009c000000ab0000613d0000003f0110009c000000bc0000c13d0000000001000416000000000101004b000000bc0000c13d000000040100008a00000000011000310000003902000041000000000301004b000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000bc0000c13d000000c001000039000000400010043f0000000901000039000000800010043f0000004401000041000000a00010043f0000002002000039000000400100043d0000000003210436000000800200043d00000000002304350000004003100039000000000402004b0000003b0000613d00000000040000190000000005340019000000a006400039000000000606043300000000006504350000002004400039000000000524004b000000340000413d000000000332001900000000000304350000005f02200039000000200300008a000000000232016f0000003703000041000000370420009c0000000002038019000000370410009c000000000103801900000040011002100000006002200210000000000112019f000000d70001042e0000000001000416000000000101004b000000bc0000c13d00000000010000310000009f02100039000000200300008a000000000232016f000000380320009c000000580000413d0000003b0100004100000000001004350000004101000039000000040010043f0000003c01000041000000d800010430000000400020043f0000001f0210018f00000001030003670000000504100272000000660000613d00000000050000190000000506500210000000000763034f000000000707043b000000800660003900000000007604350000000105500039000000000645004b0000005e0000413d000000000502004b000000750000613d0000000504400210000000000343034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002404350000003902000041000000200310008c000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000bc0000c13d000000800100043d000000000010041b0000002001000039000001000010044300000120000004430000003a01000041000000d70001042e0000000001000416000000000101004b000000bc0000c13d000000040100008a00000000011000310000003902000041000000000301004b000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000bc0000c13d000000400100043d000000440210003900000040030000410000000000320435000000240210003900000012030000390000000000320435000000410200004100000000002104350000000402100039000000200300003900000000003204350000003702000041000000370310009c0000000001028019000000400110021000000042011001c7000000d8000104300000000001000416000000000101004b000000bc0000c13d000000040100008a00000000011000310000003902000041000000200310008c000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000be0000613d0000000001000019000000d80001043000000004010000390000000101100367000000000201043b000000000300041a00000000412300a9000000000403004b000000c80000613d00000000433100d9000000000232004b000000d00000c13d000000400200043d00000000001204350000003701000041000000370320009c0000000001024019000000400110021000000043011001c7000000d70001042e0000003b0100004100000000001004350000001101000039000000040010043f0000003c01000041000000d800010430000000d600000432000000d70001042e000000d80001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff0000000000000000000000000000000000000000000000010000000000000000800000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000400000010000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000000000000000000000d3072d8200000000000000000000000000000000000000000000000000000000c6888fa10000000000000000000000000000000000000000000000000000000006fdde03546869732073686f756c6420726576657274000000000000000000000000000008c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000200000000000000000000000005365636f6e64617279000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004ea1fe6554dbdbb43038724153cb8d87eb9015df7df422ef539f7d7c715e3c99",
"deployedBytecode": "0x000200000000000200010000000103550000006001100270000000370010019d0000000101200190000000490000c13d0000008001000039000000400010043f0000000001000031000000040110008c000000bc0000413d0000000101000367000000000101043b000000e0011002700000003d0210009c000000880000613d0000003e0210009c000000ab0000613d0000003f0110009c000000bc0000c13d0000000001000416000000000101004b000000bc0000c13d000000040100008a00000000011000310000003902000041000000000301004b000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000bc0000c13d000000c001000039000000400010043f0000000901000039000000800010043f0000004401000041000000a00010043f0000002002000039000000400100043d0000000003210436000000800200043d00000000002304350000004003100039000000000402004b0000003b0000613d00000000040000190000000005340019000000a006400039000000000606043300000000006504350000002004400039000000000524004b000000340000413d000000000332001900000000000304350000005f02200039000000200300008a000000000232016f0000003703000041000000370420009c0000000002038019000000370410009c000000000103801900000040011002100000006002200210000000000112019f000000d70001042e0000000001000416000000000101004b000000bc0000c13d00000000010000310000009f02100039000000200300008a000000000232016f000000380320009c000000580000413d0000003b0100004100000000001004350000004101000039000000040010043f0000003c01000041000000d800010430000000400020043f0000001f0210018f00000001030003670000000504100272000000660000613d00000000050000190000000506500210000000000763034f000000000707043b000000800660003900000000007604350000000105500039000000000645004b0000005e0000413d000000000502004b000000750000613d0000000504400210000000000343034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002404350000003902000041000000200310008c000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000bc0000c13d000000800100043d000000000010041b0000002001000039000001000010044300000120000004430000003a01000041000000d70001042e0000000001000416000000000101004b000000bc0000c13d000000040100008a00000000011000310000003902000041000000000301004b000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000bc0000c13d000000400100043d000000440210003900000040030000410000000000320435000000240210003900000012030000390000000000320435000000410200004100000000002104350000000402100039000000200300003900000000003204350000003702000041000000370310009c0000000001028019000000400110021000000042011001c7000000d8000104300000000001000416000000000101004b000000bc0000c13d000000040100008a00000000011000310000003902000041000000200310008c000000000300001900000000030240190000003901100197000000000401004b000000000200a019000000390110009c00000000010300190000000001026019000000000101004b000000be0000613d0000000001000019000000d80001043000000004010000390000000101100367000000000201043b000000000300041a00000000412300a9000000000403004b000000c80000613d00000000433100d9000000000232004b000000d00000c13d000000400200043d00000000001204350000003701000041000000370320009c0000000001024019000000400110021000000043011001c7000000d70001042e0000003b0100004100000000001004350000001101000039000000040010043f0000003c01000041000000d800010430000000d600000432000000d70001042e000000d80001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff0000000000000000000000000000000000000000000000010000000000000000800000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000400000010000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000000000000000000000d3072d8200000000000000000000000000000000000000000000000000000000c6888fa10000000000000000000000000000000000000000000000000000000006fdde03546869732073686f756c6420726576657274000000000000000000000000000008c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000200000000000000000000000005365636f6e64617279000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004ea1fe6554dbdbb43038724153cb8d87eb9015df7df422ef539f7d7c715e3c99",
"bytecode": "0x000000000301001900000060033002700000001e033001970000000102200190000000210000c13d0000008002000039000000400020043f000000040230008c000000440000413d000000000201043b000000e002200270000000210420009c0000005f0000613d000000220420009c0000004d0000613d000000230120009c000000440000c13d0000000001000416000000000101004b000000440000c13d000000c001000039000000400010043f0000000901000039000000800010043f0000002a02000041000000a00020043f0000002003000039000000c00030043f000000e00010043f000001000020043f000001090000043f0000002b01000041000000730001042e0000000002000416000000000202004b000000440000c13d0000009f023000390000001f02200197000000400020043f0000001f0230018f0000000504300272000000330000613d00000000050000190000000506500210000000000761034f000000000707043b000000800660003900000000007604350000000105500039000000000645004b0000002b0000413d000000000502004b000000420000613d0000000504400210000000000141034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000200130008c000000460000813d00000000010000190000007400010430000000800100043d000000000010041b0000002001000039000001000010044300000120000004430000002001000041000000730001042e0000000002000416000000000202004b000000440000c13d000000040230008a000000200220008c000000440000413d0000000401100370000000000201043b000000000300041a00000000412300a9000000000403004b0000005c0000613d00000000433100d9000000000232004b0000006c0000c13d000000800010043f0000002901000041000000730001042e0000000001000416000000000101004b000000440000c13d0000002401000041000000800010043f0000002001000039000000840010043f0000001201000039000000a40010043f0000002501000041000000c40010043f00000026010000410000007400010430000000270100004100000000001004350000001101000039000000040010043f000000280100004100000074000104300000007200000432000000730001042e000000740001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000d3072d8200000000000000000000000000000000000000000000000000000000c6888fa10000000000000000000000000000000000000000000000000000000006fdde0308c379a000000000000000000000000000000000000000000000000000000000546869732073686f756c6420726576657274000000000000000000000000000000000000000000000000000000000000000000640000008000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000200000008000000000000000005365636f6e6461727900000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000c000000000000000004c4a1f6a85ee81b968a7c1d641121b69060b07ba15ace3a35262cd0dbfda088f",
"deployedBytecode": "0x000000000301001900000060033002700000001e033001970000000102200190000000210000c13d0000008002000039000000400020043f000000040230008c000000440000413d000000000201043b000000e002200270000000210420009c0000005f0000613d000000220420009c0000004d0000613d000000230120009c000000440000c13d0000000001000416000000000101004b000000440000c13d000000c001000039000000400010043f0000000901000039000000800010043f0000002a02000041000000a00020043f0000002003000039000000c00030043f000000e00010043f000001000020043f000001090000043f0000002b01000041000000730001042e0000000002000416000000000202004b000000440000c13d0000009f023000390000001f02200197000000400020043f0000001f0230018f0000000504300272000000330000613d00000000050000190000000506500210000000000761034f000000000707043b000000800660003900000000007604350000000105500039000000000645004b0000002b0000413d000000000502004b000000420000613d0000000504400210000000000141034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000200130008c000000460000813d00000000010000190000007400010430000000800100043d000000000010041b0000002001000039000001000010044300000120000004430000002001000041000000730001042e0000000002000416000000000202004b000000440000c13d000000040230008a000000200220008c000000440000413d0000000401100370000000000201043b000000000300041a00000000412300a9000000000403004b0000005c0000613d00000000433100d9000000000232004b0000006c0000c13d000000800010043f0000002901000041000000730001042e0000000001000416000000000101004b000000440000c13d0000002401000041000000800010043f0000002001000039000000840010043f0000001201000039000000a40010043f0000002501000041000000c40010043f00000026010000410000007400010430000000270100004100000000001004350000001101000039000000040010043f000000280100004100000074000104300000007200000432000000730001042e000000740001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000d3072d8200000000000000000000000000000000000000000000000000000000c6888fa10000000000000000000000000000000000000000000000000000000006fdde0308c379a000000000000000000000000000000000000000000000000000000000546869732073686f756c6420726576657274000000000000000000000000000000000000000000000000000000000000000000640000008000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000200000008000000000000000005365636f6e6461727900000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000c000000000000000004c4a1f6a85ee81b968a7c1d641121b69060b07ba15ace3a35262cd0dbfda088f",
"linkReferences": {},
"deployedLinkReferences": {},
"factoryDeps": {}
Expand Down
Loading