Nikos Baxevanis

Results 30 issues of Nikos Baxevanis

After some _unknown_ period of time, `Edge.Func` eventually stops working and all calls to it hang. We're using version 0.9.2 of Edge.js, and 0.12.7 of Node.js, in the context of...

### Description Add property-based tests for signers-voting contract functions - reward-cycle-to-burn-height - burn-height-to-reward-cycle - is-in-prepare-phase This effort, initially part of https://github.com/stacks-network/stacks-core/pull/4286, is now in a separate commit and PR as...

Identified in a fuzzing session, this issue contrasts interpreted vs. compiled outcomes using `clarity-wasm` crosscheck tool. It focuses on interpreted divergences, with [issue #352](https://github.com/stacks-network/clarity-wasm/issues/352) addressing the compiled side. ### Problem...

3.0-later

Perhaps `dotnet-xunit` can be removed from BookingApi.UnitTests.csproj(?) ```diff $ git diff diff --git a/BookingApi.UnitTests/BookingApi.UnitTests.csproj b/BookingApi.UnitTests/BookingApi.UnitTests.csproj index c6581aa..acd844c 100644 --- a/BookingApi.UnitTests/BookingApi.UnitTests.csproj +++ b/BookingApi.UnitTests/BookingApi.UnitTests.csproj @@ -17,7 +17,6 @@ - ``` ```bash $...

The following exception is thrown on Windows 8.1 with Visual Studio 2013 installed: ``` ...\node_modules\edge\lib\edge.js:143 return edge.initializeClrFunc(options); ^ System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->...

### Summary: Removed the deprecated `@types/typescript` dependency from `romeo/asset-contract/package.json` as TypeScript provides its own type definitions. This addresses the npm warning seen during installation. ### Changes: - Removed `@types/typescript` from...

If some bad JavaScript code (e.g. unresolved Promises) gets executed, there's a `NullReferenceException` being thrown from the `Edge.NodeStart` call, and that exception doesn't seem to be able to get caught:...