Bill-Kunj

Results 5 comments of Bill-Kunj

I will mention that `log4j` needs to be ruled out considering the recent security attacks.

This issue now impacts RChain Publishing issue https://github.com/r-publishing/mainnet-genesis/issues/25

The message appeared because of the code `log!((name ++ "delegates to" ++ delegate)) ` Where 'name' is a URI. But, the '++' operator is not defined for URI. The interpreter...

My 2c: this should not be a separate layer. I like the idea of ``` new outsider(`rho:io:network:some-uri`) in { // code here using outsider } ```

Interesting. actix-web (Rust) has a similar construct that we use in Confidios to allow multiple blockchain REST operations without having to approve every single request.