tequ
tequ
I tried it, but it is an error as well. Other tests also fail. ``` Suite: ripple.app.ShardArchiveHandler failed to complete. Child process may have crashed. Suite: ripple.app.ValidatorSite processing failed. Child...
> In which branch are you seeing this happening? What are your hardware specs? This occurs in many branches, including the develop branch. MacStudio (M1 Max) macOS 14.0
I think it should be impossible to change from Yes or No to Neutral. Neutral should only be the default value and should not represent the idea of any validator...
https://github.com/XRPLF/xrpl-dev-portal/issues/2374
The following implementations could be considered. ```ts public async fundWallet( this: Client, walletOrAddress?: T | null, options: FundingOptions = {}, ): Promise< T extends Wallet ? { wallet: Wallet balance:...
For me personally, I like "xrpl" as it is.
What I'm trying to say is that instead of providing type definitions for xrpl.js, it would be better to provide more generic type definitions. Projects and other client libraries will...
Yes. The 4-digit currency code (SOLO) is represented as a 40-char HEX value and it would be useful to have these parsers. HEX values are also used outside of common...
I assumed that it would be calculated from the server_info and account_info results, but if there is a more robust one, that is fine too.