Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/0xsequence/bundler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/0xsequence/bundler

  • v0.0.4-0.20240430210817-3c5432c5ed8f
  • Source
  • Go
  • Socket score

Version published
Created
Source

ERC-5189 Mempool Bundler

Work in progress

This project is in the early stages of development and is not yet ready for production use.

FeatureStatus
P2P Sharing of operations✅ Implemented
Mempool limits (global and per-dependency)✅ Implemented
Endorser reputation tracking🔄 Partial
Untrusted env support (see 5189)🔄 Partial
Simulation settings❌ Not implemented
Archival generation and broadcast✅ Implemented
Metrics✅ Implemented
Debug methods fallback to Anvil✅ Implemented
Embedded sender🔄 Partial
ERC20 Token fees support🔄 Partial
Receipt Fetching❌ Not implemented

Overview

The project is a mempool transaction bundler for general purpose "operations". The project uses ERC-5189 as the reference standard for how the operations are defined and how they should be handled. The project includes a built-in sender, but it is designed to be used with a separate sender (or block builder).

Usage

  1. Create a copy of the /etc/bundler-node.conf.sample file and name it /etc/bundler-1.conf.

  2. (Optional) Generate a random 12-word mnemonic and put it in the mnemonic field in the /etc/bundler-1.conf file.

  3. Define the number of senders to run num_senders in the /etc/bundler-1.conf file.

  4. Run with make run.

Consuming the API

The API can be consumed using the client that can be found in the /proto/client directory. Note that the API is not yet stable and is subject to change.

FAQs

Package last updated on 30 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc