beerus icon indicating copy to clipboard operation
beerus copied to clipboard

A stateless trustless Starknet light client in Rust 🦀

Results 42 beerus issues
Sort by recently updated
recently updated
newest added

Non-actionable at this point unfortunately. Helios needs to bump `revm` to a fixed version, then we can bump Helios - not much we can do but just wait until it...

bug
dependencies

Currently with `axum` and RPC serving extracted, the only thing that stops from compiling stateless execution code with `--target wasm32-unknown-unknown` seems to be the possibility for the [`blockifier`](https://github.com/starkware-libs/blockifier/blob/v0.5.0/Cargo.toml#L28) to depend...

feature

Umbrella issue for activities related to WebAssembly support. Goals: - analyze & design use-cases for wasm library - potentially wallet integration? - keep existing relevant code wasm-friendly - update CI...

feature
wasm

Add "trust mode" config property: - L1 (query only until the last block committed to Ethereum) - Helios will only be necessary here - to query the last committed block...

feature

Scarb is a tool from starknet environment that is used to compile smart contracts written in cairo. In scope of this issue, it has to be investigated and solved use...

Created two tests that interact with smart contracts on sepolia. Removed test_call because it uses same call on erc20 as an updated test. Updated test has couple of more calls:...

tests

After successfully providing account declare and deploy tests on local development nodes, it is necessary to also provide tests on live testnet. It is not going to be possible to...

tests

Migrate the existing workflow that creates, declares and deploys multiple accounts on sepolia.

Before starting to deploy multiple accounts on sepolia, it would be good to test the whole workflow on katana. With this, it will be possible to deploy 100s of accounts...

Since the plan is to have an automated test that at some frequency will declare/deploy new accounts on sepolia, it is necessary to secure an account that will always have...