JoelKatz
|
febd52b5d1
|
Fix the initialization order to match the construction order.
|
2012-10-24 15:45:54 -07:00 |
|
jed
|
fef96efa1e
|
broke up RPCServer
|
2012-10-24 13:08:49 -07:00 |
|
jed
|
15fcbcd4c8
|
start reworking API
|
2012-10-24 09:47:09 -07:00 |
|
jed
|
0d2e1252e1
|
changes to tx_history
|
2012-10-21 21:06:46 -07:00 |
|
jed
|
7fb75174fc
|
added tx_history RPC
|
2012-10-21 19:21:08 -07:00 |
|
jed
|
8cfb15e741
|
.
|
2012-10-20 07:00:36 -07:00 |
|
JoelKatz
|
ec0376533f
|
Change "logseverity" command to "log_level".
|
2012-10-19 12:28:12 -07:00 |
|
JoelKatz
|
3380253bf9
|
Some cleanups.
|
2012-10-18 14:27:54 -07:00 |
|
JoelKatz
|
bd135b8772
|
Use the new HTTP request parser
|
2012-10-18 13:39:36 -07:00 |
|
JoelKatz
|
e534f0ba78
|
Allow log levels to be tweaked at run time.
|
2012-10-17 23:39:14 -07:00 |
|
jed
|
cf32d900de
|
windows
|
2012-10-16 12:40:07 -07:00 |
|
Arthur Britto
|
3d97ccc34f
|
RPC add inLedger to account_tx.
|
2012-10-15 14:22:55 -07:00 |
|
Arthur Britto
|
2af15db40a
|
Rename everything from newcoin to ripple except the protocol buffers.
|
2012-10-12 15:48:33 -07:00 |
|
jed
|
24d6891cc6
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-11 09:19:19 -07:00 |
|
jed
|
04f244ce9d
|
change profile
|
2012-10-11 09:19:05 -07:00 |
|
Arthur Britto
|
ab6dfadc5f
|
Have RPCServer report messages from throws.
|
2012-10-10 12:44:00 -07:00 |
|
MJK
|
9e6a885af9
|
Fix minor typo
|
2012-10-09 22:48:27 -07:00 |
|
JoelKatz
|
6f2e4b8172
|
Add RPC "accept_ledger" function which processes all pending transactions (in standalone mode only)
and closes the ledger, opening a new one. The sequence number of the new open ledger is returned.
|
2012-10-08 20:02:52 -07:00 |
|
JoelKatz
|
31a6177da0
|
More logging improvements.
|
2012-10-08 07:14:36 -07:00 |
|
MJK
|
50a993e921
|
Ripple tentatively implemented
|
2012-10-04 18:21:05 -07:00 |
|
Arthur Britto
|
437ab7b6ae
|
Put RPC commands in a try catch.
|
2012-10-03 20:29:44 -07:00 |
|
Arthur Britto
|
fa712549ea
|
RPC profile: Fix transactions reported.
|
2012-10-02 16:56:44 -07:00 |
|
Arthur Britto
|
facca3ef17
|
RPC fix rate_per_second for profile.
|
2012-10-02 16:37:31 -07:00 |
|
Arthur Britto
|
ae3198bb9c
|
Fix typo.
|
2012-10-02 16:28:05 -07:00 |
|
Arthur Britto
|
718f02fe74
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-02 16:22:10 -07:00 |
|
Arthur Britto
|
5ff5e7669d
|
RPC: add profile command.
|
2012-10-02 16:22:03 -07:00 |
|
MJK
|
ef28ebe7a5
|
fix for mis-parsed send_max param in doSend()
|
2012-10-01 21:35:45 -07:00 |
|
JoelKatz
|
e04b695434
|
Burninate "Value" in "*ValueField*" functions. It was just pointless extra typing.
What else would you set/get in a field, by name, other than its value?
|
2012-10-01 15:35:30 -07:00 |
|
JoelKatz
|
18d3773da4
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
src/Transaction.cpp
|
2012-10-01 15:22:37 -07:00 |
|
JoelKatz
|
79c35f2689
|
Remove all IField/ITField functions. They are now obsolete.
Use the correponding STObject functions.
|
2012-10-01 15:21:22 -07:00 |
|
Arthur Britto
|
0b49c0dee9
|
Get rid of unneeded signature parameter for NicknameSet.
|
2012-10-01 15:05:53 -07:00 |
|
Arthur Britto
|
eb2244de76
|
Get rid of compiler warning.
|
2012-10-01 13:22:21 -07:00 |
|
MJK
|
0c3a3e6591
|
Merge branch 'master' of https://github.com/jedmccaleb/NewCoin
|
2012-09-29 18:29:33 -07:00 |
|
MJK
|
9496050bdf
|
Towards pathfinder() changes
|
2012-09-29 18:29:02 -07:00 |
|
Arthur Britto
|
22873ff73d
|
Remove destination field from credit_set transaction.
|
2012-09-29 18:28:05 -07:00 |
|
Arthur Britto
|
ed94c2f4a8
|
Really fix RPC ripple_line_set.
|
2012-09-29 17:58:07 -07:00 |
|
Arthur Britto
|
68ee1a4fa7
|
Fix RPC ripple_line_set & TA credit_set to correctly handle issuer.
|
2012-09-29 17:49:57 -07:00 |
|
MJK
|
40b5189209
|
Changes to logrotate per arthur's comment
|
2012-09-28 18:34:42 -07:00 |
|
Arthur Britto
|
e2fb75046f
|
RPC: Fix parsing of ripple options limit and average.
|
2012-09-28 12:29:44 -07:00 |
|
MJK
|
5b94396890
|
Move around to256 to uint256.h, get rid of Conversion.cpp,h
|
2012-09-27 17:01:27 -07:00 |
|
MJK
|
a980894efa
|
Merge branch 'master' of https://github.com/jedmccaleb/NewCoin
|
2012-09-27 13:53:38 -07:00 |
|
MJK
|
1ffe841be5
|
add simple log rotating, tentative Ripple pathfinder work
|
2012-09-27 13:49:37 -07:00 |
|
Arthur Britto
|
cae6ea1c33
|
Remove useless NetworkOPs::getClosedLedger.
|
2012-09-26 15:03:19 -07:00 |
|
Arthur Britto
|
1024af54b6
|
Modify RPC and transactions to use quality flags for ripple.
|
2012-09-02 21:32:52 -07:00 |
|
Arthur Britto
|
8d7773dcd6
|
Remove unused variable.
|
2012-09-01 17:23:40 -07:00 |
|
Arthur Britto
|
59cf548953
|
Add issuer support to RPC send commend.
|
2012-08-24 20:17:46 -07:00 |
|
Arthur Britto
|
58644fc806
|
Fix transaction engine sense of ripple balances.
|
2012-08-20 16:23:23 -07:00 |
|
Arthur Britto
|
a99f814c20
|
Allow qualities to be specified as a float for RPC.
|
2012-08-20 13:19:43 -07:00 |
|
Arthur Britto
|
fbd67bda89
|
Let issuer be defaulted for RPC ripple command.
|
2012-08-19 18:54:26 -07:00 |
|
Arthur Britto
|
3530988e9c
|
Cosmetic.
|
2012-08-18 13:16:26 -07:00 |
|