Ethan Frey
Ethan Frey
> I'll let this ticket open since I'm not convinced what the final answer will be. Scanning for transactions is a very expensive operation (extra request and parsing) and adds...
Here's a quick solution I found when facing the same problem, but first @arocks Thanks!!! You rock, this is a great project start and even with this one little issue...
Thank you for the feedback. And good to know the state of things. I will take more look into idris 2 backends as well. But that is a good explanation...
Bank, Staking and Auth is a huge step forward 💪 Thank you for getting this in 🚀 I don't have any more pressing needs. I think gov would be interesting...
A few points I would like to add. Not "regressions" but undefined / non-determinstic behavior I am aware of. When committing a multi-store, the order of committing each sub-store is...
I agree totally with this one. I keep doing `some-command > foo.json 2>&1` or `some-command 2>&1 | grep "Committed"` as well. Nice UNIX tricks, but not ergonomic at all. I...
Is there any way to redirect logs to a file? We have waaaayyyyy too verbose log output and it dumps on stderr rather than a file. Most processes that log...
> I think a flag could be introduced, e.g. --errlog=myfile, but how is that better than 2>myfile? I wonder about the name. If it was only error log and not...
In ts-relayer, I made a simple wrapper that had this hardcoded address. That would not work if used in a web-app using Keplr, where you change account. The fact that...
@hywan Okay, so it seems I did the wiring properly. Can you let me know what steps are needed both here and on the linked PR to proceed?