mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Include hp version number on all required places. (#265)
* Adding HP version header to binary files and adding hp table to ledger.sqlite. * Updating hp_version in user challenge message. * Minor improvement.
This commit is contained in:
committed by
GitHub
parent
1eabe7db4a
commit
b45cdb999d
@@ -7,7 +7,7 @@
|
||||
if (isBrowser && window.HotPocket)
|
||||
return;
|
||||
|
||||
const supportedHpVersion = "0.0";
|
||||
const supportedHpVersion = "1.0.0";
|
||||
const serverChallengeSize = 16;
|
||||
const outputValidationPassThreshold = 0.8;
|
||||
const connectionCheckIntervalMs = 1000;
|
||||
|
||||
Reference in New Issue
Block a user