Christian Findlay

Results 136 comments of Christian Findlay

@Hosein201 that's what it already uses. The point is to drop the dependency on this library.

The whole point of this library is to replace Newtonsoft. I don't really understand the question @Hosein201

@juanfranblanco @ThatSlyGuy , this looks like it is one of the reasons you guys have had so much trouble signing Ethereum transactions. I didn't realise there was still an issue....

@edeharo , again, thanks for finding this bug and looking in to it. I'm currently quite busy so I won't be able to fix it myself for a week or...

This issue is almost fixed. One small bug to iron out left. See comments here: https://github.com/MelbourneDeveloper/Ledger.Net/pull/14

This issue has been fixed in branch https://github.com/MelbourneDeveloper/Ledger.Net/tree/fix-trx-signature-christian and all the unit tests pass. This will be merged in to master and a NuGet will be released in the next...

@edeharo did release 2.3.0 ever fix this issue? I apologise if I closed this without getting it fixed for you.

I'm working on this in branch #13. I think I've sorted out the problem with passing the right parameters. I'm doing this now: ```cs for (var i = 0; i...