Wesley Shillingford

Results 26 comments of Wesley Shillingford

Thanks! It's implemented here: https://github.com/nanocurrency/nano-node/pull/3047 Will be cherry-picked in DB10 to see if there's any issues that arise

Also add `context` as per https://github.com/nanocurrency/nano-node/pull/2948

https://github.com/Joohansson/UnrealNanoLiteDesktop/tree/master/Plugins/Nano Joohansson got it building on 4.26 for the above project with some minor changes. Been meaning to port them over when I have time. Feel free to make a...

Dunno, there are a few different QR code functions if I recall, if you are passing the string manually it may or may not require the 0x prefix

Oh yeh I should add one, but you have my permission to use it for what ever

> What's the plan for this change? Will it be included in v22 or v23? It won't be in v22, on the right it states the milestone as v23 but...

Warnings caused directly by us should now be resolved in #1677. No more should be added here on out 👍

rpc.online_reps fails about 50% of the time for me (on MSVC at least) ``` [ RUN ] rpc.online_reps c:\users\wesley\documents\raiblocks\nano\core_test\rpc.cpp(4246): error: Value of: weight2 Actual: "340281366920938463463374607431768211455" Expected: system.nodes[1]->weight (nano::test_genesis_key.pub).convert_to () Which...

@cryptocode This should be fixed in #1882 can you give it a try? I actually couldn't reproduce it on my Windows machine, but I do know it could have an...

``` [ RUN ] node.broadcast_elected Assertion (!error) failed c:\users\wesley\documents\raiblocks\nano\node\node.cpp:3114 ``` Failing on this `release_assert` in `nano::active_transactions::add`: ``` auto error (nano::work_validate (*block_a, &difficulty)); release_assert (!error); ```