Ecosyste.ms: Timeline

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

status-im/nimbus-eth2

tersec created a review on a pull request on status-im/nimbus-eth2

View on GitHub

tersec created a review comment on a pull request on status-im/nimbus-eth2
This seems identical to the Electra one, and no reason to have a copy here?

View on GitHub

tersec created a review on a pull request on status-im/nimbus-eth2

View on GitHub

tersec created a review on a pull request on status-im/nimbus-eth2

View on GitHub

tersec created a review comment on a pull request on status-im/nimbus-eth2
This can probably start by adding `| fulu.BeaconState` to the Electra `process_epoch`. It might end up needing to be distinct but that's not known yet.

View on GitHub

tersec created a review on a pull request on status-im/nimbus-eth2

View on GitHub

tersec opened a pull request on status-im/nimbus-eth2
unhide ObservableStores and hide ImplicitTemplateRedefinition warnings
`ObservableStores` warnings appear to have vanished.
tersec created a branch on status-im/nimbus-eth2

Y5t - Nim implementation of the Ethereum Beacon Chain

agnxsh pushed 2 commits to fulu status-im/nimbus-eth2
  • json-ser (#6674) bump for overlong array crash fix 40f2acc
  • init fulu bc39075

View on GitHub

agnxsh opened a draft pull request on status-im/nimbus-eth2
Init Fulu fork
agnxsh pushed 1 commit to fulu status-im/nimbus-eth2

View on GitHub

kdeme created a review comment on a pull request on status-im/nimbus-eth2
Right, I noticed the `{.async.}` still being used in the debug calls and wasn't sure if everything was ready to use `asyncraises`. But looking at the other APIs now I see it has been using `asyncra...

View on GitHub

kdeme created a review on a pull request on status-im/nimbus-eth2

View on GitHub

kdeme created a review comment on a pull request on status-im/nimbus-eth2
Yes, this is why the PR is in draft for now. I want to hopefully get it added in official specification. I was not aware about our specific `nimbus` prefixed API. I'd be happy to move it there a...

View on GitHub

kdeme created a review on a pull request on status-im/nimbus-eth2

View on GitHub

github-actions[bot] created a comment on a pull request on status-im/nimbus-eth2
## Unit Test Results        12 files  ±0    1 810 suites  ±0   56m 20s [:stopwatch:](https://github.com/EnricoMi/publish-unit-test-result-action/blob/v1.20/README.md#the-symbols "duration of all te...

View on GitHub

jangko opened a pull request on status-im/nimbus-eth2
Bump nim-web3 and nim-serialization
- No need to use derefType anymore when using useDefault***In #174 in nim-web3 - dependency: nim-serialization - Fix subscription handler #175 in nim-web3
jangko pushed 1 commit to bump-web3 status-im/nimbus-eth2
  • Bump nim-web3 and nim-serialization - No need to use derefType anymore when using useDefault***In #174 in nim-web3 ... 254d8dd

View on GitHub

jangko created a branch on status-im/nimbus-eth2

bump-web3 - Nim implementation of the Ethereum Beacon Chain

cheatfate created a review comment on a pull request on status-im/nimbus-eth2
`debug` section is part of official specification, you should not add endpoints to this section if its not yet part of official specification, we have `nimbus` section for such calls.

View on GitHub

cheatfate created a review on a pull request on status-im/nimbus-eth2

View on GitHub

cheatfate created a review comment on a pull request on status-im/nimbus-eth2
In your case it should also include `RestResponseError` which you generating manually.

View on GitHub

cheatfate created a review on a pull request on status-im/nimbus-eth2

View on GitHub

cheatfate created a review comment on a pull request on status-im/nimbus-eth2
`RestDecodingError`

View on GitHub

cheatfate created a review on a pull request on status-im/nimbus-eth2

View on GitHub

cheatfate created a review comment on a pull request on status-im/nimbus-eth2
`RestDecodingError`

View on GitHub

cheatfate created a review on a pull request on status-im/nimbus-eth2

View on GitHub

cheatfate created a review comment on a pull request on status-im/nimbus-eth2
It should be `RestDecodingError`.

View on GitHub

cheatfate created a review on a pull request on status-im/nimbus-eth2

View on GitHub

cheatfate created a review comment on a pull request on status-im/nimbus-eth2
We are not using simple `{.async.}` anymore, it should use new syntax with `asyncraises`. By default PRESTO annotates client functions which returns `RestPlainResponse` with `[CancelledError, Res...

View on GitHub

Load more