madara icon indicating copy to clipboard operation
madara copied to clipboard

DEPRECATED in favor of https://github.com/madara-alliance/madara

Results 64 madara issues
Sort by recently updated
recently updated
newest added

# Bug Report **Madara version:** commit: 38ef50e00a7c53ef55b5b2eb9a9f59426738de03 **Current behavior:** In the file starknet-rpc-test/get_class_at.rs, [line 67: ](https://github.com/keep-starknet-strange/madara/blob/38ef50e00a7c53ef55b5b2eb9a9f59426738de03/starknet-rpc-test/get_class_at.rs#L67C13-L67C79) ```rust let program: LegacyProgram = serde_json::from_str(data.as_str())?; ``` reported: Error: invalid type: map, expected string...

bug

L1 messages were removed here #1580, we need to add it back. The l1 messages crate is there, just need to spawn the worker in service.rs and add the settlement_layer...

bug

# Pull Request type Please add the labels corresponding to the type of changes your PR introduces: - Feature ## What is the current behavior? Currently uses Grandpa Resolves: #896...

# Pull Request type Please add the labels corresponding to the type of changes your PR introduces: - Feature: Enhanced error handling for `estimate_fee` calls, including specific transaction hash in...

## Implement tests for new rpc method starknet_getTransactionStatus The goal of this issue is to implement tests regarding the recently implemented rpc method starknet_getTransactionStatus under `starknet-rpc-tests/`

enhancement
backlog
needed-for-mainnet

Problem Description Current the Universal Deployer Contract with contract address - 0x041a78e741e5af2fec34b695679bc6891742439f7afb8484ecd7766661ad02bf has a class hash which is taken from starkscan [here](https://starkscan.co/contract/0x041a78e741e5af2fec34b695679bc6891742439f7afb8484ecd7766661ad02bf#class-code-history) This classhash isn't generated by us and might...

enhancement

# Feature Request **Describe the Feature Request** Currently in genesis we have these Braavos account class hashes ``` pub const BRAAVOS_ACCOUNT_CLASS_HASH_CAIRO_0: &str = "0x0244ca3d9fe8b47dd565a6f4270d979ba31a7d6ff2c3bf8776198161505e8b52"; pub const BRAAVOS_PROXY_CLASS_HASH_CAIRO_0: &str = "0x06a89ae7bd72c96202c040341c1ee422474b562e1d73c6848f08cae429c33262";...

enhancement
needed-for-mainnet

# 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

# Feature Request **Describe the Feature Request** Currently the problem is that we display logs from Substrate on block sync and concensus session: We should display Madara logs directly instead....

enhancement

### What is the problem? State updates used to be stored directly onto the disk for each block. They are not anymore since #1580, meaning the RPC won't work anymore....

enhancement