LimpidCrypto

Results 53 comments of LimpidCrypto
trafficstars

> Separately, @LimpidCrypto with this implementation I wrote, the function does NOT return the marker, which is a bit of a usability issue. (Because it doesn't allow for continuous pagination)....

I just saw the xrpl.js also does not has the field. Is that intended? Why is that?

The `Wallet` object only accepts a secret seed. If you want to use a private key, you would have to overwrite the class fields. You can use https://github.com/trezor/python-mnemonic to convert...

I honestly don't really get where you are coming from. So you have your mnemonic words and want to turn it into a secret seed? That would be possible with...

Alright I hope this will help you as long as there is no real support for mnemonic in this library. I decided to use [bip_utils](https://github.com/ebellocchia/bip_utils) now. ```python from bip_utils import...

So turns out the `path_search_max` field gets checked for both [`path_find`](https://github.com/XRPLF/rippled/blob/develop/src/ripple/rpc/handlers/PathFind.cpp#L35) and [`ripple_path_find`](https://github.com/XRPLF/rippled/blob/develop/src/ripple/rpc/handlers/RipplePathFind.cpp#L34) and returns an error when disabled. So how come that you always get an empty array on...

This is because the servers disabled `ripple_path_find` method. I also opened an issue regarding whether path finding is enabled or not in the rippled repo. For you the `path_find` method...

> I like it this way @mDuo13 I personally think the '(Option)' text sometimes gets lost between all the field descriptions. I would find a column 'Required', as @mDuo13 suggested,...

Since this is my first PR I could use some context why the Link Checker failed. A broken link in public API method `account_nfts`, but I didn't changed anything there....