-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database table names are inconsistently singular/plural #3625
Comments
hehe a tale as old as time |
related #3464 |
This issue is stale because it has been open for 14 days with no activity. |
Is anyone working on this right now? And would this be a suitable first ticket for public to work on since its |
@ExtremelySunnyYK no one is working on it right now, assigned you! |
thank you! for assigning it to me @shekhirin appreciate it, will start working on this at this week. |
hey @ExtremelySunnyYK, let me know if you're no longer working on this, as someone else could take this good first issue! |
I could take it if he is inactive |
@JosepBove sounds good, assigned! |
Thanks, will work on this tomorrow! |
Does everyone agree with this names? tables!([
(CanonicalHeaders, TableType::Table),
(HeaderTD, TableType::Table),
(HeaderNumbers, TableType::Table),
(Headers, TableType::Table),
(BlockBodyIndices, TableType::Table),
(BlockOmmers, TableType::Table),
(BlockWithdrawals, TableType::Table),
(TransactionBlock, TableType::Table),
(Transactions, TableType::Table),
(TransactionHashNumbers, TableType::Table),
(Receipts, TableType::Table),
(PlainAccountStates, TableType::Table),
(PlainStorageStates, TableType::DupSort),
(Bytecodes, TableType::Table),
(AccountHistory, TableType::Table),
(StorageHistory, TableType::Table),
(AccountChangeSets, TableType::DupSort),
(StorageChangeSets, TableType::DupSort),
(HashedAccounts, TableType::Table),
(HashedStorages, TableType::DupSort),
(AccountsTries, TableType::Table),
(StoragesTries, TableType::DupSort),
(TransactionSenders, TableType::Table),
(SyncStages, TableType::Table),
(SyncStageProgresses, TableType::Table)
]); |
@JosepBove IMO:
|
Okay, I will keep this discussion open for today, if no one has anything else to say I will implement the changes |
As no comments were made I start the implementation |
Describe the feature
Tidy up
reth/crates/storage/db/src/tables/mod.rs
Lines 161 to 187 in 6810cd1
Additional context
No response
The text was updated successfully, but these errors were encountered: