c4c37302b1
* Introduce wrapper type for EIP-4844 transactions EIP-4844 blob sidecars are a concept that only exists in the mempool. After inclusion of a transaction into an execution block, only the versioned hash within the transaction remains. To improve type safety, replace the `Transaction.networkPayload` member with a wrapper type `PooledTransaction` that is used in contexts where blob sidecars exist. * Bump nimbus-eth2 to 87605d08a7f9cfc3b223bd32143e93a6cdf351ac * IPv6 'listen-address' in `nimbus_verified_proxy` * Bump nim-libp2p to 21cbe3a91a70811522554e89e6a791172cebfef2 * Fix beacon_lc_bridge payload conversion and conf.listenAddress type * Change nimbus_verified_proxy.asExecutionData param to SomeExecutionPayload * Rerun nph to fix asExecutionData style format * nimbus_verified_proxy listenAddress * Use PooledTransaction in nimbus-eth1 tests --------- Co-authored-by: jangko <jangko128@gmail.com> |
||
---|---|---|
.. | ||
common | ||
database | ||
docs/the_fluffy_book | ||
eth_data | ||
grafana | ||
network | ||
rpc | ||
scripts | ||
tests | ||
tools | ||
README.md | ||
conf.nim | ||
fluffy.nim | ||
fluffy.nim.cfg | ||
logging.nim | ||
network_metadata.nim | ||
nim.cfg | ||
version.nim |
README.md
Fluffy: The Nimbus Portal Network Client
Introduction
Fluffy is the Nimbus client implementation of the Portal network specifications.
You can find all the information you need to run a Fluffy node in The Fluffy Book.
The quickstart page in particular will help you to get quickly connected to the Portal network.
Development Updates
Monthly development updates are shared here.
To keep up to date with changes and development progress, follow the Nimbus blog.
License
Licensed and distributed under either of
- MIT license: LICENSE-MIT or http://opensource.org/licenses/MIT
or
- Apache License, Version 2.0, (LICENSE-APACHEv2 or http://www.apache.org/licenses/LICENSE-2.0)
at your option. These files may not be copied, modified, or distributed except according to those terms.