Aneeque
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...
Reduce the overloading of the Transaction keyword.
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...
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 ) ```
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...
@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
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...
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...
- Set up boot nodes - Snap sync for all networks - Test snap sync