Skip to content
Merged
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
1 change: 1 addition & 0 deletions contracts/integrity-verifier/verifier-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@consensys/eslint-config": "workspace:*",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"ts-jest": "catalog:",
"tsup": "catalog:"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@consensys/eslint-config": "workspace:*",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"ts-jest": "catalog:",
"tsup": "catalog:",
"ethers": "catalog:"
Expand Down
1 change: 1 addition & 0 deletions contracts/integrity-verifier/verifier-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@consensys/eslint-config": "workspace:*",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"ts-jest": "catalog:",
"tsup": "catalog:",
"viem": "catalog:"
Expand Down
3 changes: 2 additions & 1 deletion contracts/test/hardhat/bridging/token/TokenBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,13 @@ describe("TokenBridge", function () {
it("Should successfully set new message service address", async function () {
const { owner, l1TokenBridge } = await loadFixture(deployContractsFixture);
const newMessageServiceAddress = ethers.Wallet.createRandom().address;
const oldMessageServiceAddress = await l1TokenBridge.messageService();

await expectEvent(
l1TokenBridge,
l1TokenBridge.connect(owner).setMessageService(newMessageServiceAddress),
"MessageServiceUpdated",
[newMessageServiceAddress, await l1TokenBridge.messageService(), owner.address],
[newMessageServiceAddress, oldMessageServiceAddress, owner.address],
);

expect(await l1TokenBridge.messageService()).to.equal(newMessageServiceAddress);
Expand Down
1 change: 1 addition & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"child_process": "1.0.2",
"dotenv": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"ts-jest": "catalog:",
"tsx": "catalog:",
"viem": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@jest/globals": "catalog:",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"jest-mock-extended": "catalog:",
"ts-jest": "catalog:",
"tsx": "catalog:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@types/html-to-text": "9.0.4",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"jest-mock-extended": "catalog:",
"rimraf": "6.1.3",
"ts-jest": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions operations/operations-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@types/jest": "catalog:",
"@types/node-forge": "1.3.14",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"jest-mock-extended": "catalog:",
"shx": "0.4.0",
"ts-jest": "29.4.9"
Expand Down
929 changes: 496 additions & 433 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages:
- '!contracts/lib/**'

catalog:
'@jest/globals': 30.3.0
'@jest/globals': 30.4.1
'@typechain/ethers-v6': 0.5.1
'@types/jest': 30.0.0
'@types/yargs': 17.0.35
Expand All @@ -17,7 +17,8 @@ catalog:
eslint: 9.39.4
ethers: 6.16.0
express: 5.2.1
jest: 30.3.0
jest: 30.4.2
jest-environment-node: 30.4.1
jest-mock-extended: 4.0.1
neverthrow: 8.2.0
prettier: 3.8.1
Expand Down Expand Up @@ -78,6 +79,7 @@ overrides:
cookie@<0.7.0: ">=0.7.0"
effect@<3.20.0: ">=3.20.0"
elliptic@<6.5.6: ">=6.5.6"
expect@>=30.0.0 <30.4.1: '30.4.1'
elliptic@<6.6.0: ">=6.6.0"
elliptic@<=6.6.0: ">=6.6.1"
elliptic@>=2.0.0 <=6.5.6: ">=6.5.7"
Expand Down
1 change: 1 addition & 0 deletions postman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@types/jest": "catalog:",
"@types/yargs": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"jest-mock-extended": "catalog:",
"ts-jest": "catalog:",
"yargs": "catalog:"
Expand Down
1 change: 1 addition & 0 deletions ts-libs/linea-native-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/unzipper": "0.10.11",
"dotenv": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"jest-it-up": "4.0.1",
"ts-jest": "catalog:",
"tsup": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions ts-libs/linea-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@types/jest": "catalog:",
"@types/node-forge": "1.3.14",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"jest-mock-extended": "catalog:",
"ts-jest": "catalog:",
"tsup": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions ts-libs/sdk/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@consensys/eslint-config": "workspace:*",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"ts-jest": "catalog:",
"tsup": "catalog:",
"viem": "catalog:"
Expand Down
1 change: 1 addition & 0 deletions ts-libs/sdk/sdk-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@typechain/ethers-v6": "catalog:",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"jest-mock-extended": "catalog:",
"ts-jest": "catalog:",
"typechain": "catalog:"
Expand Down
1 change: 1 addition & 0 deletions ts-libs/sdk/sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@consensys/eslint-config": "workspace:*",
"@types/jest": "catalog:",
"jest": "catalog:",
"jest-environment-node": "catalog:",
"ts-jest": "catalog:",
"tsup": "catalog:",
"viem": "catalog:"
Expand Down
Loading