Juan Blanco
Juan Blanco
Feature for consideration: Sometimes users get confused when setting remote versions, as they believe the version starts at the number not the "v". It may be a good idea to...
When building on release mode it errors . This is mainly a compiler problem. To workaround, this don't use native mode, until it is fixed. Keeping here for reference. ```System.Runtime.InteropServices.SpinWaitExtensions'...
Will it be possible to create a new package targetting netstandard? I have created a temporary package / project file and nuget targetting netstandard 2.0. Probably best to have a...
Also change ```protected Nethereum.Web3.Web3 Web3``` to IWeb3.
I have added 1559 support in Nethereum for Trezor and it all works out of the box. Trezor.Net only requires the update of the protobufs to include "EthereumSignTxEIP1559" and the...
More info https://eips.ethereum.org/EIPS/eip-4399
- [x] Patricia tree - [ ] Incremental tree - [ ] Sparse tree - [ ] Verkle tree - [x] Xmas tree - [x] Merkle
Evaluate how much of an impact will be for users to upgrade to another Bouncy Castle package, now maintained. This will require for backwards compatibility use the old one for...
Thanks to @Subnet this is the code on how to calculate a pair address For reference https://docs.uniswap.org/protocol/V2/guides/smart-contract-integration/getting-pair-addresses ```csharp string factoryAddress = "0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73"; string factoryInitCodeHash = "0x00fb7f630766e6a796048ea87d01acd3068e8ff67d078148a3fa3f4a84f69bd5"; string tokenB = "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d";...
https://github.com/Nethereum/Nethereum/issues/120 "The use of gas (with gasPrice = 0) is the intended design. We want to prevent infinite loops in the EVM and want DApp developers to be aware of...