Ecosyste.ms: Timeline

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

0xPolygon/cdk

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion # Integrating Non-EVM systems ```

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion ## Components for integration ### Smart contracts ```

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion - [Global exit root](https://github.com/0xPolygonHermez/zkevm-contracts/blob/feature/sovereign-bridge/contracts/v2/sovereignChains/GlobalExitRootManagerL2SovereignChain.sol) ```

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion This component imports global exit roots into the smart contract(s). It should be implemented as a `Go` package, using the [EVM example](../aggoracle/chaingersender/evm.go) as a refe...

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion To process events from non-EVM systems, you'll need a `downloader` and `driver`. The current setup needs some tweaks to support custom implementations. In short, you need to work wit...

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion ### Claim sponsor ```

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
do you mean "incoming transactions" ? rather than "incoming bridges"

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion This component tracks which global exit roots have been imported. It helps the bridge service know when incoming bridges are ready to be claimed. The work needed to be done is simila...

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion ### Last GER sync ```

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion ## Additional considerations ```

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion - Bridging assets/messages to another network is specific to the integrated system. You'll need to create mechanisms to interact with the *bridge smart contract* of your service for ...

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion - We’re moving towards an *in-CDK* bridge service (spec [here](https://hackmd.io/0vA-XU2BRHmH3Ab0j4ouZw)), replacing the current separate service ([here](https://github.com/0xPolygon...

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion - Outgoing bridges should work with current tools and UIs, but incoming bridges may not. When using the claim sponsor, things should just work. However, the claim sponsor is optional...

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion Once all components are implemented, the network should be connected to the LxLy bridge. However, keep in mind: ```

View on GitHub

kmurphypolygon created a review on a pull request on 0xPolygon/cdk

View on GitHub

kmurphypolygon created a review comment on a pull request on 0xPolygon/cdk
```suggestion This component performs claims on behalf of users, which is crucial for systems with "gas" fees (transaction costs). Without it, gas-based systems could face a chicken/egg situation:...

View on GitHub

Load more