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 pushed 57 commits to devnet-4-updates ethereum/execution-spec-tests
  • refactor(ethereum_clis): move generic code from `TransitionTool` to `EthereumCLI`#894 619e7d8
  • feat(fill): emphasize that no tests were executed during a fill pytest session (#887) * feat(forks): improve languag... 0900aa8
  • fix(base_types): Allow `Bytes()`, add `sha256` method 4c95173
  • feat(base_types): Allow instantiating `Address` with a label afc45c0
  • fix(base_types): Fix `FixedSizeBytes` comparison ad0814a
  • feat(specs): Add `BlockchainTestEngine` fixup: BlockchainEngine changelog fixup(docs): BlockchainTestEngine docs C... e143011
  • feat(types,plugins): Allow `nonce` in `fund_eoa` 2bffcef
  • fix(tools): Allow `Bytes` in `Initcode` 818c87f
  • Merge pull request #888 from ethereum/pre-reqs-for-devnet-4-updates feat(fw): Changes required for Devnet-4 Tests e91a712
  • fix(github): Fix `eip7692-osaka` to also fill `tests/prague` (#897) 10860cc
  • โœจ feat(all): add application-wide configuration manager (#892) Co-authored-by: rahul <[email protected]... 3c7e745
  • ๐Ÿงน chore(docs): update dev docs navigation (#898) Co-authored-by: rahul <[email protected]> e88cb3c
  • new(tests): EOF - EIP-4750: Stack validation in CALLF (#889) Signed-off-by: Danno Ferrin <[email protected]> 6fb195b
  • โœจ feat(gentest): use jinja2 templating in `gentest` (#900) Co-authored-by: rahul <[email protected]> ... 295879d
  • fix(tests): allow multiple exceptions for trailing bytes tests 91d35de
  • new(tests): EOF - EIP-5450: RJUMP* vs CALLF tests (#833) Co-authored-by: Mario Vega <[email protected]> 7758f37
  • (WIP) fix(tests): fix operand stack limit test bec7466
  • fix(docs): fix test github actions locally commands (#909) 5a31516
  • Merge pull request #907 from ipsilon/fix-eof-tests bug(tests) - CALLF rule #4 applies to return stack, not operand s... e317fd0
  • feat(exceptions,specs): class to verify exception strings (#795) * feat(exception mapper): class to verify exception... 247c312
  • and 37 more ...

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

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

jsign pushed 1 commit to witness-additions 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

jsign pushed 1 commit to witness-additions ethereum/execution-spec-tests

View on GitHub

winsvega created a review on a pull request on ethereum/execution-spec-tests
looks ok. however some comments for Mario.

View on GitHub

winsvega created a review comment on a pull request on ethereum/execution-spec-tests
@marioevz is there a possibility to catch this from evm? that execution reverted exactly because of evm error stack overflow. it's a separate kind of exception. because it is not transaction rej...

View on GitHub

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

View on GitHub

winsvega created a review comment on a pull request on ethereum/execution-spec-tests
there is Storage iterator class from Mario, check it out

View on GitHub

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

View on GitHub

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

View on GitHub

marioevz pushed 1 commit to gh-pages ethereum/execution-spec-tests
  • Deployed 0ed27a0e1d to main with MkDocs 1.6.0 and mike 1.1.2 0c4a658

View on GitHub

chfast opened a draft pull request on ethereum/execution-spec-tests
new(tests): migrate `CALLF` execution tests
## ๐Ÿ—’๏ธ Description <!-- Brief description of the changes introduced by this PR --> ## ๐Ÿ”— Related Issues <!-- Reference any related issues using the GitHub issue number (e.g., Fixes #123) --> ...
chfast pushed 1 commit to main ethereum/execution-spec-tests
  • new(tests): basic EOF execution tests (#912) - Add basic EOF execution tests migrated from ethereum/tests: EIPTes... 0ed27a0

View on GitHub

chfast closed a pull request on ethereum/execution-spec-tests
new(tests): basic EOF execution tests
## ๐Ÿ—’๏ธ Description - Basic EOF execution tests migrated from ethereum/tests: `EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json` ([filler source](https://github.com/ethereum/tests/blob/dev...
danceratopz created a review on a pull request on ethereum/execution-spec-tests
LGTM.

View on GitHub

pdobacz created a review comment on a pull request on ethereum/execution-spec-tests
you do not name the container here.

View on GitHub

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

View on GitHub

chfast created a review comment on a pull request on ethereum/execution-spec-tests
`Container.Code()` doesn't allow you to name the container.

View on GitHub

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

View on GitHub

chfast created a review comment on a pull request on ethereum/execution-spec-tests
I never remember how it was... we need EEST/EOF cheatsheet.

View on GitHub

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

View on GitHub

chfast created a review comment on a pull request on ethereum/execution-spec-tests
This diff is because there was one test for `stack_size_max` after `stack_overflow`.

View on GitHub

pdobacz created a review comment on a pull request on ethereum/execution-spec-tests
Can use `Container.Code(code)` here

View on GitHub

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

View on GitHub

pdobacz created a review comment on a pull request on ethereum/execution-spec-tests
Did so in `Revert support for unknown opcodes in evm_bytes.py`, PTAL. I'm still running the wrapping to see if metrics and all are fine

View on GitHub

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

View on GitHub

chfast opened a pull request on ethereum/execution-spec-tests
new(tests): basic EOF execution tests
## ๐Ÿ—’๏ธ Description - Basic EOF execution tests migrated from ethereum/tests: `EIPTests/StateTests/stEOF/stEIP3540/EOF1_Execution.json` - Extend execution test of legacy invoking `EXTCODE*` inst...
pdobacz created a review comment on a pull request on ethereum/execution-spec-tests
Very many (order of 20K codes). They never wrap successfully, but they fail on the `process_evm_bytes` step, where it was a bit inconvenient to handle failure. I can undo this flag and catch the `U...

View on GitHub

Load more