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 verkle/main ethereum/execution-spec-tests
  • bug(ci): fix deploy docs tags workflow trigger. (#858) 265544e

View on GitHub

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

View on GitHub

danceratopz pushed 1 commit to pr_coverage_rebased ethereum/execution-spec-tests
  • chore(ci): pin reference of evmone used in coverage flow 87692f1

View on GitHub

marioevz pushed 1 commit to gh-pages ethereum/execution-spec-tests
  • Deployed 7758f37e3d to main with MkDocs 1.6.0 and mike 1.1.2 1b2cb99

View on GitHub

pdobacz pushed 1 commit to main ethereum/execution-spec-tests

View on GitHub

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

View on GitHub

chfast opened 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 ...
chfast created a review on a pull request on ethereum/execution-spec-tests

View on GitHub

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

View on GitHub

jsign pushed 1 commit to verkle/main ethereum/execution-spec-tests

View on GitHub

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

View on GitHub

petertdavies opened a pull request on ethereum/execution-spec-tests
fix(ethereum_clis): Wait for connections to be accepted in `start_server()` for EELS daemon
## ๐Ÿ—’๏ธ Description There appears to be a brief delay between the Unix socket file being created and connections being accepted on the socket. This may be the cause of sporadic CI failures with the ...
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

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

View on GitHub

winsvega created a comment on a pull request on ethereum/execution-spec-tests
-n auto might be breaking >> log capture. the script is not designed to check huge test amount.

View on GitHub

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

View on GitHub

winsvega opened 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...
winsvega pushed 1 commit to pr_coverage_rebased ethereum/execution-spec-tests

View on GitHub

winsvega pushed 29 commits to pr_coverage_rebased ethereum/execution-spec-tests
  • lady_beetle: fill,genindex,eels_resolver: don't treat eels resolutions as a fixture (#878) * fix(eels_resolver): don... ef3fcd4
  • feat(forks,tests): Osaka (#869) * refactor(forks): Rename `PragueEIP7692` -> `Osaka` * refactor(docs): Rename `Pr... b69e696
  • feat(docs): include all parameters in test parameter datatables (#842) * fix(docs): move datatable javascript initia... e508623
  • fix(cli): Fix hasher, skip `.meta` (#886) e6d68b0
  • feat(pytests): OmmersRoot is EmptyOmmersRoot by default instead of 0 (#890) * put EmptyOmmersRoot in env file instea... 41c7d4e
  • 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
  • coverage on every pr 9cd6c54
  • and 9 more ...

View on GitHub

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

View on GitHub

raxhvl opened a pull request on ethereum/execution-spec-tests
โ™ป๏ธ refactor(gentest): Migrate transaction test to `state_test`
## ๐Ÿ—’๏ธ Description This PR migrate the transaction `gentest` from `blockchain_test` to `state_test`. It also documents the rationale under "Writing Tests" . ## ๐Ÿ”— Related Issues Closes #864 ...
danceratopz created a review on a pull request on ethereum/execution-spec-tests
I just tried out the flow locally and it's working well with the negative path matches in the Changed Files plugin :+1: A few minor comments below: - Is there any reason why you're not filling...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
This is the main `fill` run, we should definitely use xdist here to speed up the workflow: ```suggestion uv run fill $files_fixed --until=Cancun --evm-bin evmone-t8n -n auto || true >...

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
As for comment regarding EOF above. ```suggestion ```

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
```suggestion uv run fill $files --until=Cancun --evm-bin evmone-t8n -n auto || true >> filloutput.log 2>&1 ```

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
I think we can delete this if we don't apply the coverage to Osaka? We can consider adding this back later (but hopefully after evmone has rebased eof on top of Prague. ```suggestion ```

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
```suggestion - '!tests/prague/**' - '!tests/osaka/**' ```

View on GitHub

danceratopz created a review comment on a pull request on ethereum/execution-spec-tests
Let's add osaka up front as it's in main: ```suggestion - '!tests/prague/**' # exclude changes in 'tests/prague' - '!tests/osaka/**' # excludes changes in 'tests/osaka' ```

View on GitHub

danceratopz created a review on a pull request on ethereum/execution-spec-tests
I just tried out the flow locally and it's working well with the negative path matches in the Changed Files plugin :+1: A few minor comments below: - Is there any reason why you're not filling...

View on GitHub

Load more