johannakate
8734458cfb
add the getInfoRippled.sh support script:
...
The script can be used to quickly and easily retrieve
information to assess the health of a rippled server
2016-09-29 12:02:47 -07:00
Brad Chase
8f97889176
Don't include unit test sources in code coverage (RIPD-1132):
...
Most files containing unit test code are moved to
src/test. JTx and the test client code are not yet moved.
2016-09-02 15:26:16 -04:00
seelabs
d46c21cc5f
Travis install clang from tar file:
...
The llvm apt repos are offline. This is a workaround to install clang
directly from a tar file.
2016-06-28 14:53:48 -04:00
wilsonianb
05d98f4380
Generate master validator public key from master secret
2016-06-06 07:10:36 -07:00
wilsonianb
f2f195f43e
Use sys.exit() in Manifests.py to run as program
2016-05-24 12:29:23 -04:00
MarkusTeufelberger
e499e908d2
CI: get lcov from github
...
...instead of sourceforge.com (which seems to be in its final breaths)
2016-05-10 17:38:35 -04:00
Nicholas Dudfield
76b761d8e2
Adjustments to code coverage reports:
...
* src/beast is removed since it has its own coverage and CI integration.
2016-05-06 14:53:16 -04:00
Nik Bougalis
c28d36b500
Always run unit tests under gdb
2016-05-03 13:52:16 -04:00
Markus Teufelberger
0dc911c091
Do not show progess bar on npm install on CI
...
See https://github.com/npm/npm/issues/11283 for more discussion on this.
2016-02-01 21:07:41 -08:00
wilsonianb
749b4adc7c
Add manifests subscriptions
...
Add verify method to manifest script to check signature
2016-01-20 22:46:00 -05:00
seelabs
ded2a5c076
Automate process of using gcc5:
...
* SConstruct will set ABI based on ubuntu flavor
* Script to bring in packages for various ubuntu flavors
* Script to bring in packages for various fedora 22
* Remove unneeded environment variable from travis
* Script to build boost with correct API flags
* `--static` flag to control static linking
2015-10-28 14:45:34 -07:00
seelabs
d8f265e8ac
Upgrade to C++-14:
...
* Remove cxx14 compatibility layer from ripple
* Update travis to clang 3.6 and drop gcc 4.8
* Remove unneeded beast CXX14 defines
* Do not run clang build with gdb with travis
* Update circle ci to clang 3.6 & gcc-5
* Don't run rippled in gdb, clang builds crash gdb
* Staticly link libstdc++, boost, ssl, & protobuf
* Support builds on ubuntu 15.10
2015-10-20 11:35:24 -04:00
seelabs
6a8d24372e
Fix Travis compile
2015-09-21 08:59:15 -07:00
seelabs
b6df6748df
Use gcc-5 in travis
2015-09-18 12:18:38 -04:00
Nicholas Dudfield
f4fe55caff
Add coverage tracking via codecov.io
...
Conflicts:
.travis.yml
2015-09-17 15:57:56 -04:00
Edward Hennis
8df88238cd
Migrate Travis to container-based infrastructure
...
* http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
2015-09-17 11:46:06 -04:00
seelabs
1b4e0f5f48
Tidying & Selectively forward manifests to peers:
...
* Do not forward manifests to peers that already know that manifest
* Do not forward historical manifests to peers
* Save/Load ValidatorManifests from a database
* Python test for setting ephmeral keys
* Cleanup manifest interface
2015-05-28 08:16:56 -07:00
Tom Ritchford
31d352b3aa
Productionize manifest generator.
...
* Better output.
* Better error checking and reporting.
* Clearer names.
* Python style.
2015-05-28 07:22:34 -07:00
Tom Ritchford
c26b8124e5
Add original manifest.py.
2015-05-28 07:22:34 -07:00
Tom Ritchford
6bf7de2415
Add ecdsa Python library.
2015-05-28 07:22:33 -07:00
Tom Ritchford
18c51f4e4a
Add ed25519 Python library.
2015-05-28 07:22:33 -07:00
Tom Ritchford
adf4860988
Move Python code to its own directory.
2015-05-28 07:22:33 -07:00
Nicholas Dudfield
825b18cf71
Add bin/stop-test.js shutdown testing script:
...
This script launches rippled repeatedly and then issues a stop command
after a variable amount of time. This is to test the shutdown of the
application and catch errors.
2014-11-03 16:31:21 -08:00
Tom Ritchford
f54280aaad
New DatabaseReader reads ledger numbers from database.
2014-10-01 08:47:55 -07:00
Tom Ritchford
95c1c5f54e
Stream generated JSON.
2014-08-28 12:38:21 -07:00
Tom Ritchford
9160b46c1e
Bug fixes and new features for LedgerTool:
...
* Fix RIPD-509, RIPD-514, RIPD-519, RIPD-525, RIPD-527, RIPD-529,
RIPD-530 and RIPD-531.
* Protect people from ledger-spew and remove cruft.
* Better error messages and handling.
* Cache command lists or clears ledger cache.
* Better ledger summaries.
* Offline mode.
2014-08-27 18:05:44 -04:00
Tom Ritchford
8dd799aa6f
New command line LedgerTool. (RIPD-243)
...
* Retrieve and process summary or full ledgers.
* Search using arbitrary criteria (any Python function).
* Search using arbitrary formats (any Python function).
* Caches ledgers as .gz files to avoid repeated server requests.
* Handles ledger numbers, ranges, and special names like validated or closed.
2014-08-22 18:10:11 -04:00
Vinnie Falco
3eae68fc34
Remove obsolete support scripts
2014-03-15 06:07:43 -07:00
Stefan Thomas
30ea18d916
JS: Have bin/update_binformat.js write to stdout instead of disk.
...
Since ripple-lib now lives outside of the NewCoin repository it's easiest to just print to stdout and let the user worry about redirecting it to wherever their ripple-lib repository lives.
2013-04-29 11:03:59 +02:00
Stefan Thomas
368fef6355
JS: Move bin/rsign to ripple-lib.
2013-04-27 15:15:50 +02:00
Stefan Thomas
0a2e7664b8
JS: Remove ripple-lib and link to it via package.json instead.
2013-04-26 22:02:36 +02:00
Arthur Britto
41c155cb16
Improvements for rlint.js.
2013-04-23 18:42:47 -07:00
Arthur Britto
903de23f8d
Add count checking to rlint.js
2013-04-23 17:34:13 -07:00
Arthur Britto
ccbe46ba8d
Improvements to rlint.js.
2013-04-22 20:28:59 -07:00
Arthur Britto
e2cef06756
Add hack lint.js.
2013-04-21 20:09:29 -07:00
Arthur Britto
d4f30bab44
More enhancements for browser.js
2013-03-19 21:15:45 -07:00
Arthur Britto
05e8caa50a
More work on browser.js.
2013-03-19 01:58:32 -07:00
Arthur Britto
f30624bb3d
Work on browser.js.
2013-03-18 17:20:16 -07:00
Arthur Britto
a874b02183
Add command line signing tool.
2013-03-11 02:54:35 -07:00
Arthur Britto
67db174b8b
More work on browser.
2013-03-01 00:42:53 -08:00
Arthur Britto
e824baf15f
Begining of ledger browser hack.
2013-02-28 20:32:17 -08:00
Arthur Britto
a0b2f923f0
Rename jsonrpc tools.
2013-02-28 13:23:42 -08:00
Arthur Britto
19f90a1d2c
Add new tools for debuging JSON-RPC.
2013-02-27 18:43:57 -08:00
Stefan Thomas
ea03da3593
JS: Added a debug script I was using while developing local signing.
...
Handy to compare the server's serialization results with the client's. I figured
this might be useful whenever a local signing bug comes up, so it'd be good to
keep it around.
2013-02-26 13:58:27 +01:00
Stefan Thomas
058141948e
Switch to reduced binformat.
2013-01-30 17:59:54 +01:00
Stefan Thomas
bd71489032
Add binformat and corresponding generator script.
2013-01-30 17:59:54 +01:00
Arthur Britto
632a387eba
Improve flash_policy.js.
2013-01-21 14:12:13 -08:00
Stefan Thomas
3482c44219
Added simple flash policy server allowing global access. (Careful with that.)
2013-01-21 13:58:18 +01:00
Arthur Britto
9567440712
Typo.
2013-01-20 22:49:34 -08:00
Arthur Britto
43f888fbfa
Clean up utility scripts.
2013-01-03 00:16:19 -08:00