Sohamm Kulkarni

Results 11 comments of Sohamm Kulkarni

Hello, @chatay The command _git checkout_ is usually followed by a **_-b_** i.e. ``` git checkout -b newbranchname ``` If you want to create a new branch, use the above...

@ckniffen @pdp2121 @mvadari I finally have an update. I managed to get the publicKey part working. However, I'm still not sure about the part where we display **server_ledgers_hint** if publicKey...

@pdp2121 @mvadari @ckniffen I have solved the error and now, it works properly. Just to make sure, I have also tested to see if it works, and it does. I...

> Tests are failing since we are using node 18 instead. Yes. I checked the staging branch of the ripple/staging and all tests are passing. I ran _npm run test_...

@pdp2121 Can you give me the link for the example that you have provided in the image? - Also, what code section/what files do I need to check to possibly...

@ckniffen , @mvadari thanks for the input. I'll start looking around as per your input and suggestions.

@mvadari mentioned in a later comment that "nvm, the Clio **_server_info_** response doesn't have any pubKey info." I've reached the same conclusion. Upon debugging, I saw that the **publicKey** is...

> I'd personally just leave out the public key part if it doesn't exist, or rewrite the hint to say `This Clio node ...` instead. Okay, will do

@ckniffen @mvadari : Made the proposed changes: #898

I'd like to start working on this. Is it available?