issues
search
multiformats
/
rust-multiaddr
multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
88
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump codecov/codecov-action from 3 to 5
#120
dependabot[bot]
closed
1 week ago
0
chore: add starts_with in MultiAddr
#119
kamuik16
closed
5 days ago
1
Use `Bytes` to avoid double indirection with `Arc<Vec<u8>>`
#118
nazar-pc
closed
1 month ago
0
Replace `Arc<Vec<u8>>` with `Arc<[u8]>`
#117
nazar-pc
closed
1 month ago
1
chore: prepare 0.18.2
#116
jxs
closed
2 months ago
2
Implement http-path protocol
#115
Zollerboy1
closed
1 month ago
1
build(deps): bump actions/cache from 3 to 4
#114
dependabot[bot]
closed
1 month ago
0
chore: update dependencies
#113
jxs
closed
2 months ago
0
chore: Add lint exception to make CI pass again
#112
umgefahren
closed
3 months ago
0
chore: Add doc auto cfg to show features in the documentation
#111
umgefahren
closed
2 months ago
0
Implement missing protocols
#110
Zollerboy1
closed
2 months ago
9
Replace homepage attribute with repository in Cargo.toml
#109
paolobarbolini
closed
7 months ago
0
chore: re-export libp2p_identity::PeerId
#108
dav1do
closed
2 months ago
0
Re-export libp2p_identity::PeerId?
#107
dav1do
closed
2 months ago
2
fix: avoid allocations in `Display` and `Debug` of `Multiaddr`
#106
hrxi
closed
1 year ago
2
Add Multiaddr::starts_with
#105
nazar-pc
closed
5 days ago
1
build(deps): update unsigned-varint requirement from 0.7 to 0.8
#104
dependabot[bot]
closed
2 months ago
0
chore: prepare v0.18.1
#103
mxinden
closed
1 year ago
1
feat: add with_p2p method on multiaddr
#102
stormshield-frb
closed
1 year ago
1
build(deps): bump codecov/codecov-action from 3 to 4
#101
dependabot[bot]
closed
1 week ago
2
Mark `/wss` as deprecated
#100
thomaseizinger
opened
1 year ago
0
Add conversions between sockets and multiaddrs
#99
jmcph4
opened
1 year ago
3
build(deps): bump actions/checkout from 3 to 4
#98
dependabot[bot]
closed
1 year ago
0
Implement `/ipcidr`
#97
mxinden
closed
2 months ago
0
chore: prepare v0.18.0
#96
mxinden
closed
1 year ago
1
build(deps): update multihash requirement from 0.18 to 0.19
#95
dependabot[bot]
closed
1 year ago
2
Remove `from_url` module
#94
thomaseizinger
opened
1 year ago
0
feat: validate onion3 addresses
#93
sdbondi
opened
1 year ago
0
Publishing v0.18
#92
oblique
closed
1 month ago
2
Update to multihash v0.19
#91
thomaseizinger
closed
1 year ago
0
Purpose of Arc in Multiaddr
#90
dariusc93
opened
1 year ago
2
Changed multiaddr backing from Arc<Vec<u8>> to EcoVec<u8>
#89
imbrem
opened
1 year ago
5
Tooling for unparsable `Multiaddr`
#88
mxinden
opened
1 year ago
0
fix: Rename `Protocol::WebRTC` string rep `/webrtc` to `/webrtc-direct`
#87
mxinden
closed
1 year ago
0
`/webrtc` `/webrtc-direct` rename proceeding
#86
mxinden
opened
1 year ago
2
Should we add an empty MA to the failure test?
#85
diegomrsantos
opened
1 year ago
5
fix: Rename `Protocol::WebRTC` string rep `/webrtc` to `/webrtc-direct`
#84
mxinden
closed
1 year ago
1
feat!: make `/p2p` type-safe
#83
thomaseizinger
closed
1 year ago
2
feat!: mark `Protocol` as `non_exhaustive`
#82
thomaseizinger
closed
1 year ago
1
feat!: make `Error` opaque
#81
thomaseizinger
opened
1 year ago
2
fix(.github): depend on specific tarpaulin version
#80
mxinden
closed
1 year ago
2
feat: Add `/webrtc` protocol (browser-to-browser)
#79
mxinden
closed
2 months ago
4
fix: Rename `Protocol::WebRTC` to `Protocol::WebRTCDirect`
#78
mxinden
closed
1 year ago
12
fix: don't depend on unnecessary `multihash` features
#77
thomaseizinger
closed
1 year ago
4
tests: add nightly test for Protocol Arbitrary impl to assert it covers all the Protocol variants.
#76
jxs
closed
1 year ago
1
Add missing versions to Proto arbitrary implementation
#75
jxs
closed
1 year ago
0
avoid breaking network compatibility
#74
rkuhn
opened
1 year ago
0
Making the `/p2p` protocol type-safe
#73
thomaseizinger
closed
1 year ago
5
update crate to edition 2021
#72
koushiro
closed
1 year ago
2
Let's make fewer breaking changes
#71
thomaseizinger
closed
1 year ago
4
Next