Removes btck_chain_get_genesis and btck_chain_get_tip.
They are trivially replaced with btck_chain_get_by_height (as indicated in the updated bitcoinkernel_wrapper.h), so I think it makes sense to trim the interface.
For btck_chain_get_tip: on master we don’t provide any guarantees that the returned block index still corresponds to the actual tip, so the extra call doesn’t seem like a regression to me.