qortal/src/main/java/org/qora
catbref fc82bcaf49 Tidying up peer info.
lastHeight/blockSig/blockTimestamp, etc. moved from PeerData/repository
to Peer as it's transient so no need to store in repository.

Repository now keeps track of when/who added peer, e.g. API/INIT/another peer.

API calls DELETE /peers and DELETE /peers/known also disconnect peer
as well as deleting from repository.

Connection timestamp now reported by API call GET /peers

Some repository-updating code removed from Network/Controller as no
longer needed.

Removed obsolete Controller.hasShorterBlockchain predicate.
2019-08-02 14:56:19 +01:00
..
account Fix incorrect declared transaction length for SET_GROUP and VOTE_ON_POLL transactions. 2019-08-02 13:03:54 +01:00
api Tidying up peer info. 2019-08-02 14:56:19 +01:00
asset MAJOR: Don't delete transactions when orphaning - make them unconfirmed again 2019-07-23 10:37:37 +01:00
at Interim commit - refactored transaction transformers and fixed unit test compiler errors 2019-07-23 15:06:28 +01:00
block Tidying up peer info. 2019-08-02 14:56:19 +01:00
controller Tidying up peer info. 2019-08-02 14:56:19 +01:00
crosschain initial work towards OSGi 2019-01-04 10:19:33 +00:00
crypto Fix sometimes erroneous Ed25519 public key to X25519 public key conversion. 2019-07-23 11:22:23 +01:00
data Tidying up peer info. 2019-08-02 14:56:19 +01:00
globalization initial work towards OSGi 2019-01-04 10:19:33 +00:00
group Interim commit of *TransactionData classes for safety 2019-07-23 14:42:02 +01:00
gui Convert ClassLoader.getSystemResource* calls to class.getResource* variant for OSGi, etc. safety 2019-07-23 12:46:27 +01:00
naming MAJOR: Don't delete transactions when orphaning - make them unconfirmed again 2019-07-23 10:37:37 +01:00
network Tidying up peer info. 2019-08-02 14:56:19 +01:00
payment Updated orphaning code of Block and Transaction subclasses 2019-07-23 15:10:43 +01:00
repository Tidying up peer info. 2019-08-02 14:56:19 +01:00
settings BlockChain.isTestNet now BlockChain.isTestChain. 2019-08-02 14:42:10 +01:00
transaction Fix CANCEL_ASSET_ORDER check for already closed, partially/fully matched, order. 2019-08-02 14:07:47 +01:00
transform Fix incorrect declared transaction length for SET_GROUP and VOTE_ON_POLL transactions. 2019-08-02 13:03:54 +01:00
ui Change node UI start URL to index.html 2019-07-23 15:43:08 +01:00
utils Work on auto-update 2019-08-02 12:48:48 +01:00
voting initial work towards OSGi 2019-01-04 10:19:33 +00:00
ApplyUpdate.java Auto-Update improvements 2019-08-02 14:13:04 +01:00
brokenmd160.java initial work towards OSGi 2019-01-04 10:19:33 +00:00
mintsim.java Interim minting commit with block rewards (untested) 2019-04-12 12:56:12 +01:00
orphan.java Proxy private keys are now SHA256(shared secret only) instead of SHA256(shared secret + public keys). 2019-07-23 11:09:25 +01:00
VanityGen.java Add mnemonic phrase support to VanityGen 2019-07-22 18:00:47 +01:00
XorUpdate.java Added XorUpdate utility to help prepare auto-updates. 2019-08-02 14:15:38 +01:00