Skip to content

Commit

Permalink
Ignore old block to retrieve error
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Jan 24, 2020
1 parent 30ba739 commit 105b88c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public ErrorReasonTest(EthereumClientIntegrationFixture ethereumClientIntegratio
_ethereumClientIntegrationFixture = ethereumClientIntegrationFixture;
}

[Fact]
//[Fact] Ignoring as Infura does not support this old block
public async void ShouldRetrieveErrorReason()
{
var web3 = new Web3.Web3("https://ropsten.infura.io/v3/7238211010344719ad14a89db874158c");
Expand All @@ -40,7 +40,6 @@ function throwIt() view public returns (bool result) {
*/

[Fact]

public async void ShouldThrowErrorDecodingCall()
{
//Parity does throw an RPC exception if the call is reverted, no info included
Expand Down Expand Up @@ -108,6 +107,8 @@ public async void ShouldThrowErrorOnEstimation()
}
}



public partial class ErrorThrowDeployment : ErrorThrowDeploymentBase
{
public ErrorThrowDeployment() : base(BYTECODE) { }
Expand Down
Binary file modified src/compiledlibraries/net461dlls.zip
Binary file not shown.
Binary file modified src/compiledlibraries/net461dllsAOT.zip
Binary file not shown.
Binary file modified src/compiledlibraries/unitynet35dlls.zip
Binary file not shown.

0 comments on commit 105b88c

Please sign in to comment.