-
Notifications
You must be signed in to change notification settings - Fork 167
Release 0.2.0 #356
Comments
Updated the list. Expanding thoughts on a few here: Resolving Perhaps the easiest is just to keep the single bootstrapper which has the static known ip address. Rationale for not reloading the config file: We should be getting away from config file implementation in Removal of public ipns functionality: The flatfs based persistent datastore has never supported ipns nor have ipns records ever been read from the network. |
387: fix: restore bootstrappers from static list, update the bootstrapper list r=koivunej a=ljedrz Alters the `BOOTSTRAP_NODES` list to contain only the currently working addresses and changes the behavior of `Swarm::remove_bootstrappers` to not use the config file, but rather the aforementioned in-memory list. Cc #356 Co-authored-by: ljedrz <ljedrz@gmail.com>
Edited the list again, adding the README.md example moving and simplification through that. I also added the src/config.rs removal along with its only dependency |
It's been literally forever since the last release and we've been discussing this internally. Releasing the crates will allow us to jump into making the docs better through docs.rs visibility and hopefully make the project more accessible through that way as well.
Thinking it's probably best not to even attempt at many last minute polish since we still have a lot of work ahead of us.
needs decision: resolve dnsaddr outside of libp2p, expand it manually orjust not include /dnsaddrexamples/
, stop polluting src/lib.rs docs Move the README example, remove the nightly feature and CI run #391src/config.rs
except for bootstrapper list, see comment, Remove config file handling #393add add example, discussed more in deferral Implement Ipfs::add #395bitswap/
as ipfs-bitswap 0.1.0 Prepare bitswap release #397 chore: add missing Cargo.toml metadata #398 (again)The text was updated successfully, but these errors were encountered: