mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
* Added sync log to streamer. * Fixed ledger closing attempt while syncing. * Added diagnostic contract. * Reset to stage 0 on unreliable votes. * Reduced peer msg age threshold. * Added health tracking. * Weakly-connected detection improvement. * Increased version 0.5.1. * Improved client lib server version check. * Added health logging support to text client. * Added weakly connected status in status response. * Increased max peers limits when serializing. * Local docker cluster manual ip. * Updated vultr script vm region order. * Sync status reporting improvement. * Added milliseconds to logging.
12 lines
344 B
JSON
12 lines
344 B
JSON
{
|
|
"scripts": {
|
|
"build-echo": "ncc build echo_contract.js -o dist/echo-contract",
|
|
"build-file": "ncc build file_contract.js -o dist/file-contract",
|
|
"build-diag": "ncc build diagnostic_contract.js -o dist/diagnostic-contract"
|
|
},
|
|
"dependencies": {
|
|
"bson": "4.0.4",
|
|
"seedrandom": "3.0.5"
|
|
}
|
|
}
|