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

## Implement AlephBFT Consensus in Madara ### Description The goal of this issue is to implement the AlephBFT consensus algorithm in Madara. AlephBFT is a peer-reviewed consensus protocol that is...

enhancement
consensus

Instead of comparing hardcoded values, execute the transaction and compare the actual fees with the estimated fees

enhancement
stale
backlog

If an L1 message fails to be processed, it gets processed again when you restart the node.

bug
stale
needed-for-mainnet

`work_ok_retrieving_class_for_contract_version_1` test depends on #992 which should fixed issue related to sierra program storage. Once #992 is merged, this test should be reenabled to ensure RPC endpoint is working correctly.

enhancement
stale
needed-for-mainnet

--- **Describe the documentation you'd like** A comprehensive, end-to-end guide for deploying on the Sharingan testnet. This guide should be broad and encompass various languages and SDKs, specifically starknet-rs, starknet-js,...

documentation
enhancement
good first issue
stale

# Bug Report **Madara version:** **Current behavior:** In PR #1420 checks, some tests failed due to the following code returning Err https://github.com/keep-starknet-strange/madara/blob/7900c0b884ee3fb978711ff65b19e98f0c143c03/starknet-rpc-test/src/utils.rs#L173 Details: https://github.com/keep-starknet-strange/madara/actions/runs/7806424794/job/21292853182?pr=1420 running 4 tests test fails_already_declared ......

bug
stale

That's not critical, but it could be interesting to understand why. I think it can be debugged with pallet tests, if we don't walk a few block as we usually...

stale

## Implement Tendermint Consensus Compatible with Substrate ### Description The goal of this issue is to implement the Tendermint consensus algorithm in a way that is compatible with the Substrate...

enhancement
stale
consensus

## Implement Narwhal and Bullshark Consensus Compatible with Substrate ### Description The goal of this issue is to implement the Narwhal and Bullshark consensus algorithms in a way that is...

enhancement
stale
consensus

We want to benchmark `cargonexttest` against our current test runner to check if it runs the tests faster. If it does, we will replace it

enhancement
good first issue
testing
stale
performance
devops