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

draft: ceremony site #2928

Merged
merged 37 commits into from
Sep 12, 2024

chore: fmt

5d0f85e
Select commit
Loading
Failed to load commit list.
Merged

draft: ceremony site #2928

chore: fmt
5d0f85e
Select commit
Loading
Failed to load commit list.
Garnix CI / package evm-contracts [x86_64-linux] succeeded Sep 12, 2024 in 4m 39s

Run results

Build succeeded

Details

Last 100 lines of logs:

[PASS] test_recvPacket_ok(address,bytes,uint64,uint64) (runs: 256, μ: 208946, ~: 208920)
[PASS] test_recvPacket_receiptSet(address,bytes,uint64,uint64) (runs: 256, μ: 223646, ~: 223644)
[PASS] test_recvPacket_timeoutHeight(address,bytes,uint32,uint64) (runs: 256, μ: 108542, ~: 108547)
[PASS] test_recvPacket_timeoutTimestamp(address,bytes,uint64,uint64) (runs: 256, μ: 107258, ~: 107272)
[PASS] test_sendPacket_incrementSequence(bytes,uint64,uint64) (runs: 256, μ: 144038, ~: 144036)
[PASS] test_sendPacket_invalidTimeoutHeight(bytes,uint64,uint64) (runs: 256, μ: 74951, ~: 74946)
[PASS] test_sendPacket_invalidTimeoutTimestamp(bytes,uint64,uint64) (runs: 256, μ: 82516, ~: 82479)
[PASS] test_sendPacket_newCommitment(bytes,uint64,uint64) (runs: 256, μ: 138599, ~: 138624)
[PASS] test_sendPacket_ok(bytes,uint64,uint64) (runs: 256, μ: 124813, ~: 124842)
[PASS] test_sendPacket_unauthorized(address,bytes,uint64,uint64) (runs: 256, μ: 45136, ~: 45135)
[PASS] test_timeoutPacket_alreadyTimedout(address,uint64,bytes) (runs: 256, μ: 492190, ~: 492212)
[PASS] test_timeoutPacket_height_notReached(address,uint64,bytes) (runs: 256, μ: 440181, ~: 440273)
[PASS] test_timeoutPacket_height_ok(address,uint64,bytes) (runs: 256, μ: 436327, ~: 436083)
[PASS] test_timeoutPacket_invalidProof(address,uint64,bytes) (runs: 256, μ: 434385, ~: 434421)
[PASS] test_timeoutPacket_payloadTampered(address,uint64,uint64,bytes) (runs: 256, μ: 201945, ~: 201989)
[PASS] test_timeoutPacket_timestamp_notReached(address,bytes) (runs: 256, μ: 436453, ~: 436103)
[PASS] test_timeoutPacket_timestamp_ok(address,bytes) (runs: 256, μ: 434065, ~: 433575)
[PASS] test_writeAcknowledgement_alreadyExist(uint64,bytes) (runs: 256, μ: 157240, ~: 156400)
[PASS] test_writeAcknowledgement_emptyAcknowledgement(uint64) (runs: 256, μ: 47522, ~: 47522)
[PASS] test_writeAcknowledgement_ok(uint64,bytes) (runs: 256, μ: 90651, ~: 90237)
[PASS] test_writeAcknowledgement_unauthorized(address,uint64,bytes) (runs: 256, μ: 52740, ~: 52688)
Suite result: ok. 32 passed; 0 failed; 0 skipped; finished in 2.91s (30.26s CPU time)

Ran 10 tests for tests/src/ICS23.t.sol:ICS23Test
[PASS] test_accountExist() (gas: 96105)
[PASS] test_accountExistEthAbi() (gas: 85605)
[PASS] test_accountNonExistence() (gas: 201885)
[PASS] test_accountNonExistenceEthAbi() (gas: 184262)
[PASS] test_clientStateExist() (gas: 97447)
[PASS] test_connectionExist() (gas: 96130)
[PASS] test_decode() (gas: 66458)
[PASS] test_existenceProofKeyMismatch() (gas: 52068)
[PASS] test_existenceProofRootMismatch() (gas: 98068)
[PASS] test_existenceProofValueMismatch() (gas: 53622)
Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 2.91s (79.10ms CPU time)

Ran 12 tests for tests/src/25-handler/IBCConnectionHandler.t.sol:IBCConnectionHandlerTests
[PASS] test_handshake_ack_noInit(uint64) (runs: 256, μ: 552026, ~: 552013)
[PASS] test_handshake_confirm_notTryOpen(uint64) (runs: 256, μ: 520851, ~: 520840)
[PASS] test_handshake_init_ack_invalidClientStateProof(uint64) (runs: 256, μ: 1153450, ~: 1153435)
[PASS] test_handshake_init_ack_invalidConnectionStateProof(uint64) (runs: 256, μ: 1113107, ~: 1113095)
[PASS] test_handshake_init_ack_ok(uint64) (runs: 256, μ: 1360152, ~: 1360139)
[PASS] test_handshake_init_ack_unsupportedVersion(uint64) (runs: 256, μ: 1056425, ~: 1056412)
[PASS] test_handshake_init_uniqueId() (gas: 688477)
[PASS] test_handshake_try_confirm_invalidClientStateProof(uint64) (runs: 256, μ: 1276977, ~: 1276962)
[PASS] test_handshake_try_confirm_ok(uint64) (runs: 256, μ: 1499197, ~: 1499183)
[PASS] test_handshake_try_invalidClientStateProof(uint64) (runs: 256, μ: 898608, ~: 898598)
[PASS] test_handshake_try_invalidConnectionStateProof(uint64) (runs: 256, μ: 842811, ~: 842797)
[PASS] test_handshake_try_unsupportedVersion(uint64) (runs: 256, μ: 619681, ~: 619663)
Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 2.91s (12.61s CPU time)

