You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade Deno core & runtime to the new version released on Feb 25. They have reworked internals to use ESM, which is great for us too, but requires extra work on our side.
Replace actions-rs/cargo as it is no longer maintained #68
Upgrade Deno core & runtime to the new version released on Feb 25. They have reworked internals to use ESM, which is great for us too, but requires extra work on our side.
Upgrade rust-libp2p to v0.51.0 released on Feb 24th. feat: upgrade libp2p to 0.51.1 #111
Move
PeerNodeinstance outside of Station runtime struct, so that we can share a single node among multiple runtime instancesMake error handling more robust
https://github.com/filecoin-station/zinnia/blob/bc2712ac5606f3dc8621587c22f7ef13d2f387aa/ext/libp2p/lib.rs#L34-L35
https://github.com/filecoin-station/zinnia/blob/bc2712ac5606f3dc8621587c22f7ef13d2f387aa/ext/libp2p/lib.rs#L80
Fix the libp2p test to listen on an ephemeral port assigned by the OS
https://github.com/filecoin-station/zinnia/blob/bc2712ac5606f3dc8621587c22f7ef13d2f387aa/ext/libp2p/peer.rs#L435-L436
Fix the JS libp2p test to connect to a local libp2p peer, not the one running on Fly.io
https://github.com/filecoin-station/zinnia/blob/bc2712ac5606f3dc8621587c22f7ef13d2f387aa/runtime/tests/js/libp2p_tests.js#L83-L84
Implement proper shutdown of PeerNode
https://github.com/filecoin-station/zinnia/blob/bc2712ac5606f3dc8621587c22f7ef13d2f387aa/ext/libp2p/peer.rs#L171-L172
Reject
fetchfrom filesystem and localhost #72