Zaki Manian

Results 25 issues of Zaki Manian

When I used your library I always end up with a function similar to this... Should something like it be in the library? I typically work with text console type...

During the Terra collapse, we observed a very large number of invalid transactions in proposed and confirmed blocks. ZKValidator An assumption in Cosmos has been that block proposers would be...

C:x/slashing

So I've been thinking a bit about the properties of an optimal backend for the IAVL tree. We currently use a general purpose backend for the IAVL tree like leveldb....

``` Process: Seaglass [8106] Path: /Volumes/VOLUME/*/Seaglass.app/Contents/MacOS/Seaglass Identifier: eu.neilalexander.seaglass Version: 0.0.493-2695641 (493) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Seaglass [8106] User ID: 501 Date/Time: 2018-11-28 20:50:44.261 -0800 OS...

bug

It should be possible to write a TMSP app that blocks until an IBC Commit tx gets an ACK or a tImeout. It should also be possible write a non...

In order to transfer value between shards using the HUB, users on the Shard will generate an IBC packet to the HUB transferring the value to another shard. This IBC...

https://github.com/osmosis-labs/osmosis/issues/567 We should collaborate with Osmosis.

The Stargate upgrade is nearly feature complete and the Stargate team is working with wallet teams to ensure they are ready for stargate. We are currently running the `stargate-3` testnet...

ADR to upgrade the staking/distr/slashing module to support the liquid staking design from #12917

Type: ADR

To better accommodate a wide range of HSMs(esp the ledger nano s), Tendermint `v0.29.0` is planning to switch to prehashing consensus messages before voting so. ed25519sign(privkey, sha512(msg)), and ed25519verify(pubkey,sha512(msg)) ....