0xevolve

Results 8 issues of 0xevolve

# Feature Request **Describe the Feature Request** We need a better way to initialise the chain state that doesn't require hardcoding storage keys/values in the config unless for very specific...

feature

# Pull Request type Please add the labels corresponding to the type of changes your PR introduces: - Bugfix X Feature - Code style update (formatting, renaming) - Refactoring (no...

**Current Behavior** `getStateUpdate` RPC endpoint is mocked. ```rust Ok(StateUpdate { block_hash: block.header().hash(*self.hasher).into(), new_root: block.header().global_state_root.into(), old_root, state_diff: StateDiff { storage_diffs: Vec::new(), deprecated_declared_classes: Vec::new(), declared_classes: Vec::new(), deployed_contracts: Vec::new(), replaced_classes: Vec::new(), nonces: Vec::new(),...

enhancement
good first issue
testing
backlog

```rust /// Manage LRU caches for block data and their transaction statuses. /// These are large and take a lot of time to fetch from the database. /// Storing them...

enhancement
stale
backlog

### Description Adds support for starknet based chains in Hyperlane. ### Drive-by changes ### Related issues ### Backward compatibility ### Testing

Hello, I was wondering why there is no `EnumStringConst` proc-macro since it's used in a lot of cases when wanting to do compile-time validation on a string literral. e.g ```rust...

## Changes - Moves all query keys and query fns to its own package This will make it easier when creating the vue package as these are shared accross frameworks.

no stale

tsup has been deprecated in favor of https://github.com/rolldown/tsdown/