318 Commits (46dc91e5a01c10eb81f62428528abb7f030661f6)
 

Author SHA1 Message Date
catbref 46dc91e5a0 Bump HSQLDB from svn r5970 to release v2.5.0 5 years ago
catbref ae6cf9fc32 Fix ordering when requesting summary of block forgers 5 years ago
catbref 4f25fffbe9 Change API transaction subsmission from single-shot to 500ms timeout for obtaining blockchain lock 5 years ago
catbref 03f60ef898 Fix incorrect declared transaction length for SET_GROUP and VOTE_ON_POLL transactions. 5 years ago
catbref 02e8bdb034 Add support for fetching updates using a combination of hostname and IP address. 5 years ago
catbref 8dd4745c5c Work on auto-update 5 years ago
catbref 4ced9cc3e2 More flexible auto-update locations 5 years ago
catbref 1d7bda5d46 Don't propagate new transactions back to sending peer. Added small inter-peer delay when doing network broadcast. 5 years ago
catbref c2e8392f05 Synchronization improvements (again!) 5 years ago
catbref d910cce807 Improve API peer info output 5 years ago
catbref 20200b844e Networking and synchronization improvements 5 years ago
catbref ffffb50884 Networking/Controller changes to aid broadcast of unconfirmed transactions. 5 years ago
catbref 680361daa6 Temporary fix to Controller to only try to acquire blockchain for incoming new unconfirmed transactions 5 years ago
catbref c03a5c3d0e Fix incorrect count of forged blocks 5 years ago
catbref b7f53afe68 Improve API output for GET /peers 5 years ago
catbref 3a3cc5a81b Improve API output of GET /blocks/forgers 5 years ago
catbref 97a5b3ef9b Increase max proxy relationships in blockchain config 5 years ago
catbref 5429cb12dd Possible fix for single instance check by AI Windows launcher 5 years ago
catbref 2f3123a315 Add lock around some Peer.peerData actions to help sync 5 years ago
catbref 6a969f9473 Add limit to number of proxy forging relationships per generator account. 5 years ago
catbref de96e8347d Move handling of GET_PEERS from Controller to Network. On sync fail, only update outbound peer info in repository to help prevent useless 'known peer' entries. 5 years ago
catbref dcb8d67236 Don't allow new transactions to be submitted if not up to date 5 years ago
catbref 491a6ecd67 Fix incorrect declared transaction length for create-group transactions 5 years ago
catbref 9ac52f6a86 Fix missing network-related repository.saveChanges() 5 years ago
catbref 7993c3e594 Change node UI start URL to index.html 5 years ago
catbref 921953d304 Clean up inbound peer entries from repository & fix sending peer lists 5 years ago
catbref 912ec22417 Minor warning fix 5 years ago
catbref a2cc4983a0 Add "involved" optional query param to API call GET /address/proxying, for convenience 5 years ago
catbref e42c3e60bc Added mock-up of node management UI 5 years ago
catbref ab9fd681f3 Fix synchronizer so incoming block's transactions have approval status set 5 years ago
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