Haoran
Haoran
## 🐛 Bug Report **What's the bug in snarkOS that you found?** PeerResponse contains the IP of the requester. Currently there is no logic to handle this problem, which will...
## 🐛 Bug Report ab1v24j6eqh75v3dgr3fwkgmv7zcun076gcdg8wz58y4c7w3pnufc9sfdahmc https://aleo123.io/block/1231470
## 🐛 Bug Report I have a transaction that contains 3 transitions as follow: and the second transition (index 1) has 4 outputs, include two credits record and two disbursement...
## 🐛 Bug Report Malicious peers can still send spam connection attempts. ## Steps to Reproduce 1. After completing the TCP connection, the malicious peer sends an illegal ChallengeRequest message...
This PR is to partially resolve https://github.com/AleoNet/snarkOS/issues/3315.
## 🐛 Bug Report 1. Block.Transactions limits the maximum number of transactions to 1048575 in the deserialization logic https://github.com/AleoNet/snarkVM/blob/454d555a0ee1478dce5fa1822b64525a361b6b27/ledger/block/src/transactions/bytes.rs#L29-L32 ```Rust // Ensure the number of transactions is within bounds. if...
## Steps to Reproduce 1.Receive a Pong message from the peer and create an asynchronous task to send a Ping message to the peer after PING_SLEEP_IN_SECS seconds. ``` 2024-06-25T07:25:55.802800Z TRACE...
## 🐛 Bug Report seen_outbound_block_requests may contain some old requests and never be cleaned up. ``` 2024-06-23T15:27:56.042427Z DEBUG snarkos_node_router::helpers::cache: Block requests: {127.0.0.1:4132: {BlockRequest { start_height: 3517, end_height: 3518 }}, 127.0.0.1:42031:...