Almog De Paz
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...
### 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...
### 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 ###...