Deterministic deployment of contracts using Create2 #370
build-test.yml
on: pull_request
Test unit
1m 26s
No .only
8s
Test hardhat
1m 28s
Test storage layout, signatures and look for unused errors
3m 27s
Test e2e
7m 6s
Test e2e on custom fee token chain
7m 5s
Test e2e on 6-decimals custom fee token chain
7m 13s
Annotations
6 errors
Test e2e on custom fee token chain
Process completed with exit code 1.
|
Test e2e on custom fee token chain:
hardhat.config.ts#L285
Type '{ 'contracts/tokenbridge/test/InterfaceCompatibilityTester.sol': { version: string; }; 'contracts/tokenbridge/test/UpgradeExecutorForVerification.sol': { version: string; settings: { ...; }; }; }' is not assignable to type '{ 'contracts/tokenbridge/test/UpgradeExecutorForVerification.sol': { version: string; settings: { optimizer: { enabled: boolean; runs: number; }; }; }; }'.
|
Test e2e
Process completed with exit code 1.
|
Test e2e:
hardhat.config.ts#L285
Type '{ 'contracts/tokenbridge/test/InterfaceCompatibilityTester.sol': { version: string; }; 'contracts/tokenbridge/test/UpgradeExecutorForVerification.sol': { version: string; settings: { ...; }; }; }' is not assignable to type '{ 'contracts/tokenbridge/test/UpgradeExecutorForVerification.sol': { version: string; settings: { optimizer: { enabled: boolean; runs: number; }; }; }; }'.
|
Test e2e on 6-decimals custom fee token chain
Process completed with exit code 1.
|
Test e2e on 6-decimals custom fee token chain:
hardhat.config.ts#L285
Type '{ 'contracts/tokenbridge/test/InterfaceCompatibilityTester.sol': { version: string; }; 'contracts/tokenbridge/test/UpgradeExecutorForVerification.sol': { version: string; settings: { ...; }; }; }' is not assignable to type '{ 'contracts/tokenbridge/test/UpgradeExecutorForVerification.sol': { version: string; settings: { optimizer: { enabled: boolean; runs: number; }; }; }; }'.
|