lklimek
lklimek
## Issue being fixed or feature implemented For tuning of ABCI consensus params, we need a way to specify consensus params updates in real time, without modifying or even restarting...
## Issue being fixed or feature implemented For the rs-sdk testing, we assume that each feature must have relevant test implemented. Current rs-sdk test framework doesn't support testing of Puts...
## Issue being fixed or feature implemented New Rust was released ## What was done? * bumped version to 1.76 in github actions, rust-toolchain.toml, Dockerfile, Cargo.toml files and README.md *...
## Issue being fixed or feature implemented Build of rocksdb crate takes quite much time. Majority of this time is due to build of rocksdb C binaries. This fact is...
## Issue being fixed or feature implemented We need to unify code formatting. ## What was done? This PR adds `.rustfmt.toml` file to the repo that defines formatting of Rust...
## Issue being fixed or feature implemented We want to be able to check if the platform can process an asset lock. ## What was done? Added AssetLockProofVerifier trait with...
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...
## Issue being fixed or feature implemented To intercept traffic, I use mitmproxy. However, it doesn't support http/3 without tls, and to work with tls I need to set ca...
## Issue being fixed or feature implemented Every time we deploy a devnet, we need to configure Kibana views manually from scratch ## What was done? Exported Tenderdash config from...
## Issue being fixed or feature implemented DNS record ` "metrics.${var.public_network_name}.networks.${var.main_domain}"` is not created successfully. ## What was done? fixed what looks like a copy-paste bug ## How Has This...