Almog De Paz

Results 13 issues of Almog De Paz

### Purpose: add unconfirmed transaction cache to avoid unnecessary serialisation on each new coin state update ### Current Behavior: we pull all unconfirmed transactions from the database on each new...

merge_conflict
Fixed
Performance

### Purpose: full node add_block is only used to add blocks on top of the current Peak, it does not need ForkInfo besides from the usage in tests, this pr...

Blockchain team
full_node
merge_conflict
Fixed
Cleanup

### Purpose: remove contains height from blocks protocol ### Current Behavior: we are using contains height that just checks the height_to_hash where we can just check if height is ###...

Blockchain team
merge_conflict
Fixed
Cleanup