Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RnkSngh pushed 1 commit to main open-ibc/vibc-core-smart-contracts
- Bump golang.org/x/crypto Bumps the go_modules group with 1 update in the /test/utils/goHelpers directory: [golang.or... 3b38ed0
RnkSngh closed a pull request on open-ibc/vibc-core-smart-contracts
Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /test/utils/goHelpers in the go_modules group across 1 directory
Bumps the go_modules group with 1 update in the /test/utils/goHelpers directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.29.0 to 0.31.0 <detai...RnkSngh pushed 2 commits to dependabot/go_modules/test/utils/goHelpers/go_modules-5a9c29dde4 open-ibc/vibc-core-smart-contracts
RnkSngh closed a pull request on open-ibc/vibc-core-smart-contracts
Bump @types/node from 22.5.5 to 22.10.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.10.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://...RnkSngh pushed 2 commits to dependabot/npm_and_yarn/types/node-22.10.2 open-ibc/vibc-core-smart-contracts
RnkSngh deleted a branch open-ibc/vibc-core-smart-contracts
dependabot/go_modules/go_modules-5a9c29dde4
RnkSngh pushed 1 commit to main open-ibc/vibc-core-smart-contracts
- Bump golang.org/x/crypto in the go_modules group across 1 directory Bumps the go_modules group with 1 update in the ... 549453f
RnkSngh closed a pull request on open-ibc/vibc-core-smart-contracts
Bump golang.org/x/crypto from 0.23.0 to 0.31.0 in the go_modules group across 1 directory
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.23.0 to 0.31.0 <details> <summary>Commits...RnkSngh pushed 2 commits to dependabot/go_modules/go_modules-5a9c29dde4 open-ibc/vibc-core-smart-contracts
RnkSngh pushed 1 commit to main open-ibc/vibc-core-smart-contracts
- Bump @eslint/js from 9.10.0 to 9.16.0 Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) fro... b324440
RnkSngh deleted a branch open-ibc/vibc-core-smart-contracts
dependabot/npm_and_yarn/eslint/js-9.16.0
RnkSngh closed a pull request on open-ibc/vibc-core-smart-contracts
Bump @eslint/js from 9.10.0 to 9.16.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.10.0 to 9.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/e...RnkSngh created a review comment on a pull request on polymerdao/optimism-dev
does this mean we will have to hard fork our chain?
RnkSngh created a review on a pull request on open-ibc/vibc-core-smart-contracts
Yay looks like you got bindings to pass! I bless it. let's bump "version" property in package json to 4.0.16 and then mergeee
RnkSngh created a review on a pull request on open-ibc/vibc-core-smart-contracts
LGTM, but seems like our CI is failling. (we should prob have these as git hooks but in the mean time you'll have to do the following manually) - run `forge build` to make sure contracts can c...
RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
make sure code compiles using `forge build` ```suggestion receive(uint256 amount, uint256 srcChainID, uint256 destChainID) external payable { ```
RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
hmm let's put it in the same directory as the other example contracts like mars & venus `contracts/examples/`
RnkSngh created a comment on a pull request on open-ibc/vibc-core-smart-contracts
might be nice if we had some sort of dynamic event emitting. Wondereing if we can do `emit 0x...` with arbitrary bytes or if compiler won't like that
RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
consider inheriting from [openzeppelin's Ownable](https://docs.openzeppelin.com/contracts/2.x/access-control#ownership-and-ownable) & use `onlyOwner` modifier for sending
RnkSngh created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
nit: like i don't have strong opinions on this or anything but we did kinda have a planet naming thing going on for example contracts but I can't emphasize enough. I don't have any strong opinio...
RnkSngh pushed 3 commits to raunak/fix-go-bindings open-ibc/vibc-core-smart-contracts
RnkSngh pushed 6 commits to raunak/fix-go-bindings open-ibc/vibc-core-smart-contracts
- fix key storage in peptide iaval proof 1dcd580
- increment height in peptide proof b9f269e
- add example proof api contract 33cae1d
- generate go bindings in one package per contract/library 70285c7
- default to not running fork tests 0ad85c2
- modify go bindings generation to fail if abi gen isn't found ea44446