You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that rest has been refactored to remove the local validator and use SLPDB for all SLP interactions, we can safely remove leveldb and the level npm dependency. This will make rest stateless again, which is an important step to improved scaling.
The scope of this task is to remove leveldb and the level npm dependency. All unit and integration tests should pass after these updates.
The text was updated successfully, but these errors were encountered:
Now that rest has been refactored to remove the local validator and use SLPDB for all SLP interactions, we can safely remove leveldb and the
level
npm dependency. This will make rest stateless again, which is an important step to improved scaling.The scope of this task is to remove leveldb and the
level
npm dependency. All unit and integration tests should pass after these updates.The text was updated successfully, but these errors were encountered: