nanocurrency / nanodb-specification

Nano ledger database format specification and Python sample
BSD 2-Clause "Simplified" License
16 stars 10 forks source link

v17 upgrade - confirmation height table to include cemented frontier #1

Closed wezrule closed 4 years ago

wezrule commented 4 years ago

Confirmation height table has changed from nano::account -> uint64 to nano::account -> uint64, nano::block_hash. It needs updating https://github.com/nanocurrency/nano-node/pull/2481

cryptocode commented 4 years ago

Thanks! Specification is updated.