stringhandler
stringhandler
This PR adds a validation error for when Twilio returns an error, and also implements Error. I also replaced the way that the form encoded values are created because we...
Adds merge mining support for p2pool
Expected: It should return a struct with the randomx and sha3x target difficulty. Actual: It returns a number of blocks, and has the target difficulty for that block, which may...
Description --- Motivation and Context --- How Has This Been Tested? --- What process can a PR reviewer use to test or verify this change? --- Breaking Changes --- -...
Regarding this code: https://github.com/tari-project/tari/blob/06a02fb07dfba84e6edd1591355d5f1b626438d1/base_layer/key_manager/src/key_manager_service/storage/sqlite_db/key_manager_state.rs#L135 Expected: The SQL update should have a where clause protecting against concurrent writes. If thread1 reads the index, then thread2 reads the index and then thread2...
Currently there are unsafe impls of these traits on RandomXVMInstance. ```rust #[allow(clippy::non_send_fields_in_send_ty)] unsafe impl Send for RandomXVMInstance {} unsafe impl Sync for RandomXVMInstance {} ``` While this allows the code...
Description --- Motivation and Context --- How Has This Been Tested? --- What process can a PR reviewer use to test or verify this change? --- Breaking Changes --- -...
Problem: A long time between the time a node first becomes aware of the existence of a block to the time it is added to the chain is a sign...
When calling the API for latest version, all of the assets have `os` tags, except for the mac-arm64, which only has an `id` field. ``` https://api.xmrig.com/1/latest_release ``` ``` { "id":...