Brord van Wierst

Results 30 comments of Brord van Wierst

This is still an issue for me @stjepang ; i'm running on windows with rust 1.47: `cargo run --example windows-uds --target wasm32-unknown-unknown` It will fail on nb-connect-1.0.2 which is missing...

Hey @jjl whats the status on this?

Any updates on this issue? @FaridBeiranvand you solved this?

This test will be added to machine2 tests, which include "2_transaction_tests"

Hey @TimC71 What would your expected behavior be for the remainder output tag? If you expect the tag to be supplied in sendTransfer, which tag do you expect to be...

Rarely a node shuts down with a SEGFAULT from rocksdb, how would we handle this? As of yet i have no idea what is causing this....

This also happens with a gracefull shutdown, that should wait for pending ops right?

@KingAlex1985 What made you change `address.getAddress().getHash()` to `address.getAddressHash().getHashString()`? I find it personally not needed to call it `getAddressHash`, as you just need to know its an address, not a hash....

Some unit tests should be made for this

Static methods should be on top of the class, above constructor but under class fields