Releases: shardeum/archive-server
Releases · shardeum/archive-server
v3.5.7-0
- BLUE-130 Global txreceipt verification (#80) 8145e6f
- Fix: By default use main program to handle global txs (#93) 0990b34
- GOLD-265 -- feat: add timestamp when subscribing socketio to consensors (#81) 66e31b3
- add try catch to connect block in case of error on socket-io connection (#82) ad1cdb6
What's Changed
- RED-267: add try catch to connect block in case of error on socket-io connection by @PudgyPug in #82
- GOLD-265 -- feat: add timestamp when subscribing socketio to consensors by @kgmyatthu in #81
- SHARD-946 - Fix: By default use main program to handle global txs by @jintukumardas in #93
- BLUE-130 Global txreceipt verification by @jairajdev in #80
New Contributors
- @jintukumardas made their first contribution in #93
Full Changelog: v3.5.6...v3.5.7-0
v3.5.6
- Fix debug_mode.patch so it applies again. 09c4382
- refactor restrictFirstNodeSelectionByPublicKey check c2bb9c3
- Remove first node IP and PORT check code 2fc70b7
- fix validateTypes 800d417
- Set restrictFirstNodeSelection to false as default 54cc0b7
- Added restrictFirstNodeSelectionByPublicKey to use in selecting first node based on public key c7e3a02
- Change the first node port to 9001 ce31d13
- Restrict first node selection based on the specified node ip and port 22c4f41
v3.4.18
What's Changed
- Added signed cycles cache by @jairajdev in #21
- Remove crypto.sign from the debug api by @jairajdev in #22
- Remove unnecessary node lists in NodeList module to improve performance by @tanuj-shardeum in #16
- Fix nodelist issue by @jairajdev in #24
- Blue 83 - Archiver appReceiptData verification fix for
0 amountSpent and status 0
check by @jairajdev in #28
Full Changelog: v3.4.17...v3.4.18
v3.4.18-0
- fix(rename): crypto util stringify indentifier rename 49f6674
- Update @shardus/types to version 1.2.13 a50241a
- fix(logs): simplified logs and removed unused 4281ca2
- fix(server): serialisation hook simplification aa9f481
- fix: customSerializerPlugin + custom parse for
getJson
andpostJson
2b99b02 - fix: add parsing/stringify for bigint in fastify ad0b4a8
- feat(socket): using string to decode socket response from server 565722f
- fix(json): fixed deserialisation function d09ad46
- fix(test): added missing replacements to safe stringify and code removal bda3ffd
- fix: avoid build path import introduced by prior commit a181698
- feat: migrate to unified stringify standard lib 8db3f74
- Blue 83 - Archiver appReceiptData verification fix for
0 amountSpent and status 0
check (#28) 1acc74a - Fix nodelist issue 4e91b2d
- Refactor NodeList module to handle empty node list case in getCachedNodeList function 48dacfe
- Refactor NodeList module to improve performance and remove unnecessary node lists code 41c86d5
- Remove crypto.sign from the debug api d5ff706
- Added signed cycles cache a62e93f