Aurelia

Results 5 issues of Aurelia

* generate a new wallet from empty temp file * assert get_wallet_address_list is empty * generate a private key K outside of the wallet * assert add_private_key returns the corresponding...

good first issue
tests

> > Also maybe it's worth specifying the max number of open nodes per IP address for each type to give more granularity. > > You mean the max_in_connections_per_ip in...

enhancement
good first issue
network

To make external contributions easier (the Russian client looks pretty)

external
refactoring
suggestion
todo

Not sure about it but maybe we could try to have some generic struct (Im' open to suggestions regarding names :wink: ) ```rust struct Snapshot { known: Map, wanted: Map,...

network
refactoring

Following the discussion [here](https://github.com/meilisearch/heed/pull/182#issuecomment-1632815764) - [ ] Define a type alias for the database identifier (Dbi) `type Dbi = u32;` - [ ] Update EnvInner accordingly