matter-labs / matter-labs/zksync
const deposit = await syncWallet.depositToSyncFromEthereum return error
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 4.9k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
Error: failed to meet quorum (method="getBlock", params={"includeTransactions":false,"blockTag":"latest"}, results=[{"weight":1,"start":1685963386598,"result":{"hash":"0xd447e721945b16426b0973230878b686696c76a42838397b192777d8bdb9ab55","parentHash":"0x945177305b6fcce3ad4891cba1cc98d660a97a86698b875f1fc5f5b215d55478","number":17413932,"timestamp":1685963375,"nonce":"0x0000000000000000","difficulty":0,"gasLimit":{"type":"BigNumber","hex":"0x01c9c380"},"gasUsed":{"type":"BigNumber","hex":"0x016ec514"},"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the error at syncWallet.depositToSyncFromEthereum and inspect the getBlock call shown in the error. Trace how quorum results are collected and determine the expected behavior for this failure, but the issue does not name files, tests, or a clear completion condition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100