Ecosyste.ms: Timeline

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

dshiell

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

View on GitHub

dshiell created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
I believe this is because you can only prove things had already happened and are in the app state which isn't true until you've completed the block and are at the next height. i.e A proof at height...

View on GitHub

dshiell created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
Side note, having the proof be plain bytes here is nice if we ever used a zkp version of the CrossL2EventProver contract in the future.

View on GitHub

dshiell created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
nit: should we call it "eventHeight" ?

View on GitHub

dshiell created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
please add a note that we should be verifying peptideClientId matches the contract clientid

View on GitHub

dshiell created a review comment on a pull request on open-ibc/vibc-core-smart-contracts
Should these be "memory" if often call from another contract? Same would apply to validateEvent below.

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
verifier contract needs to check client id.

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
SequencerLightClient and ReOrgResistantSequencerLightClient

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
When is this called?

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
this might be `polyibc/client/<clientid>/trustedReceiptRoot/height` ?

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
Can we/should we combine these and use a bool at deploy time to configure L1 checks?

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 on a pull request on polymerdao/ibc-explorer
let see how it looks on devnet

View on GitHub

dshiell created a review on a pull request on polymerdao/polymer-registry
lgtm

View on GitHub

dshiell starred openresty/lua-resty-redis
dshiell created a review on a pull request on polymerdao/ibc-explorer
lgtm

View on GitHub

dshiell pushed 1 commit to ds/add_separate_decrease_alpha polymerdao/signer-service

View on GitHub

dshiell opened a pull request on polymerdao/signer-service
split alpha for increasing and decreasing limits
Introduces a different alpha for EMA gas/blob price limit updates depending on whether the limit is increasing or decreasing. Usually when we increase the price limits the batcher retires for lo...
dshiell created a branch on polymerdao/signer-service

ds/add_separate_decrease_alpha

dshiell created a tag on polymerdao/optimism-dev

v1.9.3-polymer-event-logger - Optimism is Ethereum, scaled.

dshiell pushed 1 commit to v1.9.3-polymer-dev polymerdao/optimism-dev
  • add event logger to event system init 6883304

View on GitHub

dshiell published a release on polymerdao/signer-service
v0.0.28
## What's Changed * add frequency check for ema update; cleanup/refactor limit checking by @dshiell in https://github.com/polymerdao/signer-service/pull/10 **Full Changelog**: https://github....
dshiell created a tag on polymerdao/signer-service

v0.0.28

dshiell pushed 2 commits to main polymerdao/signer-service
  • add frequency check for ema update; cleanup/refactor limit checking 3f4004f
  • fix doUpdate condition 4640587

View on GitHub

dshiell closed a pull request on polymerdao/signer-service
add frequency check for ema update; cleanup/refactor limit checking
- add EMA_UPDATE_DELTA_SECS to control how frequently we update gas/blob price limits - refactor code to compute elapsed time since last update and update both gas and blob prices - fix bug alway...
Load more