Nisheeth Barthwal
Nisheeth Barthwal
Fixes #25 Downloads `aarch_64` release for `arm64` architecture.
The releases for arm64/aarch64 are already provided on the Protobuf releases page https://github.com/protocolbuffers/protobuf/releases and thus can easily be supported
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
### What does it do? autocompounds staking rewards for delegators based on a user-defined setting. Collator rewards will not be auto-compounded. ### :warning: Breaking Changes :warning: | :heavy_check_mark: New Additions...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
## Summary Allows returning number of calls to a specific method in a thread safe way. ## Changes Adds a new method on the `Mock` object that returns the call...
## What ❔ Fixes the call documentation table. ## Before  ## After  ## Why ❔ Documentation is required while working on related projects like [foundry-zksync](https://github.com/matter-labs/foundry-zksync/) ## Checklist -...
I have a basic `ESP8266WebServer` that sends roughly 1000 characters worth of response via `send()`. Everything works fine when the traffic is over the local IPv4 address _192.168.xx.xx_. However, I...
Adds benchmarked weights to pallet `parachain-system`
Implements call state override for `eth_call`.