-
New or resurrected accounts use `Nonce::default()` that returns `0` in the Polkadot runtime.
We could change this to return the current block number, to avoid replay of immortal transactions.
An…
-
Cosmos module errors are not typed, only returned as `error`, which only has a `Error() string` function.
Because these strings are arbitrary and filled with context-specific parameters, we cannot…
-
As of Solidity 0.8.25 the default EVM version is `dencun` which introduces two EIPs
* EIP-5656 proposal adds `MCOPY` opcode to the code base. Currently, copying memory requires developers to use …
-
### Describe the bug
ERC1155 tokens will give infinite loading when manually imported. After several tries, and locking-unlocking the wallet, the token will show up, but the image will not be display…
-
**Describe the bug**
Hello, I am using WalletConnect and Metamask Mobile and have the following two issues.
First, Switchchain does not work properly. When you send a Switchchain request and s…
-
https://docs.instadapp.io/setup/ shows example as
dsa.build().then(console.log);
and says that `build` has
>an optional Object parameter
However running build() without paramet…
-
### Problem
Currently the eth_sendRawTransaction endpoint is plagued with timeouts from many different sources due to server, netowkr and client timeouts settings.
In the case of a large callData …
-
EVM and Starknet have different ways of pricing resource usages due to the underlying architecture differences. As such, there cannot be a 1 1 mapping between the EVM gas consumed and the Starknet fe…
-
From our experience with IBC v1, the semantics around timeout height are very confusing to users and implementors and timeout timestamp is preferred in almost all cases.
However, timeout timestamp re…
-
go1.16.9 darwin/amd64
报错如下:
imports
github.com/FISCO-BCOS/go-sdk/abi imports
github.com/ethereum/go-ethereum/crypto imports
github.com/btcsuite/btcd/btcec/v2/ecdsa teste…