Coder Social home page Coder Social logo

lgtm-migrator / executionbackup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tennisbowling/executionbackup

0.0 0.0 0.0 427 KB

A Ethereum 2.0 multiplexer for execution nodes to consensus nodes, and more.

License: MIT License

Shell 0.22% C++ 34.62% Python 8.55% Rust 1.20% Makefile 0.16% CMake 54.72% Dockerfile 0.53%

executionbackup's Introduction

executionbackup-cpp

Total alerts

executionbackup is a multiplexer between consensus and execution nodes.

executionbackup lets one (and only one) consensus node to pilot multiple execution nodes.

It has been tested and are working on Phase 0, as well as on merged testnets (kiln).

Running

Pre-Built Binaries

Pre-Built Binaries are provided under the github realease.

Install Rust

First, install Rust using rustup. The rustup installer provides an easy way to update the Rust compiler, and works on all platforms. Rust is needed no matter your platform.

Linux

First, install the requirements:

sudo apt install -y build-essential cmake

Then clone the repo and build:

git clone --recursive https://github.com/tennisbowling/executionbackup.git
cd executionbackup
make

Binaries will be in the bin folder

Windows

Requirements:

Clone:

git clone --recursive https://github.com/tennisbowling/executionbackup.git
cd executionbackup/executionbackup-cpp

Then build:

cmake -S . -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

Binaries will be in the bin folder

Support

Contact me on discord at TennisBowling#7174

TODO

  • Add real tests - tests right now are made by spinning an actual EE (multiple) and CL on kiln/whatever current testnet there is. While this is extremely effective - simulating actual network conditions, it is slow.
  • connection speedups to the EE (I already know how I'm planning on doing this)

Dockerized Version

You can find a dockerized version for easy setup under dockerized folder

executionbackup's People

Contributors

tennisbowling avatar mysticryuujin avatar renovate-bot avatar carloscip avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.