Felix

Results 23 comments of Felix

I think I've a fixed version now. I found the cyberai fork which already implemented all protibufs (https://github.com/SaveTheAles/cyberpy). I basically took that one and adapted it to accept custom coin...

#28 That's the changes I would propose. Feel free to try it out

> @meysamkheyrollah ctrl-Felix fix worked for me but had to slightly modify it for what I was using it for. What did you change? Did you use the rpc endpoint?

> I believe this is what they changed https://github.com/hukkin/cosmospy/pull/28#issuecomment-1001075689 > > > > I think we should make cosmospy agnostic of the endpoint used, and only return the `tx_b64` transaction...

> Hey, > > > > As I said before @ctrl-Felix solution works for me and tx is being send, but however when I'm trying to send tx with memo,...

Thank you for the quick reply https://docs.tendermint.com/master/rpc/#/Info/unconfirmed_txs May I add that this documentation is outdated as the per_page is now called limit? Furthermore, the page flag seems to be not...

> The `limit` / `per_page` issue looks to be resolved on master So on master limit = 30 means, I get 30 transactions? And what about the missing page?

What is the start date for this? Do the open PRs also count?

Please try to increase slippage even more than or just wait a bit for the liquidity to settle. The problem was too much trades with not a lot of liquidity...

> The `Wallet` object only accepts a secret seed. If you want to use a private key, you would have to overwrite the class fields. > > You can use...