-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Use libp2p rather than devp2p for network subsystem #187
Comments
I have a branch with a working prototype here: https://github.com/tomaka/polkadot/tree/libp2p However this prototype uses my WIP code for integrating libp2p in Parity. I have various issues with that because it collides with devp2p. If PoC-2 is to come soon, I would just move the code to polkadot and concentrate on it instead. |
@tomaka please go ahead and move the code :) |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 250.0 DAI (250.0 USD @ $1.0/DAI) attached to it.
|
@vs77bb I'm employed by Parity, so bounty or not I'm doing this anyway 🙃 |
Is this being worked on or does it still need to be done? What were the explicit requirements? |
Issue Status: 1. Open 2. Cancelled The funding of 250.0 DAI (250.0 USD @ $1.0/DAI) attached to this issue has been cancelled by the bounty submitter
|
Thanks for clarification @tomaka 😄- pulled the bounty off here so the funds can be used elsewhere! |
* update helm chart from substrate * ci: change container image to kubetools
* deny native asset in asset module * refactor:split assets as assets-metadata and assets * fix all compile error * improve asset restrictions * fix test for dex and asset_mining * rename precision to decimals * rename other precision * Rename crate name to assets-registrar * Rename to register/deregister There is no need to use `register_asset` as it's clear we in the contenxt of asset. * Split out registrar/verifier * Commit verifier.rs * No need to use a marco as it's used only once now * Rename OnAssetRegisterOrRevoke to RegistrarHandler * Refactor asset_ids() * Extract is_valid_asset() and asset_exists() * Rename to get_asset_info() * Return an iterator instead of BTreeMap * Add some docs * Nits * rename AssetType Free to Usable * some fix * Simplify the tuple impl for RegistrarHandler * for clippy * Fix event generic type Co-authored-by: Liu-Cheng Xu <xuliuchengxlc@gmail.com>
Readme update
No description provided.
The text was updated successfully, but these errors were encountered: