Commit Graph

2529 Commits

Author SHA1 Message Date
JoelKatz
2a6ce337b2 The old signature logic won't work with the new scheme. This is simpler
and the way the new code is supposed to work.
2012-10-04 23:45:52 -07:00
JoelKatz
16510cd92e Add 'sfSignature' to the list of signature fields. (Should probably be an SField flag.) 2012-10-04 23:45:27 -07:00
JoelKatz
dd4adab380 If 'TRUST_NETWORK' is defined, fault on bogus validation. Some extra debug. 2012-10-04 23:44:59 -07:00
JoelKatz
4bab95440c Log how many peers we sent a validation to. 2012-10-04 23:44:36 -07:00
JoelKatz
232f9d0211 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-04 23:44:25 -07:00
JoelKatz
9efbd5ddd5 Cleanup. 2012-10-04 23:44:17 -07:00
MJK
964db1d1fa Merge branch 'master' of https://github.com/jedmccaleb/NewCoin 2012-10-04 18:21:53 -07:00
MJK
50a993e921 Ripple tentatively implemented 2012-10-04 18:21:05 -07:00
Andrey Fedorov
0076130be1 a few formatting changes 2012-10-04 21:17:40 -04:00
Andrey Fedorov
0e3b4cc1a8 a few formatting changes 2012-10-04 21:04:19 -04:00
Arthur Britto
b3bc566655 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-04 17:50:51 -07:00
Arthur Britto
534b5980a1 JS: Rework remote framework. 2012-10-04 17:50:46 -07:00
Arthur Britto
ef81dd7caf UT: retab test/config.js 2012-10-04 17:40:10 -07:00
Arthur Britto
f7562efa85 UT: Add accounts to config. 2012-10-04 17:38:58 -07:00
JoelKatz
2d861a44f4 Bugfix for makeFieldAbsent. New unit test. 2012-10-04 17:02:14 -07:00
JoelKatz
ab4e44b06d Allow 'temporary' fields. 2012-10-04 17:01:57 -07:00
JoelKatz
d4ee872076 Properly construct dynamic field names 2012-10-04 17:01:42 -07:00
JoelKatz
8bddef34fc Remove old unit test. 2012-10-04 17:01:34 -07:00
JoelKatz
bf7c32daa1 The five last missing bits of the JSON input code. 2012-10-04 15:31:36 -07:00
JoelKatz
9c637aedb9 Clean up some expensive logging. 2012-10-04 12:54:20 -07:00
JoelKatz
015ba9f24d Typo. 2012-10-04 12:53:38 -07:00
Arthur Britto
424a2a424b WS: revise ledger and ledger_index to indicate current or closed ledger. 2012-10-04 12:36:56 -07:00
JoelKatz
414a44b6b5 Prevent a race condition that can cause us to miss an "I have a transaction
set" message if it arrives as we're in the process of generating a new
last-closed ledger.
2012-10-04 02:19:47 -07:00
JoelKatz
f0a9ee4505 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-03 22:24:02 -07:00
JoelKatz
39cb1899d0 A few small bugfixes and some exra logging to track down a sync bug that Jed reported. 2012-10-03 22:23:32 -07:00
Arthur Britto
437ab7b6ae Put RPC commands in a try catch. 2012-10-03 20:29:44 -07:00
MJK
fca0f6fffc fix typo in strValue's name 2012-10-03 15:14:08 -07:00
Arthur Britto
66fd6146fa Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-03 14:45:10 -07:00
Arthur Britto
5b1ac0b1e5 Add transfer support to offer taking. 2012-10-03 14:44:59 -07:00
JoelKatz
f0320f0b7f More JSON work. 2012-10-03 13:53:06 -07:00
JoelKatz
d7d5a0d2b1 Finish STAmount JSON parser. 2012-10-02 20:15:51 -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
JoelKatz
ddab25ab44 Break out the portion that sets the value from the STAmount code.
Fix its mishandling of negative amounts.
Support array types in STAmount JSON input.
2012-10-02 04:28:01 -07:00
JoelKatz
17a99e686b More STAmount JSON work. 2012-10-02 03:49:46 -07:00
JoelKatz
d9b0d39cf6 JSON->Account 2012-10-02 01:01:27 -07:00
JoelKatz
4d64ab03b0 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-02 00:31:42 -07:00
JoelKatz
3bed31ae4a Detect more error conditions. 2012-10-02 00:31:30 -07:00
JoelKatz
670adae353 Cleanup. 2012-10-02 00:31:18 -07:00
JoelKatz
2b18d9dce8 Some range check helper functions and lexical_cast_ functions that throw. 2012-10-02 00:31:00 -07:00
MJK
f5ffc8f0e9 Merge branch 'master' of https://github.com/jedmccaleb/NewCoin 2012-10-01 21:36:26 -07:00
MJK
ef28ebe7a5 fix for mis-parsed send_max param in doSend() 2012-10-01 21:35:45 -07:00
JoelKatz
e2c257f50b Fix a bug Jed reported. More JSON work. Redo format layouts. 2012-10-01 20:09:24 -07:00
JoelKatz
e7c9ee09f6 New JSON functionality. 2012-10-01 16:53:54 -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