Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rpc module #1463

Draft
wants to merge 263 commits into
base: main
Choose a base branch
from
Draft

update rpc module #1463

wants to merge 263 commits into from

Conversation

kyscott18
Copy link
Collaborator

@kyscott18 kyscott18 commented Jan 24, 2025

Closes #1170, #1290, #1291

Description

  • create rpc module to replace requestQueue
  • support websocket based eth_subscribe

Remaining

// ponder.config.ts
import { createConfig } from "ponder";

export default createConfig({
  networks: {
    mainnet: {
      chainId: 1,
      rpcUrl: [...],
    }
  }  
  // ... more config
}); 

Eventually I think we should use the config defined in #1292, but fine with not doing it now

  • rebase trace level logging 4ea0ef5

Base automatically changed from v0.9 to main January 30, 2025 15:04
@kyscott18 kyscott18 changed the base branch from main to kjs/multichain February 4, 2025 04:07
Base automatically changed from kjs/multichain to main February 6, 2025 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants