hashgraph / hedera-transaction-tool-demo

The Hedera Transaction Tool demo application.
Apache License 2.0
9 stars 9 forks source link

12.2.1 features #471

Closed jbair06 closed 1 year ago

jbair06 commented 1 year ago

Description: Due to the rollback, and some necessary fixes while trying to structure the updates, a number issues were resolved simultaneously. In addition to the fixes below, this PR also contains a seemingly large speed increase to the signing process when a large amount of transactions are present. A cache system was also implemented, allowing for automated archiving of transactions that are expired.

The cache system used is Caffeine (google's CacheBuilder named Caffeine as the successor).

Related issue(s):

Fixes #448, #467, #468 as well as speed improvements.

Notes for reviewer: This version of the tool is currently being manually tested by Simi and Mark.

github-actions[bot] commented 1 year ago

Unit Test Results

356 tests   313 :heavy_check_mark:  7m 34s :stopwatch:   77 suites    43 :zzz:   77 files        0 :x:

Results for commit b04d0540.

:recycle: This comment has been updated with latest results.