Ecosyste.ms: Timeline

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

ethereum/execution-spec-tests

danceratopz pushed 1 commit to gh-pages ethereum/execution-spec-tests
  • Copied v3.0.0 to latest with mike 1.1.2 800974d

View on GitHub

raxhvl created a review comment on a pull request on ethereum/execution-spec-tests
I named it "stringify" to decouple it from `repr`, allowing for flexibility in adopting different formats in the future. This way, if we choose to implement a more complex output method, the filter...

View on GitHub

raxhvl created a review on a pull request on ethereum/execution-spec-tests

View on GitHub

raxhvl created a review comment on a pull request on ethereum/execution-spec-tests
[replied below](https://github.com/ethereum/execution-spec-tests/pull/901#discussion_r1811822240)

View on GitHub

raxhvl created a review on a pull request on ethereum/execution-spec-tests

View on GitHub

raxhvl created a review comment on a pull request on ethereum/execution-spec-tests
I think that would be great feature. I have created #908. Could you add it to #866.

View on GitHub

raxhvl created a review on a pull request on ethereum/execution-spec-tests

View on GitHub

raxhvl opened an issue on ethereum/execution-spec-tests
✨(gentest): Add support for `chain_id`
Would be nice to extend the interface to allow specification of other chains (especially testnets - we could test with sepolia, for example).
raxhvl created a review comment on a pull request on ethereum/execution-spec-tests
I have couple of ideas there. I will document it in the PR for #865.

View on GitHub

raxhvl created a review on a pull request on ethereum/execution-spec-tests

View on GitHub

github-actions[bot] published a release on ethereum/execution-spec-tests
[email protected]
**Full Changelog**: https://github.com/ethereum/execution-spec-tests/compare/[email protected]@v0.0.6
shemnon opened a pull request on ethereum/execution-spec-tests
bug(tests) - CALLF rule #4 applies to return stack, not operand stack
## 🗒️ Description Correct an erroneous test where a rule was applied to the operand stack that was meant for the return stack ## 🔗 Related Issues <!-- Reference any related issues using the Gi...
marioevz pushed 1 commit to gh-pages ethereum/execution-spec-tests

View on GitHub

jsign created a tag on ethereum/execution-spec-tests

[email protected] - A Python framework and collection of test cases to generate test vectors for Ethereum execution clients

winsvega pushed 1 commit to pr_coverage_rebased ethereum/execution-spec-tests
  • fix evmone long build fix uv run fill on empty file set b20eb69

View on GitHub

winsvega pushed 1 commit to pr_coverage_rebased ethereum/execution-spec-tests

View on GitHub

winsvega pushed 1 commit to pr_coverage_rebased ethereum/execution-spec-tests

View on GitHub

danceratopz created a review on a pull request on ethereum/execution-spec-tests
Great suggestion - very astute! You're right, `gentest` as-is should absolutely be (natively) a `state_test` and not a `blockchain_test`. Thanks for this and the doc improvements! Small comment,...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
Could you remove the auto-formatting on the markdown? Thanks!

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
We might need to rename this - we'll likely add the transaction test format from ethereum/tests soonish, here's a [link to the ethereum/tests docs](https://ethereum-tests.readthedocs.io/en/latest/t...

View on GitHub

danceratopz created a review on a pull request on ethereum/execution-spec-tests
Great suggestion - very astute! You're right, `gentest` as-is should absolutely be (natively) a `state_test` and not a `blockchain_test`. Thanks for this and the doc improvements! Small comment,...

View on GitHub

danceratopz created a review on a pull request on ethereum/execution-spec-tests
Great suggestion - very astute! You're right, `gentest` as-is should absolutely be (natively) a `state_test` and not a `blockchain_test`. Thanks for this and the doc improvements! Small comment,...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
Would be nice to extend the interface to allow specification of other chains (especially testnets - we could test with sepolia, for example): ```suggestion @click.argument("transaction_hash") @c...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
I'm wondering how you'd like to design the interface once you implement different types of `blockchain_test`, for example, from multiple txs. Would you infer the type from the arguments (allow a li...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
Would be great to get the network source (or chainid?) here. Just a thought - doesn't need to be done in the scope of this PR. ```suggestion Gentest autogenerated test from `tx.hash`: ``` And...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
I wondered whether we should call the filter `repr` to be explicit about it's implementation, but I don't have a strong opinion. ```suggestion template_env.filters["repr"] = lambda input: repr(in...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
Great idea.

View on GitHub

danceratopz created a comment on an issue on ethereum/execution-spec-tests
jfyi @spencer-tb!

View on GitHub

danceratopz created a comment on an issue on ethereum/execution-spec-tests
Done. - Manually set the docs `latest` alias to `v3.0.0`: ```bash uv run mike alias --rebase --push -u v3.0.0 latest ``` - Cherry-picked the fix https://github.com/ethereum/execu...

View on GitHub

danceratopz closed an issue on ethereum/execution-spec-tests
Documentation link should go to the stable release
Documentation link: https://ethereum.github.io/execution-spec-tests/ goes to the recent pre-release. This is quite confusing and it's not easy to switch to stable because there is a lot of options ...
Load more