Skip to content

Commit

Permalink
Update MEV Boost API (#192)
Browse files Browse the repository at this point in the history
* Update MEV Boost API

* Add support for bolt-boost

* Retrieve genesis_fork_version from network parameters

* Fix cargo test

* Fix Docker image build

* Update Cargo.toml

* Use blst crate for bls-service

* Update Cargo.toml

* Fix constraints serialization

* Add tests

* Fix code style
  • Loading branch information
mikhailUshakoff authored Jan 9, 2025
1 parent 6b86611 commit 18c9a0b
Show file tree
Hide file tree
Showing 21 changed files with 1,785 additions and 2,059 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM docker.io/library/rust:1.83 AS builder

# Install libclang
RUN apt-get update && apt-get install -y \
libclang-dev \
&& rm -rf /var/lib/apt/lists/*

# Set the working directory inside the container
WORKDIR /app/taiko_preconf_avs_node

COPY ../Node /app/taiko_preconf_avs_node
Expand Down
Loading

0 comments on commit 18c9a0b

Please sign in to comment.