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
5 changes: 5 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const config: Config = {
},
// Coverage is not collected for these.
coveragePathIgnorePatterns: ['lib/errors', 'lib/main.ts'],
globals: {
'ts-jest': {
tsConfig: { ignoreDeprecations: '6.0' },
},
},
};

export default config;
5 changes: 0 additions & 5 deletions lib/contracts/abis/mainnet/PufferProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,11 +518,6 @@ export const PufferProtocol = <const>[
type: 'bytes',
internalType: 'bytes',
},
{
name: 'raveEvidence',
type: 'bytes',
internalType: 'bytes',
},
],
},
{
Expand Down
1 change: 0 additions & 1 deletion lib/contracts/handlers/puffer-protocol-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export type ValidatorKeyData = {
depositDataRoot: `0x${string}`;
blsEncryptedPrivKeyShares: `0x${string}`[];
blsPubKeySet: `0x${string}`;
raveEvidence: `0x${string}`;
};

export type StoppedValidatorInfo = {
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,26 @@
"docs:deploy": "pnpm --filter docs run deploy"
},
"dependencies": {
"viem": "^2.45.0"
"viem": "^2.47.10"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.1.0",
"eslint": "^9.39.2",
"@types/node": "^25.5.2",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.5.5",
"eth-testing": "^1.14.0",
"glob": "^13.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"glob": "^13.0.6",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"prettier": "^3.8.1",
"release-it": "^19.2.4",
"ts-jest": "^29.4.6",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"typescript": "6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.4",
"vite-plugin-dts": "^4.5.3"
}
}
Loading
Loading