Plamen Hristov
Plamen Hristov
**Is your feature request related to a problem?** When the tag on the image doesn't change, reapplication of the deployment doesn't delete the pods. The not changing tag could happen...
For proper testing you need to start ngrok so the agent is visible outside of your env. ## Prerequisites ``` ngrok http 10001 --log=stdout export SITE_URL=$(curl http://localhost:4040/api/tunnels | jq --raw-output...
### What Added: - BLS12_G1ADD - BLS12_G1MUL - BLS12_G1MULTIEXP - BLS12_G2ADD - BLS12_G2MUL - BLS12_G2MULTIEXP Missing: - BLS12_PAIRING - BLS12_MAP_FP_TO_G1 - BLS12_MAP_FP2_TO_G2 - BLS12_HASH_TO_G1 - BLS12_HASH_TO_G2 ### Why Because of...
## Motivation I want to able to mock the `Provider` for `Subscription` in an easier way like so ```rust ... #[derive(Clone)] pub struct MockProvider { inner: Arc, from_block: u64, to_block:...