Shisho

Results 4 comments of Shisho

This is intended behavior. https://v2.seipex.fi/tx?hash=0x20060DE0DB9B36CCC8006267B254EA4526739BD95493C51FE3A82952FDBB4CB0 It's a Cosmos tx that interacted with the EVM and produced logs under the Cosmos tx hash. https://v2.seipex.fi/block?hash=0xea7163ad7cae2ec05997bb5e5b3bed225de6dd815d1bb11d318f731a218c5297 You won't find it with `eth_getBlockByHash` but...

For anyone looking to confirm: ``` const ethers = require('ethers'); const pollingProvider = new ethers.providers.JsonRpcProvider("https://evm-rpc.sei-apis.com"); const websocketProvider = new ethers.providers.WebSocketProvider("wss://evm-ws.sei-apis.com"); const eventTracker = new Map(); const CONFIRMATION_TIMEOUT = 10000; //...

> There's good reason for allowing only a single canonical pointer address to exist. The pointer contract is used for stuff such as events emissions mappings. Given that events mappings...

> @dvli2007 Not all developers are wanting to use the pointer contracts for everything, nor the precompiles in general. Seems like a reasonable ask, as long as it is made...