onledger.net
d7b9f3bd64
Fix CMakeLists.txt license filename reference
...
## Problem
The HotPocket build fails during the POST_BUILD step with:
cp: cannot stat './evernode-license.pdf': No such file or directory
## Root Cause
CMakeLists.txt references `./evernode-license.pdf` but the actual file in the repository is named `"Evernode Software License Agreement 2.0.pdf"`.
## Solution
Update the copy command in CMakeLists.txt to reference the correct filename.
A recent name change requires changes to CMakeLists.txt also.
2025-07-04 14:20:49 +12:00
RichardAH
1117dda575
Merge pull request #404 from rippleitinnz/rippleitinnz-patch-3
...
Increase MAX_QUEUE_SIZE size to handle larger UNL
2025-06-19 11:27:25 +10:00
RichardAH
98d932c289
Merge pull request #403 from rippleitinnz/rippleitinnz-patch-2
...
increase MAX_NPL_MSG_QUEUE_SIZE and MAX_CONTROL_MSG_QUEUE_SIZE
2025-06-19 11:26:38 +10:00
RichardAH
dee651fd53
Merge pull request #402 from rippleitinnz/rippleitinnz-patch-1
...
Increase MAX_IN_MSG_QUEUE
2025-06-19 11:26:05 +10:00
onledger.net
5f7834966c
Increase MAX_QUEUE_SIZE size to handle larger UNL
2025-06-15 13:42:27 +12:00
onledger.net
9153e5d43b
increase MAX_NPL_MSG_QUEUE_SIZE and MAX_CONTROL_MSG_QUEUE_SIZE
...
Increased to accommodate 64 member UNL and the additional messaging that brings.
2025-06-15 13:34:00 +12:00
onledger.net
b79845ad3e
Increase MAX_IN_MSG_QUEUE
...
Increase MAX_IN_MSG_QUEUE to 12bits binary (4095) to handle larger UNL of 64 messaging
2025-06-15 11:13:53 +12:00
Richard Holland
ae9c5cf208
update license agreement
2025-06-13 16:42:00 +10:00
Kithmini Gunawardhana
7c97aaa18f
Modified HPWS binary (with usage of cert chain file) ( #398 )
0.6.4
2024-08-02 12:41:26 +05:30
Chalith Desaman
87204087a8
Disabled kill switch ( #393 )
2024-01-12 13:38:10 +05:30
chalith
95b2fec8b3
Updated license
2024-01-12 11:26:12 +05:30
Chalith Desaman
9fcac2d496
Minor dockerfile fix ( #394 )
2023-12-27 11:01:24 +05:30
Dulana Peiris
a740b8ed0c
Added license file to Docker ( #392 )
2023-12-15 17:22:31 +05:30
Kithmini Gunawardhana
5380b7f022
Docker id changed to evernode ( #391 )
2023-12-08 09:41:19 +05:30
Chalith Desaman
bfc38a3c70
Updated hotpocket-nodejs-contract version ( #387 )
2023-10-06 10:10:53 +05:30
Chalith Desaman
cff3a822fc
Updated library version on node js contract sample ( #386 )
2023-10-02 12:39:07 +05:30
Chalith Desaman
f8877fd61a
Increased local docker image version ( #385 )
2023-09-23 10:27:50 +05:30
Chalith Desaman
ed974b0425
hpws udp visa implementation ( #383 )
2023-09-23 10:15:52 +05:30
Kithmini Gunawardhana
e7e1268a99
Networking fixes related to peer connectivity issues ( #384 )
2023-09-23 10:03:45 +05:30
Kithmini Gunawardhana
6a2384cd03
Usage of nonce hash for ledger hash generation ( #375 )
2023-08-03 16:52:56 +05:30
Chalith Desaman
0022bd51e5
Node version was updated to 20.4.0 (Cur Version) ( #378 )
2023-07-21 16:17:17 +05:30
Chalith Desaman
29c8201974
Do a chmod to avoid umask ( #377 )
2023-07-05 11:07:39 +05:30
Chalith Desaman
b8b8de662d
Bugfix for HotPocket crash when syncing empty files ( #376 )
2023-06-19 09:58:03 +05:30
ravinsp
8ee33030e6
Contract exec timeout.
2023-06-03 21:21:29 +05:30
ravinsp
dff75a6fae
Added logging for known peer connection attempt reporting.
2023-06-03 19:03:32 +05:30
Kithmini Gunawardhana
d68472d3b4
HotPocket Version upgrade ( #374 )
2023-05-08 11:40:43 +05:30
ravinsp
33e536c31b
Used consistent wording for HotPocket.
2023-05-07 14:08:55 +05:30
ravinsp
9b864ad1e8
Improved connection handling loop.
2023-05-07 14:02:35 +05:30
ravinsp
2455b5b898
Improved contract fd processing interval.
2023-05-06 19:16:36 +05:30
ravinsp
93e836fc61
Added duplicate check for self npl messages.
2023-01-21 22:27:49 +05:30
Udith Indrakantha
f902dc68c6
Hpversion formatted. ( #373 )
2022-11-16 13:13:34 +05:30
Udith Indrakantha
0c8c5aa0e3
Updating docker image tags with version number ( #372 )
2022-11-16 12:18:26 +05:30
Chalith Desaman
42cf454396
Override hp config environments from patch config ( #371 )
2022-10-20 12:53:47 +05:30
Chalith Desaman
8ad81c8031
Convert environment config to a key value map ( #370 )
2022-10-18 13:52:05 +05:30
ravinsp
7a4764b7c2
Moved C contract library to separate repo.
2022-08-09 17:56:44 +05:30
Chalith Desaman
62e89c3d0e
Missing config restructure changes for sample contracts ( #369 )
2022-08-04 12:04:49 +05:30
Kasun Kavinda
6b871dafc5
Merge pull request #368 from HotPocketDev/read-threshold
...
Calculate majority threshold when needed
2022-08-03 10:36:13 +05:30
chalith
164595c4d7
Calculate majority threshold when needed
2022-07-29 13:51:37 +05:30
Udith Indrakantha
7f81d9ec10
Supporting config changes in c contract ( #366 )
2022-07-29 09:05:45 +05:30
Kasun Kavinda
3eaec9ac74
Applying configurable thresholds on consensus ( #367 )
2022-07-28 10:35:17 +05:30
Udith Indrakantha
2a4a7d3b34
Restructuring hp.cfg consensus and npl blocks ( #365 )
2022-07-22 11:36:06 +05:30
ravinsp
69481e5265
Updated examples nodejs contract lib version.
2022-07-14 20:52:14 +05:30
ravinsp
b8dfd116c8
Expose private key to contract args.
2022-07-14 20:31:11 +05:30
Ravin Perera
050b6f5bd5
Upgraded nodejs dependencies to 16.x ( #364 )
2022-03-08 21:12:26 +05:30
Ravin Perera
86895426a1
Used evernodedev docker account. ( #363 )
2022-03-07 19:10:32 +05:30
ravinsp
2bd2e5a905
hpfs update with statvfs.
2022-03-02 19:20:09 +05:30
Ravin Perera
228818ff18
Disabled contract logs for read requests. ( #362 )
2022-03-02 12:21:57 +05:30
ravinsp
3fc44e9f5a
Added openssl and certs to docker image.
2022-02-28 21:49:58 +05:30
Ravin Perera
5c349dfa95
Read requests synchronous replies. ( #361 )
2022-02-26 07:48:02 +05:30
Chalith Desaman
d5f0c1e664
Give group write permission for contract log files ( #360 )
2022-02-08 12:17:48 +05:30