This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
datahaven
Watch
1
Star
0
Fork
You've already forked datahaven
0
mirror of
https://github.com/datahaven-xyz/datahaven
synced
2026-05-24 09:50:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fix/operator-dockerfile
datahaven
/
operator
/
runtime
/
README.md
4 lines
36 B
Markdown
Raw
Permalink
Normal View
History
Unescape
Escape
build: 🏗️ DataHaven operator setup (#6) Adds the `Substrate` node and runtime, as well as configuration and test files, from https://github.com/Moonsong-Labs/flamingo to the `operator` folder in DataHaven
2025-03-17 16:57:14 +00:00
## Release
feat(operator): ✨ Add Ethereum RPCs (#55) This PR adds Ethereum RPC API support to the node, enabling the interaction with the node using standard Ethereum tools. 1. Integration of Frontier's Ethereum RPC modules (eth, net, web3, txpool) 2. Added RPC configurations necessary for Ethereum compatibility 3. Implemented a BABE consensus data provider for handling pending blocks 4. Added required dependencies and configurations in the node's service 5. Created necessary filter pools, block data caches, and notification systems 6. Configured the RPC system to handle Ethereum API calls 7. Changed the transaction pool implementation to be compatible with the fork-aware transaction pool (https://github.com/paritytech/polkadot-sdk/pull/4639) EDIT: The new `transaction_pool` in `polkadot-stable2412` that comes with a `fork-aware` feature, allowing different views of the transaction pool, is not compatible with the current state in Frontier. In Frontier the only supported pool is the `BasicPool`, that maintains a similar behaviour to the one in `polkadot-stable2409`. I used this pool directly. --------- Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com> Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
2025-04-30 17:01:21 +00:00
Polkadot SDK stable2412
Reference in a new issue
Copy permalink