Ran 37 tests for tests/src/25-handler/IBCClientHandler.t.sol:IBCClientHandlerTests
[PASS] test_createClient(string,uint64,bytes32,bytes32) (runs: 256, μ: 441648, ~: 442358)
[PASS] test_createClient_chainIdExceedScalarField(string,bytes32,bytes32) (runs: 256, μ: 166249, ~: 166243)
[PASS] test_createClient_invalidType(string,uint64,bytes32,bytes32) (runs: 256, μ: 76683, ~: 76681)
[PASS] test_createClient_onlyIBC(uint64) (runs: 256, μ: 111371, ~: 111371)
[PASS] test_createClient_zeroHeight(string,bytes32,bytes32) (runs: 256, μ: 164629, ~: 164542)
[PASS] test_getClientState() (gas: 427048)
[PASS] test_getClientState_noClientState() (gas: 78035)
[PASS] test_getClientState_step(uint64,uint64) (runs: 256, μ: 655594, ~: 655583)
[PASS] test_getConsensusState() (gas: 426762)
[PASS] test_getConsensusState_noConsensus() (gas: 74862)
[PASS] test_getConsensusState_step(uint64,uint64) (runs: 256, μ: 645875, ~: 645865)
[PASS] test_getLatestHeight_noClientState() (gas: 72633)
[PASS] test_getLatestHeight_ok() (gas: 421620)
[PASS] test_getTimestampAtHeight() (gas: 626376)
[PASS] test_registerClient() (gas: 98762)
[PASS] test_registerClient_alreadyRegistered() (gas: 58186)
[PASS] test_registerClient_self() (gas: 27341)
[PASS] test_updateClient_invalidBlockRoot(uint64,uint64) (runs: 256, μ: 453415, ~: 453396)
[PASS] test_updateClient_invalidZKP(uint64,uint64) (runs: 256, μ: 455077, ~: 455063)
[PASS] test_updateClient_newCommitment(uint64,uint64) (runs: 256, μ: 599451, ~: 599438)
[PASS] test_updateClient_nextRevisionLower(uint64,uint64) (runs: 256, μ: 446621, ~: 446243)
[PASS] test_updateClient_onlyIBC(uint64,uint64) (runs: 256, μ: 459020, ~: 459005)
[PASS] test_updateClient_trustingPeriodExpired(uint64) (runs: 256, μ: 446805, ~: 446792)
[PASS] test_updateClient_validZKP(uint64,uint64) (runs: 256, μ: 619502, ~: 619491)
[PASS] test_verifyMembership_delayPeriodExpired_block(uint64) (runs: 256, μ: 442550, ~: 442550)
[PASS] test_verifyMembership_delayPeriodExpired_time(uint64) (runs: 256, μ: 442415, ~: 442415)
[PASS] test_verifyMembership_delayPeriodNotExpired_block(uint64,uint64) (runs: 256, μ: 436859, ~: 436859)
[PASS] test_verifyMembership_delayPeriodNotExpired_time(uint64,uint64) (runs: 256, μ: 436306, ~: 436306)
[PASS] test_verifyMembership_ko() (gas: 432726)
[PASS] test_verifyMembership_noConsensus() (gas: 427645)
[PASS] test_verifyMembership_ok() (gas: 436797)
[PASS] test_verifyNonMembership_delayPeriodExpired_block(uint64) (runs: 256, μ: 440818, ~: 440818)
[PASS] test_verifyNonMembership_delayPeriodExpired_time(uint64) (runs: 256, μ: 440991, ~: 440991)
[PASS] test_verifyNonMembership_delayPeriodNotExpired_block(uint64,uint64) (runs: 256, μ: 435303, ~: 435303)
[PASS] test_verifyNonMembership_delayPeriodNotExpired_time(uint64,uint64) (runs: 256, μ: 435454, ~: 435454)
[PASS] test_verifyNonMembership_ko() (gas: 431301)
[PASS] test_verifyNonMembership_ok() (gas: 435812)
Suite result: ok. 37 passed; 0 failed; 0 skipped; finished in 2.91s (8.34s CPU time)

Ran 10 test suites in 2.98s (22.64s CPU time): 172 tests passed, 0 failed, 0 skipped (172 total tests)
checkPhase completed in 1 minutes 4 seconds
@nix {"action":"setPhase","phase":"installPhase"}
installing
@nix {"action":"setPhase","phase":"fixupPhase"}
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/f070a0qx25il8x4cvmyclnn88wyakikr-evm-contracts
checking for references to /build/ in /nix/store/f070a0qx25il8x4cvmyclnn88wyakikr-evm-contracts...
patching script interpreter paths in /nix/store/f070a0qx25il8x4cvmyclnn88wyakikr-evm-contracts