Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump Nethereum.HdWallet from 4.14.0 to 4.16.0 #121

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps Nethereum.HdWallet from 4.14.0 to 4.16.0.

Release notes

Sourced from Nethereum.HdWallet's releases.

4.16.0 ☀️☀️🍞🍞

Nethereum.DataServices

New DataServices package, adding support to external (or local) data services starting with Etherscan, 4ByteDirectory and Sourcify.

Usage:

  1. Add the package Nethereum.DataServices
  2. Add the namespaces from Nethereum.DataServices

Etherscan example

var etherscanService = new EtherscanApiService();
var result = await etherscanService.Contracts.GetSourceCodeAsync("0xC36442b4a4522E871399CD717aBDD847Ab11FE88");
Assert.Equal("1", result.Status);
var contract = result.Result.First();
Assert.True(contract.ContainsSourceCodeCompilationMetadata());
var compilationMetadata = contract.DeserialiseCompilationMetadata();
var contractSource = compilationMetadata.GetLocalSourceCode(contract.ContractName);

Sourcify example

 var sourcifyApiService = new Sourcify.SourcifyApiService();
            var compilationMetadata = await sourcifyApiService.GetCompilationMetadataAsync(1, "0xC36442b4a4522E871399CD717aBDD847Ab11FE88");

4Bytes Example

 var fourByteDirectoryService = new FourByteDirectoryService();
var signature = await fourByteDirectoryService.GetFunctionSignatureByHexSignatureAsync("0x722713f7");

Commits: Nethereum/Nethereum@226371c, Nethereum/Nethereum@96290cf, Nethereum/Nethereum@0fbcfa0, Nethereum/Nethereum@4868317,

Nethereum.ABI

Nethereum.EVM

Adding revert message to Evm simulator Commit: Nethereum/Nethereum@9d3ce60

 var transactionHash = "0xf3d2a323110370a4dc72c04c738bf9b45d14b03603ed70372128a3966c54fca6";
        var web3 = _ethereumClientIntegrationFixture.GetInfuraWeb3(InfuraNetwork.Mainnet);
        var txn = await web3.Eth.Transactions.GetTransactionByHash.SendRequestAsync(transactionHash);
        var txnReceipt = await web3.Eth.Transactions.GetTransactionReceipt.SendRequestAsync(transactionHash);
        var block = await web3.Eth.Blocks.GetBlockWithTransactionsHashesByNumber.SendRequestAsync(txn.BlockNumber);

</tr></table>

... (truncated)

Commits
  • fad080d Adding DataServices to nuget
  • 9d3d09d Fx DataServices fixes
  • 23278f5 Moving Proof of Humanity to Contracts.Identity
  • 4a92caf Event and Error extensions methods, including IABIinfoStorage refactoring sig...
  • b5a82f4 Transaction extensions with IABIStorage
  • 8464988 IAbiInfoStorage and Further extensions
  • 04e9494 ABIInfo InMemory Storage and SignatureValuesEquality extensions
  • 657390b AbiInfo and extensions
  • 6847eb7 Extensions to Abi Model
  • 929c336 Non dynamic structs fix on multidimensional arrays
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Nethereum.HdWallet](https://github.com/Nethereum/Nethereum) from 4.14.0 to 4.16.0.
- [Release notes](https://github.com/Nethereum/Nethereum/releases)
- [Commits](Nethereum/Nethereum@4.14.0...4.16.0)

---
updated-dependencies:
- dependency-name: Nethereum.HdWallet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #123.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Nethereum.HdWallet-4.16.0 branch October 2, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants