Rodrigo Quelhas
Rodrigo Quelhas
* Use type annotations to identify the values and their respective field names; * Validate big_map identifier when accessing the big_map_diff; * Support custom contract storage as long as mandatory...
The [README](https://github.com/balancer-labs/balancer-subgraph-v2/blob/master/README.md) file is outdated. It was lastly updated in the following commit: https://github.com/balancer-labs/balancer-subgraph-v2/commit/0283d2b84324c7858da9edc03ceaec9a036c716f Since then, the docker setup has been moved to a different repository: https://github.com/balancer-labs/balancer-subgraph-v2/pull/29
- [x] Adds 2 new opcodes (`TLOAD` and `TSTORE`) for manipulating state that behaves almost identically to storage but is discarded after every transaction. - These new instructions were introduced...
This PR adds 2 new opcodes (`TLOAD` and `TSTORE`) for manipulating state that behaves almost identically to storage but is discarded after every transaction. These new instructions were introduced by...
The PR adds a configuration for Cancun fork. Includes a fix related to [EIP-2929](https://eips.ethereum.org/EIPS/eip-2929), where some addresses were incorrectly considered `cold` and consumed extra gas. I identified this issue when...
Commit split from https://github.com/airgap-it/tezos-rust-sdk/pull/37
Updated version of #2427 by @rimbi Uses precompile-utils from frontier
### What does it do? polkadot-sdk companion: https://github.com/moonbeam-foundation/polkadot-sdk/tree/rq/lazy-loading ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ###...
### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...