mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-06-06 18:26:55 +00:00
User protocol upgrade and js client lib. (#191)
* Unified js client lib for browser and nodejs. * Client lib multiple connections support. * Implemented server challenge response. * Contract guid and version validation. * Server key validation. * User json message encoding improvements.
This commit is contained in:
@@ -15,8 +15,8 @@ namespace util
|
||||
// Hot Pocket version. Displayed on 'hotpocket version' and written to new contract configs.
|
||||
constexpr const char *HP_VERSION = "0.1";
|
||||
|
||||
// Minimum compatible contract config version (this will be used to validate contract configs)
|
||||
constexpr const char *MIN_CONTRACT_VERSION = "0.1";
|
||||
// Minimum compatible config version (this will be used to validate contract configs)
|
||||
constexpr const char *MIN_CONFIG_VERSION = "0.1";
|
||||
|
||||
// Current version of the peer message protocol.
|
||||
constexpr uint8_t PEERMSG_VERSION = 1;
|
||||
|
||||
Reference in New Issue
Block a user