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
**Motivation**
Enable storing account information in DB
**Description**
* Rename `Account` into `GenesisAccount` and add a separate `Account`
struct containing the storage, code, and info fields, with the info
being an `AccountInfo` struct containing the code hash. Also implement
conversion from `GenesisAccount` to `Account`
* Create `AccountInfos` table mapping addresses to account info
* Implement TODO comment related to encoding
<!-- Link to issues: Resolveslambdaclass#111, Resolveslambdaclass#222 -->
Closeslambdaclass#40
The DB table should be keyed by account address, and store the account's nonce, balance, and bytecode hash
The text was updated successfully, but these errors were encountered: