Skip to content

EP-1b: The mempool search JSON RPC call to BSC node

License

Notifications You must be signed in to change notification settings

olegasivakov/ep-1b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EP-1b: The mempool search JSON RPC call to BSC node

Overview

Usecases

Context

Technical analysis

Includes EP-0 bugfixes adopted for BSC node.

How to test

How to deploy

Usage

1. Improve your node

Copy the next files to ethnode sourcecode and build geth as usual:

  • ./core/tx_list.go
  • ./core/tx_pool.go
  • ./eth/api_backend.go
  • ./internal/ethapi/api.go
  • ./internal/ethapi/backend.go
  • ./internal/web3ext/web3ext.go
  • ./les/api_backend.go
  • ./light/txpool.go

Important

Compare files! Only EP-1 and EP-0 rows are needed!

Note

See // EP-0 and // EP-1 lines in the sourcecode.

2. RPC call

Notes

Note

Based on ethnode release v1.2.11 (https://github.com/bnb-chain/bsc/releases/tag/v1.2.11) commit 7a19cd2.

Note

Main version EP-1 is available for Ethereum node: https://github.com/olegasivakov/ep-1

License

GitHub license

MIT

About

EP-1b: The mempool search JSON RPC call to BSC node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages