Onefox

Results 12 comments of Onefox

Thanks for your work @roundminer! I am just trying out the functionallity. If you are on the test net the following link doesn't work anymore: ![image](https://user-images.githubusercontent.com/1709259/38411301-0fd84172-3987-11e8-95c7-c3050529f401.png)

i also have a case where this happend, i moved some coins via the sendpayment.py and the transaction is missing in the history and now the balance differ

Yes it is, i am on console only, but with the normal joinmarket command where i can see all the addresses in the different mix depths and balances. There is...

I started getting `Overflow evaluating the requirement` errors E0275 after I updated from rust1.52 to rust1.53. When I remove some of my dispatching or routes then its compiling just fine....

So by now my application is at around 55 routes in the main or filter with all having a .boxed() added to them. Now with running the debug cargo run...

I only decode since I get the base64 tx from the cosmos block, here is the code: ```js const { Codec, FieldOtions, TypeFactory, Utils, Types, WireTypes, } = require('js-amino'); let...

So I rebuild the tx that I see on chain with the tools and get the following hex value: `8002f0625dee0a72a8a3619a0a2d636f736d6f73316b79323038726e767763386e7138783833667a713665747a356572766d74747079656c656671122d636f736d6f7331643876357779783263766738677030613636337775396a386e7a6c39733277386c38716539711a0e0a057374616b651205313030303012100a0a0a057374616b6512013010c09a0c1a6a0a26eb5ae98721021b1800ff609315401d84c06cdb3b86cec97ee03fa018ecaa7ca45f2bb406f6fa1240a54c6d3d3581be9334e0226aebd0e024be19cc24e281616d2382d9e4906a0a860eb75ffcdbeb165c253503596fad0c9e92475271ecf1aa79d914ec178323501d2208656c6f6e6d75736b` This is working with the following code, where hexTx is...

It could be it but I don't know what properties I am missing. Since when I build a very identical tx with the objects and codec.marshalBinary I am getting a...

So now I was able to generate kind of the same tx only signature and address bytes are different. This is the one I can encode and decode without problems....

So I ran both the fresh generated one that is working with en/decoding and the one from the chain through the decode of the gaiacli (Go-Amino/Cosmos). Both worked and generate...