zkElton.eth
zkElton.eth
## Description Found a failing test while looking through the request-response protocol crate. The function `dial_succeeds_after_adding_peers_address()` was just missing the `cbor` feature flag. Added the flag and the test passed.
**Describe the bug** Bevy app will not compile when targeting wasm if `torii-client` is imported **To Reproduce** 1. Create a brand new rust binary: `cargo new {example_project}` 2. Add bevy...
**Describe the bug** running `asdf install dojo latest` results in the following error: ``` curl: (22) The requested URL returned error: 404 asdf-dojo: Could not download https://github.com/dojoengine/dojo/releases/download/v1.2.2/dojo_v1.2.2_linux_aarch64.tar.gz ``` when attempting...