Ruben Buniatyan
Ruben Buniatyan
@frangio Could you please elaborate on what tradeoffs exactly you mean?
In short, everything you mentioned is already addressed. Now, a bit more detailed answers: 1. Yes, we'll publish the packages to nuget.org. Well, they already are, but to [nugettest.org](https://int.nugettest.org/profiles/Nethermind). 2....
For licensing, the best answer is the one from a legal advisor but take a look at [this](https://en.wikipedia.org/wiki/GNU_Multiple_Precision_Arithmetic_Library#Language_bindings). There are a lot of other licenses combined with LGPL. Basically, we...
@9gl Please see [RlpxHost.cs](https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Network/Rlpx/RlpxHost.cs)
@dceleda Make sure `libsnappy`, `libc6-dev` are installed.
- @LukaszRozmej Your Docker image works. - Our release workflow makes working binaries. - I wasn't able to reproduce `NativeImport.NativeLoadException` locally neither on Docker nor on Linux, nor on Windows....
@LukaszRozmej Yes, of course. It will behave similarly to what it does now showing the _latest_ commit and the _latest_ tag suffixed with `-dirty` if the repo is dirty. For...
For the future as an alternative solution, I'd suggest mapping the names in the code, so there are no copies of the config files.
@LukaszRozmej Correct. We should rename it to `gnosis` keeping `xdai` as an alias as its the old name.
I have the same problem. It's a Xamarin bindings project with `Sdk="Microsoft.NET.Sdk"` and MonoAndroid81 as the target framework.