Rakshith Gopalakrishna

Results 5 issues of Rakshith Gopalakrishna

Right now, the postgres wire protocol just supports non mutating queries. The HTTP API also does not support mutating queries. Is there any other way to submit mutating queries(transactions) so...

![screenshot from 2018-08-10 20-54-22](https://user-images.githubusercontent.com/10547321/43966482-a7bfd4e4-9cdf-11e8-85a8-bedd5a33bfd5.png) System: Arch linux Swift - 4.1 All required libraries present.

The paper describes that one needs to implement a certain interface called as `IBlockchainConnector`. However I could not find it anywhere in the code. How would I go about doing...

Currently, transaction pool metrics are being updated once every 10 seconds in a separate go routine. It would be better to update the metrics as and when the transaction pool...

external contribution
Team Carbon-11

This PR adds the ciphers `RSA/ECB/OAEPWithSHA-1AndMGF1Padding` and `RSA/ECB/OAEPWithSHA-256AndMGF1Padding` to the list of secure algorithms. CodeQL flags the uses of these ciphers as risky/weak because it sees ECB in the cipher...

documentation
Java