Caleb Kniffen

Results 56 issues of Caleb Kniffen

## High Level Overview of Change Add and document more fields on the ValidationStream interface Fixes #2095 ### Type of Change - [x] Bug fix (non-breaking change which fixes an...

## High Level Overview of Change A guide for using React with xrpl.js. Specifically this guide covers using `react-app-rewire` alongside `create-react-app`. ### Context of Change Webpack 5 broke how polyfills...

Running `npm ru build` produces the below error on M1 (possibly M2) macs. This is caused by a [bug](https://github.com/charlesguse/run-script-os/issues/49) in `run-script-os`. The solution is remove `run-script-os` and to use an...

bug

Currently we are using Node 14. Node 18 will be a LTS and supported through April 2025.

dependencies

## High Level Overview of Change This creates a testQueryClient that has caching turned off to prevent caching between tests. Previously several of the tests manually set cacheTime to 0....

## High Level Overview of Change Since the App component instanciates a XrplClient it will keep trying to connect and hold up the tests from finishing as quickly as it...

Since account is not set for UNLModify we should hide the field also the sequence display incorrectly states that ticket 0 was used. ![UNLModify](https://user-images.githubusercontent.com/464895/204333916-de1c9f5a-5f41-4f1e-bc76-e4b2420789ce.png)

bug
good first issue

The `Destination` and `DestinationTag` fields of an `AccountDelete` transaction are never shown outside of the raw review. These are important fields as they are used to send any remaining funds...

enhancement
good first issue

## High Level Overview of Change ### Context of Change The AMM-Devnet will soon be supported by the VHS. When that happens this PR will enable the network pages ###...

Use `tfSetFreeze` and `tfClearFreeze` to highlight on the left of the "SimpleTab" view to show "Frozen" or "Unfrozen" respecitivly. Wording may need updating. Thoughts @mduo13 @bugsbunnies @nataliacebotarii # Example Transactions:...

enhancement