JoelKatz
|
46dbd3e967
|
Emergency fix. boost::format doesn't have the thread safety we thought.
|
2013-04-08 17:17:16 -07:00 |
|
Arthur Britto
|
66db6eac6a
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-08 16:14:49 -07:00 |
|
Arthur Britto
|
85321afd44
|
JSON API clean up.
|
2013-04-08 16:14:35 -07:00 |
|
jatchili
|
6313041025
|
Disable verbosity by default in account_tx-test.js (still commented out)
|
2013-04-08 16:05:11 -07:00 |
|
JoelKatz
|
f9b18254ab
|
Fix some paths we missed.
|
2013-04-08 01:17:55 -07:00 |
|
JoelKatz
|
6d9a27e593
|
Count a path to the destination extra.
|
2013-04-07 23:55:54 -07:00 |
|
JoelKatz
|
7e429dd14c
|
On non-tiny nodes, use an extra I/O thread.
|
2013-04-07 23:44:36 -07:00 |
|
JoelKatz
|
5928b3dcbf
|
Off by one error. Thank you unit tests.
|
2013-04-07 23:34:37 -07:00 |
|
JoelKatz
|
ae7fc56e6b
|
Statistical path exploration. Phase one.
|
2013-04-07 23:21:26 -07:00 |
|
JoelKatz
|
d3da878dda
|
Whitespace.
|
2013-04-07 23:21:09 -07:00 |
|
JoelKatz
|
3c98070d43
|
This is the correct fix.
|
2013-04-07 21:55:20 -07:00 |
|
JoelKatz
|
c6cea1d072
|
Remove unneccessary copies.
|
2013-04-07 21:32:18 -07:00 |
|
JoelKatz
|
03bce70a23
|
Add an extra phase to the process of deciding which ripple lines to explore.
It will make sense shortly.
|
2013-04-07 20:56:16 -07:00 |
|
JoelKatz
|
a47b89422f
|
Cleanup.
|
2013-04-07 20:46:33 -07:00 |
|
JoelKatz
|
f405a492a4
|
Avoid redundant exploration.
|
2013-04-07 20:15:01 -07:00 |
|
JoelKatz
|
e3063b0495
|
Some small optimizations.
|
2013-04-07 18:34:16 -07:00 |
|
JoelKatz
|
e538c38d61
|
Always return a "transactions" array in account_tx, even if it's empty.
|
2013-04-06 12:22:33 -07:00 |
|
JoelKatz
|
a91c484f99
|
Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-05 21:16:40 -07:00 |
|
JoelKatz
|
069b34101f
|
Remove a warning.
|
2013-04-05 21:16:25 -07:00 |
|
Arthur Britto
|
c7da4546f1
|
UT: Disable account_tx tests for littering output.
|
2013-04-05 19:40:41 -07:00 |
|
JoelKatz
|
b10b0f82f6
|
Division rounds towards zero automatically. We don't need to do anything
special in mulRound or divRound before we divide if we're rounding towards zero.
|
2013-04-05 19:00:24 -07:00 |
|
JoelKatz
|
fd769cdca1
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-05 09:58:08 -07:00 |
|
JoelKatz
|
04d48a6d21
|
Emergency fix: Sanely handle taking a position we previously failed to acquire.
|
2013-04-05 09:57:24 -07:00 |
|
JoelKatz
|
48635bb843
|
Fix small bugs in the SHAMapDiff algorithm.
|
2013-04-05 09:51:05 -07:00 |
|
JoelKatz
|
bc5a81efc3
|
Report which acquires failed in 'consensus_info'.
|
2013-04-05 09:50:37 -07:00 |
|
JoelKatz
|
ff89774fda
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-05 09:43:03 -07:00 |
|
JoelKatz
|
7131564eb1
|
Emergency patch to fix ledger not closing.
Do not timeout on acquiring a transaction set if a trusted peer
still proposes it. Instead, fetch more aggressively.
|
2013-04-05 09:41:43 -07:00 |
|
JoelKatz
|
4c9c2ec0a6
|
Merge branch 'new_pathfinding' of github.com:jedmccaleb/NewCoin into develop
|
2013-04-04 20:33:52 -07:00 |
|
JoelKatz
|
a56d284e4d
|
Some cleanups.
|
2013-04-04 20:32:11 -07:00 |
|
jatchili
|
f37737edd3
|
account_tx-test.js - uses new ordering scheme
|
2013-04-04 16:09:30 -07:00 |
|
jatchili
|
fc79cd867e
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2013-04-04 15:31:19 -07:00 |
|
JoelKatz
|
b3f2f68682
|
Fix bug in AccountTransactions database creation.
|
2013-04-04 15:26:35 -07:00 |
|
jatchili
|
2c20b313c9
|
Made some changes to account_tx-test.js
|
2013-04-04 12:02:52 -07:00 |
|
Arthur Britto
|
437fd44e42
|
Comment out broken account_tx-test.js
|
2013-04-03 17:21:46 -07:00 |
|
Arthur Britto
|
43b0e80cdc
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2013-04-03 17:21:18 -07:00 |
|
Arthur Britto
|
7b98191d68
|
Make ripple balance checks more lenient.
|
2013-04-03 17:12:39 -07:00 |
|
JoelKatz
|
5d4e7db788
|
Fix the fix.
|
2013-04-03 14:20:20 -07:00 |
|
JoelKatz
|
88dba87fa9
|
Fix the deadlock. Can't hold the LedgerMaster lock when calling a pub* function.
|
2013-04-03 14:17:06 -07:00 |
|
JoelKatz
|
55c2751ac1
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into new_pathfinding
|
2013-04-03 13:47:45 -07:00 |
|
JoelKatz
|
1894b2d4b8
|
Missing log message.
|
2013-04-03 13:47:09 -07:00 |
|
JoelKatz
|
f2397856a5
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into new_pathfinding
|
2013-04-03 12:46:32 -07:00 |
|
JoelKatz
|
e7a41fab8f
|
Restore the original behavior.
We do not want to call RAND_screen because it calls RAND_poll.
Let me know if this breaks anything.
|
2013-04-02 16:46:28 -07:00 |
|
Arthur Britto
|
2822251e4e
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2013-04-02 15:08:59 -07:00 |
|
JoelKatz
|
116c89fad5
|
Add "round to zero" to subRound/addRound.
|
2013-04-02 15:07:40 -07:00 |
|
JoelKatz
|
00e2ac8298
|
Fix a race applying connections to the open ledger.
|
2013-04-02 13:41:42 -07:00 |
|
JoelKatz
|
24fe80e629
|
Cleanup.
|
2013-04-02 13:41:34 -07:00 |
|
JoelKatz
|
335716c1c6
|
Extra statement constructor.
|
2013-04-02 13:41:17 -07:00 |
|
Arthur Britto
|
791706e8c3
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2013-04-02 13:23:29 -07:00 |
|
JoelKatz
|
2e28179217
|
Suppress some warnings.
|
2013-04-02 12:24:05 -07:00 |
|
JoelKatz
|
d73995e695
|
An optimization. Faster GetHex for exact strings.
|
2013-04-01 21:01:06 -07:00 |
|