Tomas Zemanovic
Tomas Zemanovic
## Describe your changes Updated rust-rocksdb dependency to v0.23 which uses RocksDB (C++) 9.9.3. ## Checklist before merging - [ ] If this PR has some consensus breaking changes, I...
## Describe your changes Adds a device automation for MASP e2e test to run in the CI. Depends-On: #3797 ## Checklist before merging - [ ] If this PR has...
There's a change that this might be a consensus breaking change, but from the change log it looks like it might be compatible, so we should determine that once we...
These have to match the versions used in `k256` and `ed25519-consensus` deps so we cannot update before these crate do
This requires Comet config to have tx `indexer` enabled (e.g. set to `"kv"`), but even with that it doesn't seem to work. We need to figure out why and add...
## Describe your changes ## Checklist before merging - [ ] If this PR has some consensus breaking changes, I added the corresponding `breaking::` labels - This will require 2...
Serde based serialization of the storage keys uses the inner segments, which is not very readable in e.g. JSON format (in for example tx result): ```json "changed_keys": [ { "segments":...
In ABCI Commit response we currently return `0` for `retain_height` which means no pruning. We could allow to configure this per node, but by default it should be set to...
In #4251 we had to workaround API requiring MASP params even in cases where those might not be needed (in there it's a workaround for IBC transfer that's not shielded)....
## Describe your changes - adds a support for IBC integration tests by - calling hermes lib code rather than a binary - mocking required CometBFT endpoints used by hermes...