shekohex

Results 49 issues of shekohex

While executing the deploy [scripts](https://github.com/webb-tools/protocol-solidity/blob/055a90383aef169c5d042b35da359667d3b3044e/scripts/evm/deployments/VBridge8Side.ts) consider generating also Relayer configurations from the contract addresses after the deployment is done.

feature ➕
p2 🟡
difficulty: starter 🏁
optimization ⚙️
task ✔️

# Overview Currently when a Peer disconnect from our DKG Gossip Engine, we do cleanup the state of that peer, which contains the known messages, and other metadata. Which is...

feature ➕
spec 🆕
p0 🔥
optimization ⚙️
difficulty: medium 🚩

# Overview As of now, the current Gossip Network Engine does not grantee the following cases: 1. The Recipient is _actually_ ready to _process_ the message (note that processing the...

spec 🆕
p2 🟡
optimization ⚙️
difficulty: challenging 🏴‍☠️

# Overview The current Implementation of the Signing Protocol is not the best implementation we can have, it runs the offline stage and then the voting stage after that every...

feature ➕
spec 🆕
p3 🔵

**Describe the bug** Looks like we receive offline messages during a voting stage! **To Reproduce** Steps to reproduce the behavior: 1. Just run the standalone network and watch the logs!...

bug 🪲
p2 🟡
difficulty: medium 🚩

**Summary of changes** Changes introduced in this pull request: - #393 **Reference issue to close (if applicable)** Closes #393

**Bug Description** `ChainNonces` which is a Map between `ChainId` to `ProposalNonces` is used in two cases: 1. To check if `chain_id` is whitelisted or not, by checking that `chain_id` exists...

bug 🪲
p3 🔵

The client should provide a way to query the current sync progress so we could show it in the UI/CLI

Currently, I can't add two or more QR-based hardware wallets to Rabby. And even I can't add more than one of two different wallets like (Airgap and Keystone). Related issues:...

help wanted