Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release taiko reth v1.1.0 #55

Draft
wants to merge 26 commits into
base: v1.1.0
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
47287e3
update Makefile and add taiko genesis files
mask-pp Oct 30, 2024
1592f30
sync optimism/bin
mask-pp Oct 30, 2024
672670a
Merge branch 'v1.1.0' into v1.1.0-taiko
mask-pp Oct 30, 2024
b1feb68
sync book/sources/exex
mask-pp Oct 30, 2024
9566810
Merge branch 'v1.1.0' into v1.1.0-taiko
mask-pp Oct 30, 2024
7de2cdb
disable optimism workflows
mask-pp Oct 30, 2024
569c972
change ci workflows runs-on ubuntu-latest os system
mask-pp Oct 31, 2024
645cc48
disble doc and book workflows
mask-pp Oct 31, 2024
fc3ba9d
Temporarily disable feature check workflow
mask-pp Oct 31, 2024
ee0c132
disable feature and msrv check workflow
mask-pp Oct 31, 2024
639f4be
update BlockExecutionInput struct
mask-pp Nov 1, 2024
63fd532
update BlockExecutionOutput struct
mask-pp Nov 1, 2024
3326347
add version and debug params
mask-pp Nov 1, 2024
57f87aa
add version and debug params
mask-pp Nov 1, 2024
f8bbfe3
add version and debug params
mask-pp Nov 1, 2024
4619768
add version and debug params
mask-pp Nov 1, 2024
990e222
introduce taiko/primitives and taiko/engine-primitives libs
mask-pp Nov 2, 2024
79f528f
introduce taiko/primitives and taiko/engine-primitives libs
mask-pp Nov 2, 2024
efa1ca5
add l1Origin error enums in ProviderError
mask-pp Nov 2, 2024
7d21a34
add l1Origin error enums in ProviderError
mask-pp Nov 2, 2024
137f7c6
update taiko/primitives and taiko/engine-primitives packages
mask-pp Nov 3, 2024
13aff58
use taikoxyz/revm's v45-taiko version
mask-pp Nov 5, 2024
3455496
introduce taiko/hardforks and complete chainspec
mask-pp Nov 20, 2024
48e2fe2
sync blockchain-tree
mask-pp Nov 20, 2024
a3a22b8
update chainspec cargo
mask-pp Nov 20, 2024
0dc832f
sync primitives
mask-pp Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
merge_group:
push:
branches: [main]
branches: [v1.1.0]

env:
CARGO_TERM_COLOR: always
Expand All @@ -18,8 +18,7 @@ concurrency:
name: bench
jobs:
iai:
runs-on:
group: Reth
runs-on: ubuntu-latest
# Only run benchmarks in merge groups and on main
if: github.event_name != 'pull_request'
steps:
Expand Down
135 changes: 0 additions & 135 deletions .github/workflows/book.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: deny

on:
push:
branches: [main]
branches: [v1.1.0]
paths: [Cargo.lock]
pull_request:
branches: [main]
branches: [v1.1.0]
paths: [Cargo.lock]
merge_group:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ jobs:
run: make PROFILE=maxperf docker-build-push-latest
- name: Build and push reth image
run: make PROFILE=maxperf docker-build-push
- name: Build and push op-reth image, tag as "latest"
run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push-latest
- name: Build and push op-reth image
run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push
2 changes: 1 addition & 1 deletion .github/workflows/eth-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
merge_group:
push:
branches: [ main ]
branches: [v1.1.0]

env:
CARGO_TERM_COLOR: always
Expand Down
Loading
Loading