-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeJS test scripts seek missing config.js #2
Comments
Documented how to create a config.js: https://ripple.com/wiki/Build_instructions#Configuration |
This was referenced Jul 1, 2013
wufeipeng
pushed a commit
to peersafe/rippled
that referenced
this issue
Nov 20, 2017
amend including
ximinez
referenced
this issue
in ximinez/rippled
Aug 9, 2019
* Simplify the calculations in LoadFeeTrack. * Make commutative operator* a friend instead of a free function in XRPAmount and TaggedFee.
ximinez
referenced
this issue
in ximinez/rippled
Aug 19, 2019
* Simplify the calculations in LoadFeeTrack. * Make commutative operator* a friend instead of a free function in XRPAmount and TaggedFee.
ximinez
referenced
this issue
in ximinez/rippled
Aug 26, 2019
* Simplify the calculations in LoadFeeTrack. * Make commutative operator* a friend instead of a free function in XRPAmount and TaggedFee.
ximinez
referenced
this issue
in ximinez/rippled
Sep 9, 2019
* Simplify the calculations in LoadFeeTrack. * Make commutative operator* a friend instead of a free function in XRPAmount and TaggedFee.
ximinez
referenced
this issue
in ximinez/rippled
Oct 2, 2019
* Simplify the calculations in LoadFeeTrack. * Make commutative operator* a friend instead of a free function in XRPAmount and TaggedFee.
seelabs
referenced
this issue
in seelabs/rippled
Jan 1, 2020
The 'network_id' option allows an administrator to specify to which network they intend a server to connect. Servers can leverage this information to optimize routing and prune automatically discovered cross-network connections. This commit will, if merged: - add support for the devnet keyword, which corresponds to network ID #2; - report the network ID, if one is configured, in server_info
seelabs
referenced
this issue
in seelabs/rippled
Jan 1, 2020
The 'network_id' option allows an administrator to specify to which network they intend a server to connect. Servers can leverage this information to optimize routing and prune automatically discovered cross-network connections. This commit will, if merged: - add support for the devnet keyword, which corresponds to network ID #2; - report the network ID, if one is configured, in server_info
6 tasks
7 tasks
Bronek
referenced
this issue
in Bronek/rippled
Nov 29, 2023
Bronek
referenced
this issue
in Bronek/rippled
Nov 29, 2023
13 tasks
vlntb
added a commit
to vlntb/rippled
that referenced
this issue
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When following the test build procedures at https://ripple.com/wiki/Build_instructions#Running_CLI_tests the amount-test.js file returns an error about a missing config.js
I was able to fix this by symlinking to testconfig.js.
I guess there are issues with multiple scripts in that dir, and/or your documentation.
The text was updated successfully, but these errors were encountered: