CalDescent
82edc4d9f3
OnlineAccountsV3Message MIN_PEER_VERSION set to 3.5.1
2022-09-07 18:26:30 +01:00
CalDescent
2a0d5746e6
Only compute "next" online account signature if mempow hard fork is active.
...
This minimizes the amount of differences in the first phase of the mempow rollout.
2022-09-04 13:19:32 +01:00
CalDescent
23423102e7
Use onlineAccountTimestamp for all mempow hard fork related code in OnlineAccountsManager too.
2022-09-04 11:51:24 +01:00
CalDescent
8879ec5bb4
Avoid computing the proof of work for each online account more than once.
2022-09-03 17:11:13 +01:00
CalDescent
8cca6db316
Use block's online accounts timestamp (instead of main timestamp) for the mempow hard fork.
...
This ensures that we cleanly switch from the old to new online account format, even if a block is minted retroactively.
2022-09-03 16:30:03 +01:00
CalDescent
effe1ac44d
Merge branch 'master' into online-accounts-mempow-v2-block-updates
...
# Conflicts:
# src/main/java/org/qortal/block/BlockChain.java
# src/main/resources/blockchain.json
# src/test/resources/test-chain-v2-no-sig-agg.json
2022-09-03 15:16:01 +01:00
CalDescent
ad4308afdf
Added POST /crosschain/htlc/importarchivedtrades API endpoint.
...
This imports all trades from TradeBotStatesArchive.json into the repository.
2022-09-02 19:12:36 +01:00
CalDescent
6cfd85bdce
Skip over ARRR orders in /refundAll and /redeemAll, as ARRR support hasn't been added for these yet.
...
This should fix 500 error which could prevent forced refund attempts for LTC and other chains. It wouldn't have affected any normal trade-bot refund functionality.
2022-09-02 18:05:12 +01:00
CalDescent
0b8fcc0a7b
Bump version to 3.5.0
2022-08-26 19:32:58 +01:00
CalDescent
3d3ecbfb15
Merge branch 'master' into pirate-chain
2022-08-23 09:51:15 +01:00
CalDescent
9658f0cdd4
Revert "Rewrite of isNotOldPeer predicate, to fix logic issue."
...
This rewrite may have been causing problems with connections in the network, due to peers being forgotten too easily. Reverting for now to see if it solves the problem.
This reverts commit d81071f254
.
# Conflicts:
# src/main/java/org/qortal/network/Network.java
2022-08-21 12:18:40 +01:00
CalDescent
b23500fdd0
Attempt to hold peer connections for 1-4 hours instead of 5-60 mins, as the constant disconnections are causing too much data to be sent over and over.
...
If this proves to not have any significant bad effects on re-orgs, we could consider setting these even higher or even disabling the auto disconnect by default.
2022-08-21 12:16:44 +01:00
CalDescent
a1365e57d8
Don't log network stats if no messages have been received, as otherwise this floods the logs with empty stats due to failed connections.
2022-08-21 12:14:12 +01:00
CalDescent
d8ca3a455d
Merge pull request #93 from catbref/peer-message-stats
...
Log count & total size of peer messages sent & received when a peer is disconnected
2022-08-21 11:41:37 +01:00
CalDescent
dcc943a906
Hopeful fix for InvalidKeyException seen in some JDK implementations.
2022-08-20 15:33:52 +01:00
CalDescent
cd2010bd06
More algo logging.
2022-08-20 12:50:24 +01:00
CalDescent
8cd16792a2
More logging relating to decryption failures.
2022-08-20 12:45:20 +01:00
CalDescent
4d97586f82
Log exception if AES decryption fails using specific algorithm settings.
2022-08-20 12:27:17 +01:00
CalDescent
3612fd8257
Removed unused throw
2022-08-20 11:58:16 +01:00
CalDescent
ff96868bd9
Log full stack trace if loading a QDN resource fails due to a DataException.
2022-08-20 11:57:53 +01:00
CalDescent
1694d4552e
ArbitraryDataReader.deleteWorkingDirectory() is now optional.
2022-08-20 11:57:04 +01:00
CalDescent
bb1593efd2
Log full IOException stacktrace when obtaining Pirate Chain libraries.
2022-08-20 09:47:37 +01:00
CalDescent
4140546afb
Ignore failures when deleting original QDN compressed file.
2022-08-20 09:45:48 +01:00
CalDescent
19197812d3
Log DataException during transaction validation.
2022-08-19 22:54:52 +01:00
CalDescent
168d32a474
Include memo for outgoing ARRR transactions.
2022-08-17 19:41:43 +01:00
CalDescent
a4fade0157
Validate wallet initialization result when restoring existing wallet.
2022-08-17 19:27:13 +01:00
CalDescent
2ea6921b66
Added more ARRR lightwalletd nodes
2022-08-17 19:26:47 +01:00
CalDescent
11ef31215b
Fixed failing test
2022-08-17 19:25:45 +01:00
CalDescent
830a608b14
Include memo for incoming ARRR transactions.
2022-08-17 19:23:54 +01:00
CalDescent
57acf7dffe
Updated text when downloading wallet files from QDN
2022-08-15 20:09:16 +01:00
CalDescent
9debebe03e
Default birthday for ARRR moved to "arrrDefaultBirthday" (default 2000000).
...
This allows users to increase their default birthday if they know that no wallets were created before a certain block, to reduce sync time. It also fixed some failed unit tests that relied on transactions between blocks 1900000 and 2000000.
2022-08-13 16:48:03 +01:00
catbref
b17e96e121
Log count & total size of peer messages sent & received when a peer is disconnected. Requires org.qortal.net.Peer logging level set to DEBUG
2022-08-13 15:42:24 +01:00
CalDescent
b46c3cf95f
Allow direct connection QDN retries every hour, instead of every 24 hours.
2022-08-13 14:20:10 +01:00
CalDescent
86526507a6
Increase time range and total number of attempts to fetch a QDN resource, as it previously gave up too quickly.
2022-08-12 22:25:35 +01:00
CalDescent
1b9128289f
Added initial support to download Pirate wallet libraries from QDN, using hardcoded transaction signature.
...
Using a hardcoded signature ensures that the libraries cannot be swapped out without a core auto update, which requires the standard dev team approval process.
2022-08-12 21:57:31 +01:00
CalDescent
4a58f90223
Added support for multiple lightwalletd servers.
2022-08-12 21:52:02 +01:00
CalDescent
e68db40d91
Remove sapling params
2022-08-12 21:50:41 +01:00
CalDescent
bd6c0c9a7d
qdata utility renamed to qdn
2022-08-12 13:38:30 +01:00
CalDescent
5804b9469c
Default qdata port set to 12391
2022-08-12 13:38:03 +01:00
CalDescent
53b47023ac
ARRR default birthday increased to 2000000
2022-08-07 19:15:19 +01:00
CalDescent
22f9f08885
Added Windows amd64 architecture (again with a temporary path)
2022-08-07 19:14:21 +01:00
CalDescent
f26267e572
Don't sync, save, or load null seed wallets. They only act as a placeholder wallet when redeeming/refunding a P2SH.
2022-08-07 18:38:27 +01:00
CalDescent
e8c29226a1
Merge branch 'master' into pirate-chain
2022-08-06 16:41:18 +01:00
CalDescent
94f48f8f54
Don't allow QORT to be listed on the ARRR market unless the Pirate light wallet library is loaded.
2022-08-06 11:48:51 +01:00
CalDescent
3aac580f2c
Add amd64 architecture (using a temporary path)
2022-08-06 11:47:36 +01:00
CalDescent
2d0b035f98
Updated AdvancedInstaller project for v3.4.3
2022-08-01 19:58:19 +01:00
CalDescent
075385d3ff
Bump version to 3.4.3
2022-07-31 19:50:31 +01:00
CalDescent
6ed8250301
onlineAccountsModulusV2Timestamp set to Sat, 06 Aug 2022 16:00:00 UTC
2022-07-31 19:50:05 +01:00
CalDescent
d10ff49dcb
Replaced arm architecture with aarch64, as 32 bit is unsupported.
2022-07-31 19:43:49 +01:00
CalDescent
4cf34fa932
Merge branch 'master' into pirate-chain
2022-07-31 16:00:52 +01:00