-
When I construct a transaction, the transaction is to send a data to my personal contract through my account. Then simulate this transaction through the eth_callBundle method of flashbots, but the res…
-
### Ethers Version
5.7.2
### Search Terms
_No response_
### Describe the Problem
I have a transaction object was populated with type 0:
```
tx = {"to"=>"0x3f1B32386dE69693F708204BEC15…
-
I've been working on getting WalletConnect to work with [SignerMiddleware](https://docs.rs/ethers/0.6.2/ethers/middleware/struct.SignerMiddleware.html#) and it's working but only in legacy mode.
Th…
-
This is a tracking issue for [JSON-RPC](https://eth.wiki/json-rpc/API) support in the client.
| Endpoint | Status |
| ----------- | ----------- |
| eth_accounts | |
| eth_blockNumber |…
-
I have an instance of `Web3Wallet` created and I can connect to a dApp by listening to `wcClient.onSessionProposal.subscribe`.
I have also configured `walletNamespaces` with `methods: ['eth_signTra…
-
hello dear
thats my code :
`
try {
$tron = new \IEXBase\TronAPI\Tron($fullNode, $solidityNode, $eventServer);
$tron->setAddress('TXsxxxxxxxx');
$tron->setPrivateKey('72bxxxxxxx');
$contrac…
-
I'd like apps to have a very limited ability to modify the hub UX, like when the popup opens the app can display a customized welcome message, or when triggering a transaction the app can be able to s…
-
在大量大量合法和非法交易混合压测中,偶尔会发生。
不一定每次重现。
比如这个:
```js
{ id: 177,
jsonrpc: '2.0',
result:
[ '448CD2885050A74AE565B8730914E5460E4E9D686A3698D6EBCE06160BCDB879' ],
status: 'success' }
```
-
如何用java 发送交易 ? 有没有案例?
-
Hi,
I want to send a TakeOrder, I use the function of your c# bot :
```
internal async Task TakeOrder(Order order, BigInteger amount)
{
var funvtionInput = new object[] {…