madara
madara copied to clipboard
DEPRECATED in favor of https://github.com/madara-alliance/madara
Adding some tests for txv3, some of them are not working. # Pull Request type Please add the labels corresponding to the type of changes your PR introduces: - Bugfix...
In `crates/pallets/starknet/src/tests/declare_tx.rs` add a test that is using `DeclareTransaction::V0` instead of the `V1` we are using everywhere.
- #921 - #922 - #923 - #926
# Pull Request type Please add the labels corresponding to the type of changes your PR introduces: - Feature ## What is the current behavior? Resolves: #1594 ## What is...
Madara and Mock don't use the same contract ABI (some have line breaks), so the class hashes are not the same between Madara and Mock. Do you want Mock to...
```rust /// Returns a [`ContractClass`] from a [`BlockifierContractClass`] pub fn to_rpc_contract_class(contract_class: BlockifierContractClass) -> Result { match contract_class { BlockifierContractClass::V0(contract_class) => { let entry_points_by_type = to_legacy_entry_points_by_type(&contract_class.entry_points_by_type)?; let compressed_program = compress(&contract_class.program.to_bytes())?; Ok(ContractClass::Legacy(CompressedLegacyContractClass...
# Pull Request type * Build-related changes ## What is the current behavior? Currently gomu gomu benchmark is run, but the results are just output to console. Resolves: #NA ##...
# Feature Request The prover will need to be able to data out of the chain for each block it want to prove. To allow this, we will add a...