hiero-ledger / hiero-ledger/hiero-consensus-node

Replace Scratchpad with something simplier and not dependent on SelfSerializable

Open
#27,240 0 comments 0 reactions 1 assignee Claimed by @abies View on GitHub
Dominant language
Java
Stars
406
Forks
226
Avg merge
3d 4h
Merged PRs (30d)
210

Description

Scratchpad is a super complicated class, which is used only to store a single long value between the runs and is dependent on SelfSerializable, which we want to get rid of. Some simplier approach should be designed.

* We can keep most of the logic, but use PBJ wrappers instead of SelfSerializable
* We can get rid of entire generic Scratchpad class and just preserve that single ISS long as special case somewhere else

To be discussed.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.