Skip to content
View igor53627's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report igor53627

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
igor53627/README.md

Research on Ethereum Execution Client

Project Description
ubt-rs Rust implementation of Unified Binary Trie; reference EIP-7864 data structure for efficient Ethereum state storage and migration experiments.
ubt-exex Reth execution extension for UBT; plugs a UBT-backed state engine into Reth to evaluate EIP-7864 in a real client.
reth-ubt-migration Migration tooling for UBT in Reth; utilities to convert existing Reth state to UBT and benchmark migration performance.
mdbx-rs-releases Prebuilt static and dynamic libraries for mdbx-rs; Linux x86_64 and macOS ARM64 binaries.
mdbx-rs [alpha] Pure Rust implementation of libmdbx; zero C dependencies, binary-compatible with existing libmdbx databases. Not for production use.

Private Information Retrieval (PIR)

Project Description
plinko-rs Practical Rust implementation of the PLINKO PIR protocol with data extraction from Sepolia and hint generation; built to feed real-world PIR queries from on-chain Ethereum data.
plinko-research Research and experiments on PLINKO PIR; prototypes, benchmarks, and design notes exploring latency/bandwidth trade-offs and deployment models.
inspire-rs Rust implementation of the INSPIRE PIR protocol; focuses on production-ready primitives and integration with Ethereum-style datasets.
inspire-exex Two-Lane InsPIRe PIR for private Ethereum state queries with honest-but-curious server.

Obfuscation

Project Description
tlos Topology-Lattice Obfuscation for Smart Contracts; four-layer security (topology, LWE, wire binding, puzzle) protects low-entropy secrets on-chain. Enables password-gated vaults, sealed-bid auctions, and on-chain treasure hunts.
ma-dai-shi-io Quasi-linear iO implementation (Ma-Dai-Shi 2025); Rust library, Lean 4 proofs, and on-chain seed phrase challenge demo.

Tor & Privacy Infrastructure

Project Description
tor-ethereum-ecosystem Ethereum ecosystem tools accessible over Tor; curated configs and examples for running RPCs, explorers, and infra as onion services.
webtor-rs Rust library for Tor web services; simplifies exposing HTTP APIs as onion services and managing Tor integration in Rust backends.
onion-service-monitor Monitoring tool for onion services; tracks uptime, reachability, and health of Tor endpoints used by privacy-focused infrastructure.
blockscout-onion Blockscout blockchain explorer over Tor; packages a full Blockscout stack behind an onion service for censorship-resistant chain analytics.
gethrelay Geth relay service for Tor; enables Ethereum node communication over the Tor network.

Smart Contracts & EVM

Project Description
ipfe.sol Inner Product Functional Encryption for EVM using bn256 precompiles; enables private computation over encrypted on-chain data.
fair.sol Fair.sol: Stablecoin with PoA ≈ 1.0 — fair liquidation mechanism that eliminates front-running and value extraction
liq Ultra gas-optimized ERC-3156 flash loans; minimizes gas costs for atomic arbitrage and liquidation bots.
iconregistry.eth Icon registry smart contract; on-chain mapping for asset/contract icons to improve UX for wallets, explorers, and dapps.
evm-glue Fork of EVM Glue with optimization for Fusaka; tuned for performance and experimentation with custom EVM backends.
voidgun Drop-in RPC privacy for Ethereum. Proxy architecture that turns existing multi-chain wallets into private transaction endpoints.

Private

These repos are not publicly available. Links are used by Player 53627 for easy navigation.

Project Description
circuit-mixing-research Experimental lab for understanding how far we can push pure circuit mixing (without heavy cryptography) against compression and structural attacks.
yolo Privacy-preserving yield-bearing stablecoin on Ethereum L1; explores fully collateralized stablecoin design with hidden balances and flows.
reth-relay Privacy-focused P2P relay for reth with Tor/I2P support.
ex-exex Blockscout-compatible indexer as a Reth sidecar; consumes Reth execution data to power Blockscout without a separate indexing stack.
blockscout-proxy Caddy + Nodecore + TIG stack for Blockscout; production-oriented reverse proxy, logging, and observability layer for Blockscout deployments.
fast-frontend High-performance frontend framework; optimized UI rendering for blockchain applications.

Pinned Loading

  1. TorRelay Protocol Specification v2 -... TorRelay Protocol Specification v2 - devp2p subprotocol for .onion address discovery in gethrelay (Kademlia DHT + gossip)
    1
    # torrelay/2 protocol specification
    2
    
                  
    3
    This document specifies `torrelay/2`, a lightweight devp2p subprotocol for discovering and sharing Tor hidden service (`.onion`) endpoints between gethrelay nodes. The protocol enables Tor-enabled relay nodes to find each other without requiring WebRTC, external infrastructure, or modifications to Ethereum's discovery protocols.
    4
    
                  
    5
    > **Status**: Implemented  
  2. Relay Protocol v1 - Zero-capital fla... Relay Protocol v1 - Zero-capital flashloan relayer for gethrelay (Future Epic)
    1
    # Relay Protocol Specification v1
    2
    
                  
    3
    > **Status**: Draft (Future Epic)  
    4
    > **Version**: `relay/1`  
    5
    > **Authors**: gethrelay team