Prithvi Shahi

Results 50 issues of Prithvi Shahi

### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/MinaProtocol/mina/issues - [X] This issue is not a question, feature...

bug
P1
priority-medium
triage
code-freeze-1.3.2-eligible
backlog
incentivized-ramp-up

``` loop { match self.agent.request_status_raw(&request_id).await? { … RequestStatusResponse::Unknown => (), RequestStatusResponse::Received | RequestStatusResponse::Processing => { // The system will return Unknown until the request is accepted // and we generally...

Suggestion from @BigLep in https://github.com/libp2p/go-libp2p/issues/1556#issuecomment-1212556148 to incorporate content from https://github.com/libp2p/go-libp2p/issues/1556#issuecomment-1143924221

version 1.3.1 ``` 2022-05-23 19:27:00 UTC [Info] No locked tokens in the delegator/delegatee account, applying supercharged coinbase 2022-05-23 19:27:54 UTC [Info] Protocol_state_proof proving time(ms): 53139 2022-05-23 19:27:54 UTC [Info] Build...

needs info
proj-network-stability
triage
recommended-for-2.0.0
backlog
community-issue

## 🗺 What's left for release ETA: 2024-04-30 - [x] #2696 (If this is included, let's call out any breaking changes) - [x] #1917 - [ ] #2614 - [x]...

eta: 2023-09-30 This is the browser side implementation in go-libp2p (a scenario where the go-libp2p node is in a private network e.g. behind a NAT/firewall). It is required for a...

Adding a test using goleak seems like a good idea as well. _Originally posted by @marten-seemann in https://github.com/libp2p/go-libp2p/issues/2514#issuecomment-1690915038_ Add a goleak tests to catch issues like https://github.com/libp2p/go-libp2p/issues/2514 It seems like...

P1
kind/test
exp/intermediate

eta: 2023Q2 children * https://github.com/libp2p/go-libp2p/issues/1827 * https://github.com/libp2p/go-libp2p/issues/2030 * https://github.com/libp2p/go-libp2p/issues/2009

Add an in memory transport (similar to rust-libp2p) which can be used for testing https://docs.rs/libp2p/latest/libp2p/core/transport/struct.MemoryTransport.html

help wanted
P1
exp/intermediate