mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
* deprecate and alias prepareTransaction * delete prepareTransaction and replace methods in check-cancel * WIP update check-cash * remove all prepares * remove prepares from client * fix ts issues * remove tests * fix tests * additional cleanup * fix integration tests * remove console statement * re-add helper function * fix imports * fix more issues with integration tests Co-authored-by: Omar Khan <khancodegt@gmail.com>
To run integration tests:
- Run rippled-standalone node, either in a docker container (preferred) or by installing rippled.
- With docker, run
docker run -p 6006:6006 -it natenichols/rippled-standalone:latest - Or download and build rippled and run
./rippled -a
- Run
yarn test:integrationoryarn test:browser