Ecosyste.ms: Timeline

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

ethereum/execution-spec-tests

marioevz closed a pull request on ethereum/execution-spec-tests
feat(exceptions,specs): class to verify exception strings
## 🗒️ Description Extent exception mapper with base class so that any t8n can define exception string maps for any exception types I put transaction exception validation into exception mapper f...
marioevz created a review on a pull request on ethereum/execution-spec-tests
LGTM, thanks!

View on GitHub

marioevz created a comment on a pull request on ethereum/execution-spec-tests
Fixed tox. It turns out there was an invalid transaction in the framework tests.

View on GitHub

marioevz pushed 1 commit to exception_mapper ethereum/execution-spec-tests

View on GitHub

pdobacz opened a pull request on ethereum/execution-spec-tests
new(tests): Explicit test for EXTDELEGATECALL value cost
## 🗒️ Description There has been divergence in EXTDELEGATECALL implementations, whereby effectively non-zero value call (non-zero value coming from an outer EXTCALL!) was charging an additional ...
marioevz pushed 1 commit to gh-pages ethereum/execution-spec-tests
  • Deployed e317fd03a0 to main with MkDocs 1.6.0 and mike 1.1.2 ab8f221

View on GitHub

shemnon pushed 3 commits to main ethereum/execution-spec-tests
  • fix(tests): allow multiple exceptions for trailing bytes tests 91d35de
  • (WIP) fix(tests): fix operand stack limit test bec7466
  • Merge pull request #907 from ipsilon/fix-eof-tests bug(tests) - CALLF rule #4 applies to return stack, not operand s... e317fd0

View on GitHub

shemnon closed 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...
danceratopz created a comment on a pull request on ethereum/execution-spec-tests
> I get your point. The `to_json` method respects Pydantic attributes (like alias) and filters out `None` values, while your overrides of `__str__` produce nicely formatted JSON. > > However, `t...

View on GitHub

spencer-tb opened a pull request on ethereum/execution-spec-tests
feat(verkle): add parent root to witness
## 🗒️ Description Add the `parent_root` to the witness in the verkle fixtures. Fixes a bug in the `verkle_proof` where the `depthExtensionPresent` field was creating non-zero padded values in som...
spencer-tb created a branch on ethereum/execution-spec-tests

witness-additions - A Python framework and collection of test cases to generate test vectors for Ethereum execution clients

danceratopz pushed 1 commit to devnet-4-updates ethereum/execution-spec-tests
  • chore(hive): update hive client config file in test summary b7dd3cb

View on GitHub

pdobacz created a review on a pull request on ethereum/execution-spec-tests
I authored the commits, but I suppose @shemnon's opening the PR serves as review/approval for those commits, hence approving :). Don't worry about the "WIP" in the commit description. I wasn't s...

View on GitHub

marioevz pushed 1 commit to gh-pages ethereum/execution-spec-tests
  • Deployed 5a31516932 to main with MkDocs 1.6.0 and mike 1.1.2 560e8a7

View on GitHub

danceratopz deleted a branch ethereum/execution-spec-tests

docs/fix/running-actions-locally

danceratopz pushed 1 commit to main ethereum/execution-spec-tests
  • fix(docs): fix test github actions locally commands (#909) 5a31516

View on GitHub

danceratopz closed an issue on ethereum/execution-spec-tests
running github actions locally docs
so here https://ethereum.github.io/execution-spec-tests/main/dev/test_actions_locally/ first is step 3 then step 2 and pre requirement is docker must be set up then `gh act --list` instea...
danceratopz closed a pull request on ethereum/execution-spec-tests
fix(docs): fix/add test github actions locally page
## 🗒️ Description @winsvega tested the docs. This PR deals with the feedback from #904. ## 🔗 Related Issues Resolves #904 ## ✅ Checklist - [x] All: Set appropriate labels for the changes. ...
winsvega created a review on a pull request on ethereum/execution-spec-tests

View on GitHub

danceratopz created a comment on a pull request on ethereum/execution-spec-tests
> I think the output format of the generated test could be made more human readable. Which is why the PR is still in draft. > > ![image](https://private-user-images.githubusercontent.com/1016894...

View on GitHub

holiman created a comment on an issue on ethereum/execution-spec-tests
> if a state test mode uses blockhash opcode it should be a blockchain test as we agreed to remove fake hash caluclations from t8n I object to this. Removing an opcode from statetests means that...

View on GitHub

raxhvl created a comment on a pull request on ethereum/execution-spec-tests
I think the output format of the generated test could be made better. Which is why the draft is still in PR. ![image](https://github.com/user-attachments/assets/51c5029c-7473-4907-aa4d-e0505ae7e...

View on GitHub

danceratopz opened a pull request on ethereum/execution-spec-tests
fix(docs): fix/add test github actions locally page
## 🗒️ Description @winsvega tested the docs. This PR deals with the feedback from #904. ## 🔗 Related Issues #904 ## ✅ Checklist - [ ] All: Set appropriate labels for the changes. - [ ] Al...
raxhvl created a comment on an issue on ethereum/execution-spec-tests
I completely agree with you. Let's spec out an awesome interface.

View on GitHub

danceratopz created a comment on an issue on ethereum/execution-spec-tests
It's worth taking a look at foundry's [`cast` CLI](https://book.getfoundry.sh/reference/cast/cast), at least for inspiration regarding cli design. I would love to be able to use it within EEST, ...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
Ok! :+1:

View on GitHub

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

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
Done :slightly_smiling_face:

View on GitHub

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

View on GitHub

danceratopz created a comment on an issue on ethereum/execution-spec-tests
Got clobbered by a verkle pre-release again in the meantime. Verkle got released on the commit before the fix :sweat_smile: Fixed again.

View on GitHub

Load more