Richard Watts

Results 17 issues of Richard Watts

Log an exception when an RPC error occurs, to cue observers in on where the issue might lie. It would be better in future to decode these properly and return...

When you make a mistake in init parameter specification whilst deploying a contract, the trace in the Zilliqa logs says "RPC error". This is not very useful and should be...

…n localdev. ## Description Expose fireblocks entry point in localdev. ## Backward Compatibility - [X] This is not a breaking change - [ ] This is a breaking change ##...

## Description Modified clone of pr #3802 ## Backward Compatibility - [ X ] This is not a breaking change - [ ] This is a breaking change ## Review...

Opening this to merge a modified PR from @JoyelJohny

bug

## Description This PR merges in some of the tests I added in the last release to check the semantics of interop and UUPS proxies. ## Backward Compatibility - [X]...

As title; this makes it impossible (using some frameworks) to submit more than one txn per block - though in order to fix this properly you need to talk to...

bug

This is the public version of ZIL-5583 - reproduction is difficult, but it looks like this can be fixed in the seedpubs by improving gas estimation (or at least, we...

bug

**Describe the bug** When you call `(DsBlockHeader).Serialize()`, we attempt to serialize `PoWDSWinners` into the `dswinners` entry (field 10) of the dsblock protobuf. Sadly, `PowDSWinners` is `map[string][Peer]` and thus the order...

Issuing a PR mostly so I can check if the checks work..