Xuefei Han

Results 27 issues of Xuefei Han

Currently we choose AlephBTF as the consensus protocol. To help with understanding, this issue lists some requirements/dependencies for AlephBFT (in development): 1. Erasure Coding: This is to split information (data)...

triage

### Steps taken/Steps to reproduce If there is only one node in the Pyrsia network, adding an authorized node fails due to a `broadcast` error. The steps to reproduce are...

bug
triage

# 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

# 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...

bug

# 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...

stuck

# 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

This PR adds the following functions to fetch non-state data from the fork network. ```rust pub fn do_get_events( &self, filter: EventFilter, continuation_token: Option, chunks_size: ChunkSize, ) -> Result pub fn...

katana
external-contributor