Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

open-ibc/vibc-core-smart-contracts

dependabot[bot] pushed 10 commits to dependabot/npm_and_yarn/safe-global/protocol-kit-5.1.1 open-ibc/vibc-core-smart-contracts
  • wip rlp encoding unit tests ea685e8
  • strip typebyte from receipt if needed 5247986
  • forge fmt f952be4
  • fix missing type d836536
  • try to fix compiler warnings 023c14d
  • uncomment tests 22d74db
  • remove compiler warnings 11db002
  • forge fmt 2026bcd
  • build contracts; bump version v4.0.21 b292b1d
  • Bump @safe-global/protocol-kit from 4.0.4 to 5.1.1 Bumps [@safe-global/protocol-kit](https://github.com/safe-global/... f520ec6

View on GitHub

dependabot[bot] pushed 10 commits to dependabot/npm_and_yarn/ethers-6.13.4 open-ibc/vibc-core-smart-contracts
  • wip rlp encoding unit tests ea685e8
  • strip typebyte from receipt if needed 5247986
  • forge fmt f952be4
  • fix missing type d836536
  • try to fix compiler warnings 023c14d
  • uncomment tests 22d74db
  • remove compiler warnings 11db002
  • forge fmt 2026bcd
  • build contracts; bump version v4.0.21 b292b1d
  • Bump ethers from 6.13.2 to 6.13.4 Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.13.2 to 6.13.4. - [R... feed276

View on GitHub

dependabot[bot] pushed 10 commits to dependabot/npm_and_yarn/globals-15.14.0 open-ibc/vibc-core-smart-contracts
  • wip rlp encoding unit tests ea685e8
  • strip typebyte from receipt if needed 5247986
  • forge fmt f952be4
  • fix missing type d836536
  • try to fix compiler warnings 023c14d
  • uncomment tests 22d74db
  • remove compiler warnings 11db002
  • forge fmt 2026bcd
  • build contracts; bump version v4.0.21 b292b1d
  • Bump globals from 15.9.0 to 15.14.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.9.0 to 15.14.0.... 4150c08

View on GitHub

dependabot[bot] pushed 10 commits to dependabot/npm_and_yarn/chai-5.1.2 open-ibc/vibc-core-smart-contracts
  • wip rlp encoding unit tests ea685e8
  • strip typebyte from receipt if needed 5247986
  • forge fmt f952be4
  • fix missing type d836536
  • try to fix compiler warnings 023c14d
  • uncomment tests 22d74db
  • remove compiler warnings 11db002
  • forge fmt 2026bcd
  • build contracts; bump version v4.0.21 b292b1d
  • Bump chai from 5.1.1 to 5.1.2 Bumps [chai](https://github.com/chaijs/chai) from 5.1.1 to 5.1.2. - [Release notes](ht... 416bf14

View on GitHub

dependabot[bot] pushed 10 commits to dependabot/npm_and_yarn/zod-3.24.1 open-ibc/vibc-core-smart-contracts
  • wip rlp encoding unit tests ea685e8
  • strip typebyte from receipt if needed 5247986
  • forge fmt f952be4
  • fix missing type d836536
  • try to fix compiler warnings 023c14d
  • uncomment tests 22d74db
  • remove compiler warnings 11db002
  • forge fmt 2026bcd
  • build contracts; bump version v4.0.21 b292b1d
  • Bump zod from 3.23.8 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.1. - [Release note... e85996c

View on GitHub

dshiell deleted a branch open-ibc/vibc-core-smart-contracts

ds/validate_event_test

dshiell pushed 9 commits to main open-ibc/vibc-core-smart-contracts

View on GitHub

dshiell closed a pull request on open-ibc/vibc-core-smart-contracts
Ds/validate event test
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced receipt parsing logic for improved accuracy in handling RLP-enc...
dshiell pushed 1 commit to ds/validate_event_test open-ibc/vibc-core-smart-contracts
  • build contracts; bump version v4.0.21 0e66fa1

View on GitHub

dshiell pushed 2 commits to ds/validate_event_test open-ibc/vibc-core-smart-contracts

View on GitHub

coderabbitai[bot] created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
_:hammer_and_wrench: Refactor suggestion_ **Improve test robustness and readability.** Current implementation has several issues: 1. Using `.call()` bypasses compile-time type checking 2. Multipl...

View on GitHub

coderabbitai[bot] created a review on a pull request on open-ibc/vibc-core-smart-contracts
**Actionable comments posted: 1** <details> <summary>🧹 Nitpick comments (3)</summary><blockquote> <details> <summary>test/proofApi/CrossL2EventProposer.t.sol (3)</summary><blockquote> `94-102`: ...

View on GitHub

coderabbitai[bot] created a review on a pull request on open-ibc/vibc-core-smart-contracts
**Actionable comments posted: 1** <details> <summary>🧹 Nitpick comments (3)</summary><blockquote> <details> <summary>test/proofApi/CrossL2EventProposer.t.sol (3)</summary><blockquote> `94-102`: ...

View on GitHub

dshiell pushed 1 commit to ds/validate_event_test open-ibc/vibc-core-smart-contracts

View on GitHub

dshiell created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
this fails compilation

View on GitHub

dshiell created a review on a pull request on open-ibc/vibc-core-smart-contracts

View on GitHub

dshiell created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
i believe its the first byte after the result of mload which needs to skip the first 32 bytes (length) of the receiptRLP which is an RLPItem (i think) in the form {length, ptr}

View on GitHub

dshiell created a review on a pull request on open-ibc/vibc-core-smart-contracts

View on GitHub

RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
```suggestion byte typeByte; ```

View on GitHub

RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
or maybe i'd try `typeByte := mload(add(receiptRLP, 1))`?

View on GitHub

RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
```suggestion receipt = RLPReader.readList(Bytes.slice(receiptRLP, 1, receiptRLP.length - 1)); } else{ receipt = RLPReader.readList(receiptRLP)...

View on GitHub

RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
```suggestion typeByte := byte(0, mload(add(receiptRLP, 1))) ``` if byte is u8 can we get away with only loading 1 byte?

View on GitHub

RnkSngh created a review on a pull request on open-ibc/vibc-core-smart-contracts
LGTM aside from minor nits, more so questions

View on GitHub

RnkSngh created a review on a pull request on open-ibc/vibc-core-smart-contracts
LGTM aside from minor nits, more so questions

View on GitHub

dshiell pushed 1 commit to ds/validate_event_test open-ibc/vibc-core-smart-contracts

View on GitHub

coderabbitai[bot] created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
_:hammer_and_wrench: Refactor suggestion_ **CrossL2Prover instantiation and validation calls.** • Using '.call()' for “updateD” and “updateD1” can weaken type checks and error reporting. If poss...

View on GitHub

coderabbitai[bot] created a review on a pull request on open-ibc/vibc-core-smart-contracts
**Actionable comments posted: 1** <details> <summary>🧹 Nitpick comments (7)</summary><blockquote> <details> <summary>test/proofApi/CrossL2EventProposer.t.sol (6)</summary><blockquote> `9-9`: **R...

View on GitHub

coderabbitai[bot] created a review on a pull request on open-ibc/vibc-core-smart-contracts
**Actionable comments posted: 1** <details> <summary>🧹 Nitpick comments (7)</summary><blockquote> <details> <summary>test/proofApi/CrossL2EventProposer.t.sol (6)</summary><blockquote> `9-9`: **R...

View on GitHub

dshiell pushed 1 commit to ds/validate_event_test open-ibc/vibc-core-smart-contracts

View on GitHub

coderabbitai[bot] created a comment on a pull request on open-ibc/vibc-core-smart-contracts
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

Load more