tuloski
tuloski
With the WasmExtension for QueryClient is not possible to make a query with a specific height as it can be done with ABCIquery. And I think it's a very useful...
To edit a message we need to input the msg_id to modify, but there is not an "easy" way of getting the msg_id. I think there could be two approaches:...
I get sometimes this and it happens to all the instances of bitstamp-ws, so probably it happens when the ws receives some message. /home/bitstamp-ws/node_modules/pusher-js/dist/node/pusher.js:376 m.push(JSON.stringify(arguments[i])); ^ TypeError: Converting circular structure...
Sorry for being rude, but I tried to read it over and over again, but the documentation suc*s. I tried to experiment with mixers, but I can't figure it out...
It is not clear what the above parameters do. From the description: Maximum horizontal velocity for which position hold is enabled. But what is position hold? Is the flight mode...
It looks like the message /cosmwasm.wasm.v1.MsgMigrateContract is not supported for parsing. The problem is probably in terra-money/terra.proto. I get the error message "Error: not supported msg /cosmwasm.wasm.v1.MsgMigrateContract"
When requesting unconfirmed txs we should be able to request it for a specific height or at at least the result should include the hight of the answer (I think...
I try to connect via a .ppk encrypted private key generated with puttygen (RSA 2048). It works smoothlessly with putty. I put the option to prompt the Passphrase. I added...
From what I saw in the generalized API, there is no information if the fee is paid upfront or not (I don't know if this is the correct term). Also...
There is something in the code really slowing down for a high number of calls when using .call() with ethers provider (I don't know with web3 if it's different). And...