Devon

Results 187 issues of Devon

Too high a nonce, won't error out rpc. Probable Fix: we should have SendTx in the TxPool look at the local mempool before it goes to broadcast it to Tendermint.

bug

When waiting to get a transaction back from foundry, the logger is freaking out ``` 5:12PM INF Served eth_getTransactionByHash conn=127.0.0.1:59083 duration=0.169209 err="failed to unmarshal tx 0xe190d67b21254974f68db649f9afa4a2faec2334d950fd689a341a4e13349db2: rlp: pointer given to...

bug

Replaying a transaction with an already consumed nonce returns "already in mempool" should return "nonce too low" or something. ``` forge create SolmateERC20 --private-key=0xfffdbb37105441e14b0ee6330d855d8504ff39e705c3afa8f859ac9865f99306 --nonce=0 [⠊] Compiling... No files changed,...

bug

Just an order of operations thing, not actually sure who/why is calling it, but we should try to fix the ugly panic.

bug

This issue is for the Astria team to provide feedback.

dev ux
external feedback

Requires running the cosmos transactions too which is gonna suck, Transactions that aren't in the "eth" block could alter state, and thus if we just run eth transactions we could...

3 Validators: - aggressive prune - medium prune - light prune 4 Full: 1 archive (with historical) 1 archive (no historical) 1 pruned (with historical) 1 pruned (no historical) 7...

Needed for rpc backend

feature