StrathCole

Results 11 issues of StrathCole

When sending an FT.DROP to a master node that might not have this index yes, the node crashes. The log was done with module-oss.so (RSCoordinator) but I tried the redisearch.so,...

This PR allows to use `push_stream_max_messages_stored` and `push_stream_message_ttl` in `server` and `location`. One thing this PR does **not** handle is taking into account the above-mentioned settings in regard to EVENT...

## Summary of changes **alternative implementation to #388 using message types and v1 governance** Introduce zone-based tax exemption. Zones are always tax-free internally. Optionally they can be set to be...

## Summary of changes - gas prices are added as on-chain governance parameters - tax is converted to gas by using gas price - ante handler only takes few gas,...

@javiersuweijie it seems shuttle is missing some txs again. I have not researched all, but e.g. this one was reported https://etherscan.io/tx/0x8728ff36a23c7f69b0811706019dda9b0135d2454bc0e6d7ecc6eab348fb711d

## Summary of changes This is an implementation as an alternative to tax2gas. It solves similar issues as tax2gas does, but additionally shifts taxation to the recipient side. Also it...

Fixes for the tax2gas implementation and gas handling ## Copilot Summary This pull request introduces a new `Tax2Gas` feature to the Terra application, which includes significant changes to the handling...

Station mobile uses 1uluna to send gas estimation requests. This is too low to calculate gas which leads to very inaccurate gas estimates (tax involves kv store operations).

## Summary of changes This change fixes the issue of querying historic blocks pre-0.47 upgrade by using custom queriers for wasm and staking. It also adds a new script to...

Added a flush threshold to prevent Pebble batch from exceeding 4 GB limit during write operations. Cometbft-db just executes set and delete on the batches without checking for the size....