Dave Kelsey

Results 117 comments of Dave Kelsey
trafficstars

@SWilson4 @baentsch I believe this issue is now resolved

I have this working now so will submit a PR soon. I am not confident it will work on an apple mac but I have tested it on a ubuntu...

@SWilson4 PR is here https://github.com/open-quantum-safe/oqs-demos/pull/369

Closing as support for besu and ethereum have now been dropped

There are 2 separate areas here 1. The runtime dependencies 2. The developer dependencies (mainly these are test dependencies) The first is around robustness (mainly security) The second is to...

Dev Dependencies: - chai: chai and associated dev dependencies may not be upgradable without code changes - eslint: upgrading eslint had some issues plus we need to use ESLINT_USE_FLAT_CONFIG=false when...

Code Dependencies: - caliper-core: we need more integration tests to show our interaction with the libraries still work (unit tests may drive some of the libraries as well if they...

trying to update rewire from 4.0.0 to 8.0.0 results in unit test breaks ``` 10 failing 1) Prometheus monitor implementation #start should set the start time with the current time:...

From v6.0.0 rewire doesn't work the same way when dealing with global constants such as Date. Rewire now captures global variables (like setTimeout, Date, etc.) at the time of rewiring...

The solution here is to run caliper but ensure it skips the install phase, you can do this by either skipping the phase or only running a specific phase (Caliper...