1048 Commits (641a6580593b761a007ffa3e2e0eb5d2ebb47350)
 

Author SHA1 Message Date
catbref cfb7a3cc4c Minor terminology correction in GenesisBlock 4 years ago
catbref 3185cf23df Replace throwing IllegalStateException with more defensive log & null in Block/BlockMinter 4 years ago
catbref 3ac1b36549 Restrict API call POST /chat to prevent CPU abuse 4 years ago
catbref 55e99062ca CHAT PoW difficulty now much greater if sender has no QORT balance 4 years ago
catbref edb56b74da Merge branch 'chat' into launch 4 years ago
catbref 233ace23de AT transactions now either have null message or null amount&assetId. 4 years ago
catbref e1f3b9a7a3 Update QortalATAPI.putTransactionAfterTimestampIntoA() to use Transaction.getRecipientAddresses 4 years ago
catbref 6be88ac86e In BTCACCT, use Account to fetch balance instead of direct from DB 4 years ago
catbref d03cca2e76 Merge branch 'BTC-ACCT' into launch 4 years ago
catbref e86143426b Fix potentially overflowing multiply in Block reward processing. 4 years ago
catbref a309f8de9e Fix dead code warning in Account 4 years ago
catbref df15f81b9f Fix whitespace 4 years ago
catbref 6ab50e4dff Fix some SonarLint complaints 4 years ago
catbref 476d9e4c95 Converted tests from BigDecimal to long 4 years ago
catbref 9eaf31707a Massive conversion from BigDecimal to long. 4 years ago
catbref e0007269b9 Initial attempt at transient CHAT transaction type. 4 years ago
catbref 0006911e0a Account lastReference cache, now with Block support. 4 years ago
catbref e141e98ecc Interim commit with new AccountRefCache, but no tests and no Block support 4 years ago
catbref 40531284dd Convert old "genesis account" addresses in blockchain configs to new "null account" address 4 years ago
catbref 9e2663b11b Fixed old Qora v1 "GenesisAccount" by replacing with NullAccount 4 years ago
catbref 2602bb01e1 Limit both divisible & indivisible asset quantites to 1e10 (with 8dp) to fit into 8byte long 4 years ago
catbref ac15dfe789 Removed broken MD160 support in Crypto 4 years ago
catbref cd066cf357 Remove more old Qora v1 compatibility code 4 years ago
catbref bd521baade Removed code for providing compatibility with Qora v1 4 years ago
catbref 136188339d Combined account balance fixes needed for unit tests 4 years ago
catbref 48de33fe24 More informative error messages when parsing blockchain config 4 years ago
catbref df4798e2a1 Networking improvements: cached known peers, fewer DB accesses, EPC spawn-failure hook 4 years ago
catbref edb842f0d1 Correct field ordering in layout docs for TRANSFER_ASSET 4 years ago
catbref b563fe567d Add missing field (poll owner's address) to layout docs for CREATE_POLL 4 years ago
catbref b3dd0d89df Add missing field (group owner's address) to layout docs for CREATE_GROUP 4 years ago
catbref 360f6cd4f1 Bump to v1.0.7 4 years ago
catbref f1e4528581 Fix Transaction.calcRecommendedFee() 4 years ago
catbref 1375372380 Added tests to cover validity checks on group min/max block delay values 4 years ago
catbref a7d0ad27b1 Legacy QORA block reward fix 4 years ago
catbref 833a785996 More work on Bitcoin-side of cross-chain trading. 4 years ago
catbref 94d18538d8 More work on cross-chain trading, including API calls. 4 years ago
catbref 8baf42765e Improved cross-chain AT and more API support for same. 4 years ago
catbref b93dca1818 Include CIYAM AT v.1.3.4 jar 4 years ago
catbref 98506a038b Loads of work on CIYAM AT support, including BTC-QORT cross-chain trading. 4 years ago
catbref 3eaeb927ec More work on QORT-BTC ACCT 4 years ago
catbref 7ded8954c6 Fix Transaction.calcRecommendedFee() 4 years ago
catbref d2eb8b0c2b Legacy QORA block reward fix 4 years ago
catbref 2ed2cc0fab Correct package names and minor clean 4 years ago
catbref 87bb9090f5 CIYAM AT & cross-chain trading. 4 years ago
catbref 8844cc0076 GetTransaction test app to demo fetching any bitcoin transaction using bitcoinj. Plus some AT-API work 4 years ago
catbref 2c4bad6455 Interim commit of BTC-QORT cross-chain trade, with partial conversion from secret+hash to using "trade key" 4 years ago
catbref 5c0134c16a work in progress: btc-qort cross-chain trades 4 years ago
catbref 369a45f5c0 BTC-ACCT progress 4 years ago
catbref d58b7c1f53 Work on BTC-ACCT 4 years ago
catbref 5011a2be22 Added isAdmin field to output of API call GET /groups/member/{address} 4 years ago