Fixed test and text plan.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 11 2020
Jun 11 2020
nakihito updated the diff for D6526: Merge #14719: qa: Check specific reject reasons in feature_block.
nakihito requested review of D6526: Merge #14719: qa: Check specific reject reasons in feature_block.
Jun 10 2020
Jun 10 2020
nakihito committed rABCadeae3daa503: Merge #14626: Select orphan transaction uniformly for eviction (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #14626: Select orphan transaction uniformly for eviction
Jun 9 2020
Jun 9 2020
nakihito committed rABC6f41fa19a3ca: Increase maxconnections limit when using poll. (authored by Patrick Strateman <patrick.strateman@gmail.com>).
Increase maxconnections limit when using poll.
nakihito committed rABC898802efaa58: Implement poll() on systems which support it properly. (authored by Patrick Strateman <patrick.strateman@gmail.com>).
Implement poll() on systems which support it properly.
nakihito committed rABC96827c217616: Move SocketEvents logic to private method. (authored by Patrick Strateman <patrick.strateman@gmail.com>).
Move SocketEvents logic to private method.
nakihito committed rABC716ac6e899ad: Move GenerateSelectSet logic to private method. (authored by Patrick Strateman <patrick.strateman@gmail.com>).
Move GenerateSelectSet logic to private method.
nakihito committed rABC7ef2a7b7612c: Introduce and use constant SELECT_TIMEOUT_MILLISECONDS. (authored by Patrick Strateman <patrick.strateman@gmail.com>).
Introduce and use constant SELECT_TIMEOUT_MILLISECONDS.
nakihito committed rABCa242a8ddcadd: Merge #15597: net: Generate log entry when blocks messages are received… (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #15597: net: Generate log entry when blocks messages are received…
nakihito committed rABC9dca86e63a4a: Merge #15718: docs: Improve netaddress comments (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #15718: docs: Improve netaddress comments
Rebased.
Rebased.
nakihito committed rABCee323c8b68d7: Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...)… (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...)…
nakihito updated the diff for D6489: Merge #15486: [addrman, net] Ensure tried collisions resolve, and allow feeler connections to existing outbound netgroups.
Fixed comment.
nakihito committed rABCc1e1a85bd303: Merge #15343: [doc] netaddress: Make IPv4 loopback comment more descriptive (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #15343: [doc] netaddress: Make IPv4 loopback comment more descriptive
nakihito committed rABC89c98c77854c: Merge #15254: Trivial: fixup a few doxygen comments (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #15254: Trivial: fixup a few doxygen comments
nakihito committed rABC47f476c061cf: Merge #15194: Add comment describing fDisconnect behavior (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #15194: Add comment describing fDisconnect behavior
nakihito committed rABC03892e93a414: Merge #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg
nakihito committed rABC063c90dc91a7: Merge #14436: doc: add comment explaining recentRejects-DoS behavior (authored by MarcoFalke <falke.marco@gmail.com>).
Merge #14436: doc: add comment explaining recentRejects-DoS behavior
nakihito committed rABCe269cb2f708c: Merge #14054: p2p: Disable BIP 61 by default (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #14054: p2p: Disable BIP 61 by default
nakihito committed rABC7de90a0236ab: Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check
Addressed nit.
Jun 8 2020
Jun 8 2020
nakihito requested review of D6472: Merge #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg.
nakihito requested review of D6457: Merge #14436: doc: add comment explaining recentRejects-DoS behavior.
Jun 6 2020
Jun 6 2020
Updated summary to remove mention of previous seeder implementation being unable to send multiple messages. This was actually the result of a different bug that made it appear as if it was not possible.
Rebased and changed the finish state to reflect changes to the getheaders trigger.
Make use of CBlockLocator class.
Added additionally test case.
Jun 5 2020
Jun 5 2020
Rebased off D6357. Adjusted trigger for GETHEADERS message to occur with GETADDR.
Reverted vSend to CDataStream and adjusted unit tests to reflect this.
Jun 4 2020
Jun 4 2020
nakihito committed rABC6dd46aa22018: Rename Seeder's CAddrInfo -> CSeederAddrInfo (authored by nakihito).
Rename Seeder's CAddrInfo -> CSeederAddrInfo
Removed C prefix.