Dmitry S

Results 18 issues of Dmitry S

1. Load "max concurrent signatures" from on-chain param (should be created first) 2. Introduce throttling "fairness" between different chains > Example: There are 200 pending outbounds on Base and BSC...

zetaclient

Let's add a test that checks WaC RPC calls and the overall correctness of WaC flow. https://github.com/zeta-chain/node/blob/d7f7dfc5d41e1a5808d32a630d04be0c859d2f34/zetaclient/chains/sui/signer/signer_test.go#L28

chain:sui

The most significant use case is to deposit or withdraw USDT tokens (which is the most popular Jetton as of now).

epic
chain:ton

```sh zq fungible list-foreign-coins --output json | jq '.foreignCoins[] | select(.symbol | contains("TON"))' { "zrc20_contract_address": "0x54Bf2B1E91FCb56853097BD2545750d218E245e1", "asset": "", "foreign_chain_id": "2015141", "decimals": 9, "name": "ZetaChain ZRC20 TON Testnet TON", "symbol": "TON.TON",...

chain:ton

This PR adds a priority queue for inbound `Reactor` envelopes before they arrive at the subsequent consumer pool. The implementation relies on a thread-safe leveled linked list instead of a...

This PR adds experimental support for lib-p2p gossipsub to `switch.Broadcast(...)`. - Default conf. parameters are used - Each gossip message is processed concurrently, preventing blocking [What is gossipsub?](https://docs.libp2p.io/concepts/pubsub/overview/) --- ####...