Don

Results 31 issues of Don

I think Drill is outstanding. A key limitation is if your application is secured via some form of JWT then it's a little difficult to run longer load tests without...

enhancement

### Description ### Acceptance Criteria - Exposes`T::MinBond` via pallet-executor-staking Config trait - implements call `fn bond(...)` & `fn unbond(...)` - implements call `fn setup_executor( params: { commission_rate, !maybe! nominators_risk_ratio })`...

### Item Type Task ### Description There is a lot of duplication when implementing a pallet/configuring in both the runtime and the chainspec. We should move common/copy paste code to...

technical debt

### Item Type Task ### Description We currently use async-std for fetching some info, this will cause an issue with multiple async runtimes competing for resources. Ideally, we use `sc_service::SpawnTaskHandle`...

technical debt

When we handle hooks in the circuit, we need to ensure an accurate weight is provided, otherwise we may take up too little or too much block space for the...

I've noticed a [TODO](https://github.com/lambdaclass/lambdaworks/blob/main/math/src/elliptic_curve/short_weierstrass/point.rs#L237) in the codebase but couldn't find a ticket for it. I'd made a partial implementation [here](https://github.com/near/rollup-data-availability/pull/53/commits/3d3bb10c895e20a504653475e4deffd6ce26f885) but since removed it because I've only recently been diving...

The sidecar is a simpler way to consume DA, is the preferred focus for rollup sdks (CDK, OP-plasma, Zksync) and works for all programming languages, so we should steer users...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**Is your feature request related to a problem? Please describe.** We should expose some finality parameter to users in the client, with a default to wait for full finality. Use...

good first issue

allow users to instantiate the da-rpc in read-only mode without keys