Lee Bousfield

Results 87 comments of Lee Bousfield

On the Arbitrum side, we use the go-ethereum ethclient library to access the parent chain RPC. It seems like we hadn't pulled in https://github.com/ethereum/go-ethereum/pull/28564 . We'll aim to fix that...

I don't think so -- I'm looking for something the user would do to split up their traffic between an RPC they want to submit transactions with and a separate...

@GazaIan That's odd. Windows touch controls are a bit unusual though.

Thanks for following up! Unfortunately I no longer have an AMD GPU. The gist I linked in the original post should be pretty easy to compile and test (just `clang...

EDIT: Fixed by https://github.com/nanocurrency/raiblocks/pull/1532 On local Linux box with some deadlock detection code that may exacerbate the race: ``` /var/hdd/programming/cpp/raiblocks/rai/core_test/network.cpp:92: Failure Value of: peers1.size () Actual: 0 Expected: 1 [...

on 051df7be9b4a9f755e6a94569da1f430f9982ca0 ``` [ RUN ] bulk.offline_send /var/hdd/programming/cpp/raiblocks/rai/core_test/network.cpp:826: Failure Value of: system.poll () Actual: Deadline expired Expected: [ FAILED ] bulk.offline_send (20410 ms) ``` **FIXED**

On master 37de74f795e32daa02150da49b5f0140211a8c44 ``` [ RUN ] rpc.online_reps /home/lee/programming/cpp/raiblocks2/rai/core_test/rpc.cpp:3662: Failure Expected: (nullptr) != (receive), actual: 8-byte object vs 16-byte object [ FAILED ] rpc.online_reps (238 ms) ``` EDIT: This test...