Aneeque

Results 23 issues of Aneeque

Pending Block and State are written to the DB this means that any subsequent runs of Juno when `pending-poll` is disabled would have access to the old Pending Block and...

no-stale

Reduce the overloading of the Transaction keyword.

Good first issue
Trie

Most likely there will only be one DB hence the `SyncTransaction` and `BufferedTransaction` abstractions may not be required. Instead, we should rely on the underlying DB implementation to provide the...

DB
no-stale

Pebble offers the following compression [algorithms](https://github.com/cockroachdb/pebble/blob/eae0efc2a3919f0a56861ea71471ce723f256726/options.go#L39-L43): ```go const ( DefaultCompression = sstable.DefaultCompression NoCompression = sstable.NoCompression SnappyCompression = sstable.SnappyCompression ZstdCompression = sstable.ZstdCompression ) ```

Optimisation
DB

Juno has 16 migrations most of which have been applied by the users due to upgrades to the Starknet versions. Therefore, it doesn't make sense to still have the migration...

DB
no-stale

@markya0616 @yutelin @alanchchen @bailantaotao @tailingchen I am trying to set a private Istanbul network, however, every client I bring up has a coinbase/etherbase which I didn't create and `eth.accounts[0]` is...

Determine the time taken for the following parts of the request: - parsing of the request - retreiving relevant data - creating the response

Optimisation
RPC
no-stale

The [clean architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) which we decided to use for Juno states the `Entities` (`core` package) should be independent of any influences from `Usecases` and be a stand-alone representation of a...

Refactor
no-stale

The `clients/feeder` and `clients/gateway` packages belong to the `Frameworks & Drivers` layer of clean architecture, therefore any layer inside of `Frameworks & Drivers` can only use `clients/feeder` and `clients/gateway` through...

Refactor
no-stale

- Set up boot nodes - Snap sync for all networks - Test snap sync

Synchronisation
no-stale