Chenna Keshava B S

Results 55 issues of Chenna Keshava B S

Summary of changes: - refactor NegativeUNL class to use PublicKey instead of NodeID - modify the constructors of STValidation to include masterPubKey_ - major changes to unit tests of NegativeUNL...

Two other files contain references to the old Github repository - `Builds/linux/README.md` and `Builds/VisualStudio2017/README.md`. But these links automatically point to the new XRPLF repository, so I don't know if they...

Passed

I removed the following fields from the ledger command - `accepted`, `seq`, `hash` and `totalCoins`. Some of these variable names (`totalCoins`, `seq`) are used in managing the database but I...

After porting the codebase to XRPLF Github repository, the link to Doxygen documentation is broken. Previously, it pointed to `https://rippled.github.io/rippled/`. It needs to be reconfigured for `https://xrplf.github.io/rippled/` I'm referring to...

If merged, this commit will: - Provide comparative analysis of Data Structures - time/profile performance of parseCommand function - declare commands array as constexpr

If merged, this PR will: - delete the deprecated file `AccountTxOld.cpp` - Update the help message in `Main.cpp` to remove deprecated fields. - The unit tests are running correctly. Manual...

- Previously, mulDiv had `std::pair` as the output type. - This PR changes the return type to std::optional - The existing unit test cases pass with this change. - This...

If merged, this code will: - Implement the simplified condition evaluation - removes the complex bitwise and(&) operator - Implement the second proposed solution in Nik Bougalis's comment - https://github.com/XRPLF/rippled/issues/3417#issuecomment-635116233...

Fixes Issue 3318 (https://github.com/XRPLF/rippled/issues/3318) If merged, this commit will: - Include manifest, validator_info information in the output of `rippled -h` command. Note: I found that printHelp() does not have all...

Hi, I am a beginner in ML. Thanks for the wonderful article, it helped me understand t-SNE a lot better. Regarding point-4 in the article, can't we run t-SNE over...