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

Here is a table of contents since pin functionality is quite basic when there are many projects; scroll categories and projects or use 搜索

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 MDBX releases for UBT; pre-built binaries and release artifacts for the Rust MDBX implementation.
reth-pse [private] Privacy and scaling oriented fork of Reth.

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 ^_^

Indistinguishability Obfuscation (iO)

Project Description
ma-dai-shi-io Honeypot for Ma-Da-Shi Quasi-linear indistinguishability obfuscation from evasive LWE (Ma-Dai-Shi 2025).
circuit-mixing-research Experimental lab for understanding how far we can push pure circuit mixing (without heavy cryptography) against compression and structural attacks.

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 Tor 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
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
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.
amp-config Global config for Amp; personal workspace, presets, and automation for AI-assisted development.
orgmode Personal knowledge base; long-term research notes, design docs, and project planning in Emacs Org-mode.
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.
mdbx-rs A pure Rust implementation of libmdbx, an extremely fast, compact, and powerful embedded transactional key-value database
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