iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 371 forks source link

[Fix] LS taking too long #1843

Closed kwek20 closed 4 years ago

kwek20 commented 4 years ago

Description of change

Changes code to use a more lightweight entrypoint generation. Code largely based on Hornet LS code, thanks <3

fixes #1797

base branch should be changed, code is currently based on 1.8.5 as requested

Type of change

How the change has been tested

Takes snapshot, runs unit tests.

Test: https://github.com/kwek20/random-tests/blob/master/src/main/java/org/iota/test/tests/TestSnapshot.java

Todo: