279 Commits (a723a6501c46d9d4cf13c733fa12aae7d8cdda97)

Author SHA1 Message Date
Alexis Hernandez a723a6501c server: Extract the BlockValidator from the BlockLogic 6 years ago
Alexis Hernandez 0373dff0fe server: Use the AddressValidator on the BalanceService 6 years ago
Alexis Hernandez a74e7cd714 server: Use the AddressValidator on the TransactionService 6 years ago
Alexis Hernandez 3ea419bf85 server: Optimize the ledger synchronization process 6 years ago
Alexis Hernandez 0f04494d65 server: Add endpoint "GET /addresses/:address/tposcontracts" 6 years ago
Alexis Hernandez 8c3a0cb3e6 server: Add the TPoSContractDataHandler 6 years ago
Alexis Hernandez 887af0ff56 server: Synchronize the TPoS contracts 6 years ago
Alexis Hernandez 87793c7bcb server: Add the TPoSContractDAO 6 years ago
Alexis Hernandez 80f02664e5 server: Update the persisted Transaction model 6 years ago
Alexis Hernandez 9d2edf8314 server: Remove the TPoS addresses from the Transaction.Output 6 years ago
Alexis Hernandez 4af9a6cac4 server: Remove TPoS contract logic from the ScriptPubKey model 6 years ago
Alexis Hernandez c6800a1fc7 server: Add the TPoSContract model 6 years ago
Alexis Hernandez bdbaa415b5 server: Add isTPoSContract method to the XSNService 6 years ago
Alexis Hernandez 750ab7c4ae server: Simplify the anorm parsers 6 years ago
Alexis Hernandez d781a0f646 server: Remove hardcoded 1000 on the BlockHeaderCache 6 years ago
Alexis Hernandez b9ee34d97d server: BlockService uses the cache for loading headers 6 years ago
Alexis Hernandez 4c7b05b48d server: Add the CacheModule which loads the available caches 6 years ago
Alexis Hernandez 0153d8dfae server: Add the BlockHeaderCache 6 years ago
Alexis Hernandez 5d1b3662c0 server: Attach the filter while retrieving block headers 6 years ago
Alexis Hernandez 8f5f4a48cb server: Store the filter on the BlockHeader 6 years ago
Alexis Hernandez 52ae52e3c4 server: Store the block filter while synchronizing the ledger 6 years ago
Alexis Hernandez 37cb7ceb81 server: Allow to create a GolombCodedSet from block addresses 6 years ago
Alexis Hernandez 8e203c9fb6 server: Handle empty set on GolombEncoding 6 years ago
Alexis Hernandez 8c0f92a07a server: Update the GolombEncoding to use Set and SortedSet 6 years ago
Alexis Hernandez aeeb7f5586 server: Update the GolombCodedSet to hold the hex encoded filter 6 years ago
Alexis Hernandez 2f3d2b0fae server: Allow to derive a SipHashKey from a Blockhash 6 years ago
Alexis Hernandez f6f3288880 server: Add the GolombEncoding 6 years ago
Alexis Hernandez 628300f9d6 server: Add the gcs SipHashKey 6 years ago
Alexis Hernandez be72834662 server: Allow to reverse the block headers ordering 6 years ago
Alexis Hernandez 1b359f7585 server: Extract the OrderingConditionParser from the TransactionService 6 years ago
Alexis Hernandez 19fdfc26c8 server: Allow to sync 1000 headers per request 6 years ago
Alexis Hernandez 4a8e481e7e server: Remove default json codecs for the LightWalletTransaction 6 years ago
Alexis Hernandez 529ef38415 server: Add the address to the LightWalletTransaction.Output 6 years ago
Alexis Hernandez 10f1932902 server: Add endpoint "GET /v2/blocks/:blockhash/light-wallet-transactions" 6 years ago
Alexis Hernandez ff85797565 server: Refactor the TransactionVIN into a typed alternative 6 years ago
Alexis Hernandez aa05af72ac server: Return the txid after pushing a transaction to the network 6 years ago
Alexis Hernandez c921d73415 server: Update classes related to the ledger sync process to use the Block.HasTransactions model 6 years ago
Alexis Hernandez 8b9f1c00f3 server: Add Block.HasTransactions persisted model 6 years ago
Alexis Hernandez dbd1f28ff7 server: Log invalid response details on XSNService 6 years ago
Alexis Hernandez 9dd24a4212 server: Update Address format to allow bitcoin addresses 6 years ago
Alexis Hernandez 2798b528ed server: Add endpoint "GET /blocks/headers" 6 years ago
Alexis Hernandez a926191a77 server: Persist the block extraction method while synchronizing the blocks 6 years ago
Alexis Hernandez a334864e38 server: allow to get block extractionMethod from the BlockService 6 years ago
Alexis Hernandez 469c241931 server: Extract the BlockExtractionMethod from the persisted block 6 years ago
Alexis Hernandez fc0696a467 server: Refactor TransactionService to remove the transaction transformer 6 years ago
Alexis Hernandez b8b44eab5b server: Refactor the sql parsers to expect correct data from the database 6 years ago
Alexis Hernandez aef41d5f8e server: Split the persisted transaction model 6 years ago
Alexis Hernandez 347a4d6ca5 server: Move the TransactionId value to the values package 6 years ago
Alexis Hernandez 6dd7b032b1 server: Move the Size value to the values package 6 years ago
Alexis Hernandez f67d7831f0 server: Move the IPAddress value to the values package 6 years ago