2088 Commits (f05cd9ea5152291e97c17279c254c0430f926c23)
 

Author SHA1 Message Date
catbref 4667b768df Added tests for each group-approval outcome + fixes 5 years ago
catbref c9f226cf88 group approval tests and fixes 5 years ago
catbref 8af761c1c3 Updated orphaning code of Block and Transaction subclasses 5 years ago
catbref 4b3f877dc0 Interim commit - refactored transaction transformers and fixed unit test compiler errors 5 years ago
catbref 06ba004238 Interim commit - refactored HSQLDBTransactionRepository, and subclasses. Also added approval_height to transactions, renaming height to block_height. 5 years ago
catbref 431e15c7ae interim commit after refactoring TransactionData, and subclasses 5 years ago
catbref da1bd82c19 Minor integration progress 5 years ago
catbref 9bb673ba82 Interim commit of *Transaction refactoring 5 years ago
catbref c9968b3dd2 Interim commit of *TransactionData classes for safety 5 years ago
catbref 041773cf41 Synchronizer asks for approval-pending transaction from peer if needed 5 years ago
catbref c83d888a7d Demo HTML/JS page to show encrypted local storage of private key 5 years ago
catbref 3f2453e404 ApiError zh locale (but untranslated) 5 years ago
catbref 414f9679c8 Synchronizer logging improvements 5 years ago
catbref cd5f9a1e6c Convert ClassLoader.getSystemResource* calls to class.getResource* variant for OSGi, etc. safety 5 years ago
catbref 94fceeb34a Move default blockchain.json into resources 5 years ago
catbref a4f2cf50b0 Updated node management UI (was previously "bundled ui") 5 years ago
catbref f4022dd243 initial work on adding bundled node-management UI 5 years ago
catbref 99024ee2ef Synchronization improvements 5 years ago
catbref 23bcba1650 HSQLDBRepository.toOffsetDateTime now returns null if passed null 5 years ago
catbref 58afb53be9 Rename getReferenceGeneratorSignature to getGeneratorSignatureFromReference 5 years ago
catbref 0cb54abb79 Fix bug in checking transaction group-approval threshold 5 years ago
catbref 8b949dc1a1 Added simplistic blockchain validation on startup 5 years ago
catbref f167d0c831 Add JAXB discriminator to GROUP_INVITE transactions. 5 years ago
catbref b2f235f7a5 Changes to API regarding proxy forging calls 5 years ago
catbref f3c588d90f Fix sometimes erroneous Ed25519 public key to X25519 public key conversion. 5 years ago
catbref 1b4369e5e8 Default settings changes 5 years ago
catbref c917191df2 Send network broadcasts over all handshake-completed peers. 5 years ago
catbref 1046f72e7b Slightly better logging for synchronizer 5 years ago
catbref 8f7c954f5a Proxy private keys are now SHA256(shared secret only) instead of SHA256(shared secret + public keys). 5 years ago
catbref 40d6190265 API tidy up 5 years ago
catbref a3d4cf2900 MAJOR: Don't delete transactions when orphaning - make them unconfirmed again 5 years ago
catbref 07e8e01865 Add check to PROXY_FORGING so that proxy public key always maps to same forger-recipient combo 5 years ago
catbref d0b45cb696 Proxy forging share to recipient can now be zero 5 years ago
catbref 0259702df2 Fix generating X25519 shared secret. 5 years ago
catbref 4279ad0673 Fix Javascript shared-secret & proxy forging private key code 5 years ago
catbref 748dddcc32 Add checks to API call POST /admin/forgingaccounts. 5 years ago
catbref 7409c024f6 Include proxy-forged blocks in BlockRepository.countForgedBlocks. 5 years ago
catbref ae6b41a893 Improve API call showing block forger summaries to include proxy info 5 years ago
catbref 92e60e2531 Add method to prune old peers from database 5 years ago
catbref bf8a12d422 Delete old, basic block-explorer 5 years ago
catbref 14686e1e0d Corrected wrong Synchronization enum result 5 years ago
catbref 6a8a0f25c1 Synchronization improvements 5 years ago
catbref 1f81784bd6 Improved synchronization logging 5 years ago
catbref c05fe58676 Add static method to extract generatorSignature from block reference 5 years ago
catbref ce2dc9b8ad Reduce synchronization attempts from every 10s to every 60s 5 years ago
catbref 1b58d12005 Fix peer data bug where lastConnected was swapped with lastAttempted. 5 years ago
catbref ad9b42dc5d Install initial peers when creating repository 5 years ago
catbref 6feca1f4d6 Synchronizer improvements & minor fix 5 years ago
catbref 4b02b7a14f Fix unit tests 5 years ago
catbref ecdf8212ea Fix PROXY_FORGING transaction length issue 5 years ago