madara-alliance / madara

Madara is a powerful hybrid Starknet client written in Rust.
https://madara.build
Apache License 2.0
77 stars 30 forks source link

feat(clean): dc_db: rename DbBlockId::BlockN to DbBlockId::Number #217

Closed cchudant closed 3 weeks ago

cchudant commented 3 months ago

Lifted from @tdelabro's review comment in #198

DbBlockId::BlockN should be renamed DbBlockId::Number in dc_db so that it reads better

varun-doshi commented 1 month ago

I'd like to take this up