Results 9 issues of Aramik

# Goal The goal of this PR is to expose missing nonces in future pool which causes problems when submitting a lot of transactions from the same account. Closes #1974...

metadata-changed

# Goal The goal of this PR is to show the changes necessary to make passkeys work in Frequency # SHOULD NOT GET MERGED

metadata-changed
metadata-version-not-incremented

# Description Since dealing with nonces is challenging and complex we would like to implement an RPC which would expose any missing nonces in future pool so that the client...

enhancement

# Problem Currently we have hardcoded the local rpc node to `http://localhost:9944` since we could not pass in the node params via custom extension due to an existing bug on...

enhancement
blocked
tech-debt

# Goal The goal of this PR is to check the hash for stateful storage transactions and fail early. Closes #1860 # Checklist - [x] Unit Tests added? - [x]...

metadata-changed

## Details Currently P256 signature verification is around 22 times heavier compared to a Sr25519 one in WASM and 6 times heavier in native code. We would like to optimize...

enhancement
blocked

### Feature Description It looks like that having the `post_disptach` constraints is not compatible with the constraints on the pallet extrinsic. There might be a way to accomplish this by...

enhancement
discussion

### Feature Description ## Details Currently we are not using any generics in `StaleHashCheckExtension` . To make it more generic just like other signed extensions we can take a look...

chore
tech-debt

# Goal The goal of this PR is to add health check to docker images Closes #1390 # Discussion - Using the already existed script written by Puneet - another...