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
Arthur Britto
6f7712e6c7
Fix typo.
2013-01-03 00:11:23 -08:00
Arthur Britto
f09543fe8a
Cosmetic.
2013-01-01 14:37:44 -08:00
Arthur Britto
2023e4266b
Add a utility to hexify a string.
2013-01-01 12:34:53 -08:00
Arthur Britto
3da7b9b90b
Add a utility to create a gravatar hash.
2013-01-01 12:00:40 -08:00
Arthur Britto
8236c57abc
Banish .DS_Store files.
2012-12-18 18:17:18 -08:00
Jcar
bc1c650ec3
Got it to work in XCode :-) Including:
...
-Replicate Scons in Xcode configuration by importing various libraries
-That's the end of the list
2012-12-18 17:44:15 -08:00
Arthur Britto
79ccc827b3
Initial check in of scripts for managing testing hosts.
2012-04-09 20:47:01 -07:00