Ecosyste.ms: Timeline

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

RnkSngh

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

raunak/account-registry-cleanup

RnkSngh pushed 3 commits to raunak/multi-solc-artifacts open-ibc/vibc-core-smart-contracts
  • move accounts registry -> single sig registry caec37a
  • seperate single sig & multisig registries 3d62a02
  • update deploy multisig bin to read from accounts spec 1ed2a4b

View on GitHub

RnkSngh closed a pull request on open-ibc/vibc-core-smart-contracts
Raunak/account registry cleanup
This PR Separates sendingAccounts into two different registries. On one hand, having the account registry return both single and multisig types is not great for contexts where we only need single s...
RnkSngh deleted a branch open-ibc/vibc-core-smart-contracts

raunak/multisig-from-spec

RnkSngh pushed 1 commit to raunak/account-registry-cleanup open-ibc/vibc-core-smart-contracts
  • update deploy multisig bin to read from accounts spec 33c2d17

View on GitHub

RnkSngh closed a pull request on open-ibc/vibc-core-smart-contracts
Raunak/multisig from spec
Instead of having to pass in all arguments (owners, threshold, signing privatekey , chainId) needed to create a multisg , this PR adds support for specifying an initialized and uninitialized multis...
RnkSngh created a comment on a pull request on open-ibc/vibc-core-smart-contracts
Ci failures are due to stacking PRs - should be passing once we have all into one

View on GitHub

RnkSngh closed a pull request on open-ibc/ibc-app-solidity-template
add mint and burn example contract
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced secure inter-chain communication with the `XTransfer` contra...
RnkSngh created a branch on open-ibc/ibc-app-solidity-template

raunak/add-mint-burn-example - Template starter for IBC enabled contracts in Solidity for use with vibc-core-smart-contracts

RnkSngh pushed 3 commits to raunak/multisig-from-spec open-ibc/vibc-core-smart-contracts
  • move accounts registry -> single sig registry c76afd4
  • seperate single sig & multisig registries 07ae42f
  • update deploy multisig bin to read from accounts spec ed64869

View on GitHub

RnkSngh pushed 2 commits to raunak/account-registry-cleanup open-ibc/vibc-core-smart-contracts
  • move accounts registry -> single sig registry c76afd4
  • seperate single sig & multisig registries 07ae42f

View on GitHub

RnkSngh pushed 2 commits to raunak/multisig-from-spec open-ibc/vibc-core-smart-contracts
  • seperate single sig & multisig registries c35cc50
  • update deploy multisig bin to read from accounts spec 332e8ba

View on GitHub

RnkSngh opened a draft pull request on open-ibc/vibc-core-smart-contracts
Raunak/multisig from spec
RnkSngh opened a draft pull request on open-ibc/vibc-core-smart-contracts
Raunak/account registry cleanup
RnkSngh created a branch on open-ibc/vibc-core-smart-contracts

raunak/multisig-from-spec

RnkSngh pushed 0 commits to raunak/multi-solc-artifacts open-ibc/vibc-core-smart-contracts

View on GitHub

RnkSngh pushed 1 commit to raunak/multi-solc-artifacts open-ibc/vibc-core-smart-contracts
  • update deploy multisig bin to read from accounts spec 84cad4e

View on GitHub

RnkSngh pushed 3 commits to raunak/multi-solc-artifacts open-ibc/vibc-core-smart-contracts
  • move accounts registry -> single sig registry 1447853
  • seperate single sig & multisig registries 40af2b4
  • minor improvements to changes c9932d5

View on GitHub

RnkSngh opened an issue on open-ibc/vibc-core-smart-contracts
Simplify config for initializing multisig through infra
we have support in our npm package for initializing a multisig + storing the info needing to use it in a subsequent PR, but this makes the infra integration harder. Ideally we should just be able ...
RnkSngh pushed 3 commits to raunak/multi-solc-artifacts open-ibc/vibc-core-smart-contracts
  • add l1 origin check + unit tests in sequencer solo client b50844c
  • update contract workflows to take in external artifacts d09cc63
  • add support for multiple solc versions (as is required to support optimism contracts deployments) 9cf0766

View on GitHub

RnkSngh pushed 10 commits to raunak/add-l1-deploy-support open-ibc/vibc-core-smart-contracts
  • Bump zx from 8.1.4 to 8.1.9 Bumps [zx](https://github.com/google/zx) from 8.1.4 to 8.1.9. - [Release notes](https://... 427480a
  • Bump tsup from 8.2.4 to 8.3.0 Bumps [tsup](https://github.com/egoist/tsup) from 8.2.4 to 8.3.0. - [Release notes](ht... 00815c9
  • Bump @safe-global/api-kit from 2.4.4 to 2.5.2 Bumps [@safe-global/api-kit](https://github.com/safe-global/safe-core-... eb74b7a
  • Bump typescript-eslint from 7.18.0 to 8.11.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescri... 822501e
  • Bump rollup in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directo... 29a75ac
  • Bump @safe-global/safe-core-sdk-types from 5.0.3 to 5.1.0 Bumps [@safe-global/safe-core-sdk-types](https://github.co... 1afd1ce
  • fix low-level connectiontolightclientmapping calculation d2c9eae
  • rename uch openChannel -> triggerChannelInit ded40ae
  • add l1 origin check + unit tests in sequencer solo client b50844c
  • update contract workflows to take in external artifacts d09cc63

View on GitHub

RnkSngh opened a draft pull request on open-ibc/vibc-core-smart-contracts
Raunak/multi solc artifacts
RnkSngh deleted a branch open-ibc/vibc-core-smart-contracts

raunak/sequencer-client-l1-origin-check

RnkSngh pushed 1 commit to main open-ibc/vibc-core-smart-contracts
  • add l1 origin check + unit tests in sequencer solo client b50844c

View on GitHub

RnkSngh closed an issue on open-ibc/vibc-core-smart-contracts
Implement l1 origin checks - contracts
Implement l1 origin checks on the sequencer solo client smart contracts
RnkSngh closed a pull request on open-ibc/vibc-core-smart-contracts
Raunak/sequencer client l1 origin check
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - The `OptimisticProofVerifier` contract has been rename...
RnkSngh created a branch on open-ibc/vibc-core-smart-contracts

raunak/multi-solc-artifacts

Load more