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
* removed chain storage an related code
* removed headers from ChainState
* tip_height method removed
* removed get_tip_hesh
* replaced header_at_height
* removed unused methods
* init_from_checkpoint sync
* tip_header removed
* removed two methos that where invovled in the same process
* fixed ffi
* test updated to the changes
* chore: removed fork detector and fork structs (#290)
* get_header now checks out of bound to return None instead of panics
* start height was not being updated properly
* fixed other test by correctly storing the headers in the storage
* removed genesis block creation in ChainState creation
* fixed clippy warnings
* dropped unuseed code
* code review suggestions
0 commit comments