Commit Graph

1756 Commits

Author SHA1 Message Date
JoelKatz
1a238c03fe Bugfix. 2013-05-08 10:52:53 -07:00
JoelKatz
2b6a91143b Merge branch 'develop' of github.com:jedmccaleb/NewCoin into leveldb 2013-05-07 16:42:23 -07:00
Arthur Britto
88d26609eb Merge branch 'fixripplepass' into develop
Conflicts:
	src/cpp/ripple/Version.h
2013-05-07 15:39:51 -07:00
Arthur Britto
cb87bfd4b4 Zero to do on each ripple pass. 2013-05-07 15:38:30 -07:00
JoelKatz
e086fa5a5d Allow LevelDB and SQLite to co-exist in the build and have the backing
store for hashed nodes selectable in the config.
2013-05-07 15:04:23 -07:00
JoelKatz
dae7651812 Temporary fix. 2013-05-07 14:18:17 -07:00
JoelKatz
393d34f823 Emergency fix. 2013-05-07 07:07:36 -07:00
JoelKatz
c0265ac4d3 Hotfix. 2013-05-06 22:49:34 -07:00
JoelKatz
a417640c9d Bump version. 2013-05-06 21:01:44 -07:00
JoelKatz
c2fae08064 Bump version. 2013-05-06 21:01:26 -07:00
JoelKatz
9b937c10d3 Backout two changes not ready for prime time. 2013-05-06 21:00:59 -07:00
Arthur Britto
8618ad0c9f Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-05-06 20:14:04 -07:00
Arthur Britto
8ccd0c6ef6 Cosmetic. 2013-05-06 20:11:16 -07:00
Arthur Britto
9bfb5922c5 UT: New test for client issue 535. 2013-05-06 20:10:13 -07:00
Arthur Britto
fc92e563e0 Clean up rippling currency and issuer. For client issue 535. 2013-05-06 20:09:24 -07:00
JoelKatz
439ed0c65e Mark some future work. 2013-05-06 18:16:55 -07:00
JoelKatz
98f163d543 Make some formats constant since it's not safe to modify them. 2013-05-06 18:16:36 -07:00
JoelKatz
c3666feafd Add some basic sanity checks. 2013-05-06 17:26:43 -07:00
JoelKatz
66c4910c64 Missing lock. 2013-05-06 15:06:07 -07:00
JoelKatz
e3a2b2f2e9 Return the destination amount in PFRequest updates. Return the ID. 2013-05-06 12:51:07 -07:00
Arthur Britto
ec6efa6d00 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-05-05 20:45:04 -07:00
Arthur Britto
cff4eeff0c Merge branch 'findneg' into develop 2013-05-05 20:44:09 -07:00
Arthur Britto
bf11eb9f32 Fixes for rippling through offers.
- More logging.
- Respect multi-quality in reverse.
- Per node respect delivery amounts for offers.
  - Pre-zero delivery amounts.
  - Sum delivery amounts.
  - Limit amount taken from offer by delivery amount.
- More error checking for going past bounds.
- Avoid == on float comparisons.
2013-05-05 20:38:33 -07:00
JoelKatz
a5acb4e69a Fix bug that can cause crash. 2013-05-04 13:15:24 -07:00
Arthur Britto
8734f209a6 Fix Disallow XRP. 2013-05-04 12:55:51 -07:00
JoelKatz
60d40d19b7 Need ref wrapper. 2013-05-04 11:36:57 -07:00
JoelKatz
1938a30c67 LevelDB import operation. 2013-05-04 01:22:17 -07:00
JoelKatz
ecfe553ef9 Code to import MySQL objects into LevelDB. (Or another MySQL database if you really wanted to.) 2013-05-03 16:23:33 -07:00
JoelKatz
521d528d6a Bug fixes. 2013-05-03 14:51:49 -07:00
JoelKatz
e7529d0221 Report the correct error if someone tries to use the evented path_find through the RPC API.
(Maybe we'll add limited support for this later.)
2013-05-03 13:59:04 -07:00
JoelKatz
9e47107255 Rework dispatch of new API PF requests. 2013-05-03 09:33:58 -07:00
JoelKatz
0e9973d3a8 We should accept numbers as long as we produce. 2013-05-02 19:20:21 -07:00
JoelKatz
b6871cba8d Dispatch new pathfinding requests. 2013-05-02 16:13:36 -07:00
JoelKatz
f5579c0139 Handler to run all pathfinding requests. 2013-05-02 12:52:05 -07:00
JoelKatz
d193608aa1 More PFRequest work. Advanced features. 2013-05-02 01:04:16 -07:00
JoelKatz
6fb8e1515a Merge branch 'develop' into pf_api 2013-05-01 22:23:25 -07:00
JoelKatz
407a43aea9 Change shared_polymorphic_downcast to dynamic_pointer_cast. 2013-05-01 22:22:51 -07:00
JoelKatz
878d8dd078 Merge branch 'develop' into pf_api 2013-04-30 17:44:48 -07:00
JoelKatz
3ec116f5bf Monitor LevelDB performance. 2013-04-30 17:43:56 -07:00
JoelKatz
4faccfdc1e Merge branch 'develop' into pf_api 2013-04-30 17:31:32 -07:00
JoelKatz
651a9c2591 Make it compile. 2013-04-30 17:31:24 -07:00
JoelKatz
02229dc1be Merge branch 'develop' into pf_api 2013-04-30 17:29:39 -07:00
JoelKatz
d9f603f87b Use a bloom filter on suitably sized nodes. 2013-04-30 17:28:35 -07:00
JoelKatz
ca46e97bc5 Wrong error code returned. 2013-04-30 17:19:45 -07:00
JoelKatz
9df93f4202 Break the ripple line cache into its own structure 2013-04-30 15:57:11 -07:00
JoelKatz
297f68f371 Rework the way PF API request validity is checked against the ledger. 2013-04-30 15:35:28 -07:00
JoelKatz
dac85af5e3 New PF Json parser work. 2013-04-30 15:04:47 -07:00
JoelKatz
707f914d32 Some new PF API support. 2013-04-29 23:31:25 -07:00
JoelKatz
50d40115e5 Updates. 2013-04-29 20:27:08 -07:00
JoelKatz
1e5437a719 Missing from previous commit. 2013-04-29 16:42:42 -07:00