madara
madara copied to clipboard
DEPRECATED in favor of https://github.com/madara-alliance/madara
# feat(mainnet): Make Madara compatible with Starknet mainnet Now that madara is compatible with Starknet mainnet specs. We should be able to easily store and retrieve state from mainnet. ###...
# Bug Report **Madara version:** v.0.7.0 **Current behavior:** In the PR #1526 , github workflow [Run rpc tests/rpc-tests](https://github.com/keep-starknet-strange/madara/actions/runs/8594755121/job/23548606964?pr=1526), the test case starknet-rpc-test::tarknet_estimate_fee::work_ok cannot get InvokeTransactionReceipt, but locally, the test case...
The current node genesis as well as the mock genesis used for testing in the starknet pallet contain incorrect contract addresses and class hashes. The PR should: - Compute the...
This issue aims to bump Madara current JSON-RPC version from v0.5.1 (implemented here #1313) it is a continuation of this issue #1291 and the full implementation specs can be found...
Currently, if I understand it correctly, Madara reads events instantly from the L1 even if they arne't finalised. First, we need to confirm this is the case. If it yes,...
# Bug Report On declaring contracts compiled with Cairo 2.6.0, Madara returns a 500 error 2024-04-30 12:44:13 Failed to convert BroadcastedTransaction to AccountTransaction: Failed to compile to Sierra The same...
TXs V3 were added in the latest rebase. We need both pallet and RPC tests for those. Pallet to tests failure, edge-cases, and so on. RPC to test the generic...
# 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...
ethers-rs is being deprecated and alloy-rs has some new features we would benefit from, ex: figuring if a block is finalised or not. ref - https://github.com/gakonst/ethers-rs/issues/2667
# Pull Request type Please add the labels corresponding to the type of changes your PR introduces: - Testing ## What is the current behavior? Resolves: #1368 ## What is...