2581 Commits (lite-node)
 

Author SHA1 Message Date
catbref df3f16ccf1 EPC-fixes: Improve Network shutdown by exiting fast during broadcast and skipping callbacks during peer disconnect. 2 years ago
catbref 22aa5c41b5 WIP: EPC-fixes 2 years ago
catbref 8e09567221 EPC-fixed: avoiding some CancelledKeyExceptions 2 years ago
catbref 3505788d42 Another chunk of improvements to networking / EPC. 2 years ago
catbref 91e0c9b940 More improvements to networking: 2 years ago
catbref 00996b047f Networking work-in-progress: 2 years ago
catbref 44fc0f367d Networking work-in-progress: 2 years ago
catbref b0e6259073 Networking work-in-progress: 2 years ago
catbref 6255b2a907 Networking work-in-progress: 2 years ago
catbref a5fb0be274 Fix Network.disconnectPeer(PeerAddress) to prevent removeIf() on UnmodifiableList throwing UnsupportedOperationException 2 years ago
catbref e835f6d998 ExecuteProduceConsume: 2 years ago
CalDescent 54ff564bb1 Set name for transaction importer thread 2 years ago
CalDescent f8a5ded0ba Fix for bug introduced in commit cfe9252 2 years ago
CalDescent a1be66f02b Temporarily ease the filtering of lite node peers, in order to make development easier. 2 years ago
CalDescent 0815ad2cf0 Added AT transaction deserialization, to all them to be sent in messages for lite nodes. 2 years ago
CalDescent 3484047ad4 Added GET /transactions/address/{address} API endpoint 2 years ago
CalDescent a63fa1cce5 Added GET_ACCOUNT_TRANSACTIONS message, as well as a generic TRANSACTIONS message for responses. 2 years ago
CalDescent 59119ebc3b Added GET_NAME message to allow lookups from name to owner (or any other name data). 2 years ago
CalDescent 276f1b7e68 Fixed small errors in earlier commits. 2 years ago
CalDescent c482e5b5ca Added GET_ACCOUNT_NAMES message to request names for an address, and a generic NAMES message to return a list of NameData objects. The generic NAMES message can be reused for many other responses, such as requesting the various lists of names that the API supports. 2 years ago
CalDescent 8c3e0adf35 Added message types to fetch account details and account balances, and use these in various APIs. 2 years ago
CalDescent 64ff3ac672 Improved comment 2 years ago
CalDescent cfe92525ed Disable various core functions when running as a lite node. 2 years ago
CalDescent 0e3a9ee2b2 Return the node "type" (full / topOnly / lite) in GET /admin/info endpoint. 2 years ago
CalDescent a921db2cc6 Added "lite" setting to designate the core as a lite node. 2 years ago
CalDescent 3d99f86630 Improved logging 2 years ago
CalDescent 8d1a58ec06 POW_DIFFICULTY_NO_QORT reduced from 14 to 12 (around 4x faster) 2 years ago
CalDescent 2e5a7cb5a1 Adapted Blockchain.java to use lookup table for name registration fees, to more easily support fee adjustments. 2 years ago
CalDescent 895f02f178 Remove peers with unknown height, lower height or same height and same block signature (unless we don't have their block signature) 2 years ago
CalDescent c59869982b Fix for system-wide QDN issues occuring when the metadata file has an empty chunks array. 2 years ago
CalDescent 3b3368f950
Merge pull request #85 from QuickMythril/member-count 2 years ago
QuickMythril 3f02c760c2
Add member count to each group returned by GET /member/{address} 2 years ago
CalDescent fee603e500 Add member count to each group returned by GET /groups (expanded on code written by QuickMythril) 2 years ago
QuickMythril ad31d8014d get memberCount with Group Data 2 years ago
CalDescent 58a0ac74d2
Merge pull request #84 from catbref/ByteArray 2 years ago
QuickMythril 8388aa9c23 update Russian translation 2 years ago
catbref c1894d8c00 Improvements to ByteArray to leverage Java 11 'native' Arrays.hashCode and Arrays.compareUnsigned for speed. 2 years ago
QuickMythril f7f9cdc518
Merge pull request #83 from aldum/feature/hungarian_translation 2 years ago
QuickMythril 850d7f8220 add/update translations 2 years ago
aldum 051043283c fixup grammar; add missing translations 2 years ago
QuickMythril 15bc69de01
Merge pull request #82 from JaymenChou/patch-8 2 years ago
QuickMythril ee3cfa4d6d
fix typo 2 years ago
QuickMythril df1f3079a5
Merge pull request #81 from JaymenChou/patch-7 2 years ago
QuickMythril d9ae8a5552
Merge branch 'master' into patch-8 2 years ago
QuickMythril 2326c31ee7
Merge branch 'master' into patch-7 2 years ago
QuickMythril 91cb0f30dd
Updated TransactionValidity translations 2 years ago
QuickMythril c0307c352c
Updated ApiError translations 2 years ago
QuickMythril 8fd7c1b313 formatting fix 2 years ago
QuickMythril b8147659b1
Updated SysTray translations 2 years ago
JaymenChou 7a1bac682f
Update SysTray_zh_TW.properties 2 years ago