-
### Prerequisites
* [x] Are you running the latest version(s)?
* [x] Have you searched the [documentation for your issue](https://academy.subquery.network/)?
* [x] Did you search for an existing …
-
**Problem**:
When executing a script with Foundry against Supersim, the following error was encountered:
EvmError: NotActivated
This error is ambiguous and does not provide clear guidance on its …
-
Develop automated tests to verify the gas consumption are same across the following executors (including using the latest gas algorithm with custom gas parameters):
- executor in the evm-runtime co…
-
Right now we have an EVM gateway and a ZetaChain gateway, but some (most?) apps need to simulate transfer of value/data between EVM chains. Maybe we should have two EVM gateways (we can call them EVM1…
-
4th quiz on Advance Foundry: Section 2: Develop an NFTs Collection: 21. Quiz: NFTs Collection Recap, asks for the difference between 'call' and 'staticcall', but staticcall is only explained in the fo…
-
### User Story
As a user, I want to off my USDT / USDC from the following networks:
- [ ] Ethereum
- [ ] BSC
- [ ] Arbitrum
- [ ] Base
- [ ] Avalanche
## Assets
| N…
-
Re: #304
In [evm/src/precompile/confidential.rs](https://github.com/oasisprotocol/oasis-sdk/blob/main/runtime-sdk/modules/evm/src/precompile/confidential.rs) we support Ed25519, Secp256k1, Secp256r…
-
DipDup should detect proxy contracts in config and "unwrap"(receive the correct ABI of the underlying contract) them without additional actions from user.
About proxy contracts: https://info.ethersca…
-
## Desired Behavior
As a user of an EVM wallet, I should be able to:
- [ ] Make an EVM call that calls "/cosmos.bank.v1beta1.MsgSend" using
a given `to_address`, `denom`, and `amount`. The `to_addr…
-
Some tests currently use `Bridge_Initializer`, some use `CommonTest`, and other use `Test`. We are already combining `Bridge_Initializer` and `CommonTest` so it might be worth just using `CommonTest` …