-
### Summary
Currently slashing makes two state reads per validator, always one write, sometimes two writes, every block. This causes excess time for:
- Fetching this data
- IAVL committing to thi…
-
## Description
The scenario refers to the case of having one sentry node and one validator and FQDN are used in persistent peers.
A simple configuration to replicate this scenario looks like the…
-
### Expected Behavior
When following the docs here:
https://micronaut-projects.github.io/micronaut-validation/snapshot/guide/index.html#compileTimeValidation
I expect the below annotation to be val…
-
The validator does not appear to accept JSON objects as "properties" of a multipart payload. For example, in this trimmed-down schema:
```yaml
openapi: 3.1.0
paths:
/intake:
post:
…
-
> [!NOTE]
[According to previous discussion](https://github.com/younginnovations/iatipublisher/issues/1408), for testing 100 activities bulk publish, we used 50 transactions, 50 results, 10 indicato…
-
We should probably assert in the order validator (which is used in roachtests, changefeed nemeses etc) that resolved messages are monotonic. You should never see a regression in the resolved messages.…
-
# Generate validator code from PlantUML custom theme specification
## Context
Most organizations have business-minded individuals or non-software engineers defining the specifications of the sof…
-
Hey!
First of all, I'm *not* trying to promote my library. I'd like to include it in this repo as an official... not sure, either replacement or alternative to the existing `zod-openapi` middleware…
-
I'm using below function in an automated w3c validator script. It runs daily across ~200 URLs:
```
def validate_url(url):
import requests, sys
print("test url: ", url)
validator_…
-
In the context of a parachain, the ref time weight is used AFAICT to both limit the time to produce a block, and ensure the time to execute the block validation in the relay chain fits into the 2 seco…