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(examples): remote exex #8890

Merged
merged 23 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0f3cf1a
feat(examples): remote exex
shekhirin Jun 17, 2024
ffffa66
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
shekhirin Jun 17, 2024
251249b
ok it works
shekhirin Jun 17, 2024
fbd0003
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
shekhirin Jun 17, 2024
5b6a9d8
simplify service
shekhirin Jun 17, 2024
b6aa76a
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
shekhirin Jun 17, 2024
19fed4c
do not log in exex
shekhirin Jun 17, 2024
be0adf4
exclude exex example from CI
shekhirin Jun 17, 2024
b5f410a
protobuf rabbithole
shekhirin Jun 18, 2024
c931f74
ok revert some ;
shekhirin Jun 18, 2024
163bb46
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
shekhirin Jun 18, 2024
0830f52
unlimited max decode/encode grpc message size
shekhirin Jun 18, 2024
4e1497f
use node task manager
shekhirin Jun 19, 2024
64dca46
switch to from/tryfrom impls
shekhirin Jun 19, 2024
d413607
more granular impls
shekhirin Jun 19, 2024
13b15af
remove lifetimes
shekhirin Jun 19, 2024
a9df88b
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
shekhirin Jun 19, 2024
1659563
fix ci
shekhirin Jun 19, 2024
5cae0ac
optimism feature
shekhirin Jun 19, 2024
8c444c6
install protoc in cargo hack check
shekhirin Jun 19, 2024
6b89408
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
shekhirin Jun 19, 2024
a1960d8
unarc broadcast sender
shekhirin Jun 24, 2024
d69ea93
Merge remote-tracking branch 'origin/main' into alexey/remote-exex
shekhirin Jun 24, 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
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude examples --exclude ef-tests \
--workspace --exclude examples --exclude exex-remote --exclude ef-tests \
-E "kind(test)"
- if: matrix.network == 'optimism'
name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude examples --exclude ef-tests \
--workspace --exclude examples --exclude exex-remote --exclude ef-tests \
--partition hash:${{ matrix.partition }}/2 \
-E "!kind(test)"

Expand Down
Loading
Loading