JoelKatz
|
2c535940ac
|
Make the transaction engine report whether it added the transaction.
|
2012-12-23 17:42:04 -08:00 |
|
Arthur Britto
|
adb9561c2c
|
Typo.
|
2012-12-23 16:05:20 -08:00 |
|
Arthur Britto
|
0af0a7b7b3
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-23 15:53:19 -08:00 |
|
Arthur Britto
|
194053c87e
|
Add and move to new tecCLAIM result codes.
|
2012-12-23 15:52:59 -08:00 |
|
JoelKatz
|
f89eda7efd
|
Fix a bug. We mishandle the sequence.
|
2012-12-23 15:15:21 -08:00 |
|
JoelKatz
|
f95ed4c3f5
|
Properly handle tec return codes. This won't compile until isTecClaim exists.
|
2012-12-23 15:09:10 -08:00 |
|
Arthur Britto
|
56d97f95d7
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-22 20:26:43 -08:00 |
|
Arthur Britto
|
3e3d0c295b
|
More robustness fixes for RPC.
|
2012-12-22 16:51:46 -08:00 |
|
Arthur Britto
|
a201a91ab0
|
Make RPC submit more robust.
|
2012-12-22 16:25:42 -08:00 |
|
JoelKatz
|
1f74c1e30e
|
Remove redundant set, log before assert.
|
2012-12-22 14:07:42 -08:00 |
|
Arthur Britto
|
c05d4fb559
|
Clean up - Ledger breaking changes.
|
2012-12-21 17:05:31 -08:00 |
|
Arthur Britto
|
5f38aed8a0
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-21 13:49:54 -08:00 |
|
Arthur Britto
|
401e7e3744
|
Whitespace.
|
2012-12-21 13:49:45 -08:00 |
|
JoelKatz
|
34456b019c
|
Cleanup thread creation.
|
2012-12-21 12:10:26 -08:00 |
|
JoelKatz
|
d34c0e6a45
|
Make running out of file descriptors non fatal.
Fix a bug that kills the RPC door if it gets a prohibited connection
|
2012-12-21 07:38:51 -08:00 |
|
JoelKatz
|
7d7738a7fa
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-21 07:13:43 -08:00 |
|
JoelKatz
|
cb5719d550
|
Fix a small leak.
|
2012-12-21 07:13:30 -08:00 |
|
Arthur Britto
|
8f35b78651
|
Exit with code 3 if network port is in use.
|
2012-12-20 23:19:20 -08:00 |
|
Arthur Britto
|
fadf9aa442
|
Prevent offers spending from XRP reserve.
|
2012-12-20 22:23:10 -08:00 |
|
Arthur Britto
|
b51ac04aff
|
Error changes for offer reserves.
|
2012-12-20 22:02:07 -08:00 |
|
Arthur Britto
|
530e05e52b
|
Improve OfferCreate reserve behavior.
|
2012-12-20 14:42:27 -08:00 |
|
JoelKatz
|
4fb2220891
|
New fee stuff.
CAUTION: Code is currently in an untested state.
|
2012-12-20 13:02:05 -08:00 |
|
JoelKatz
|
ce012f17af
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-20 13:00:36 -08:00 |
|
JoelKatz
|
3aad343b84
|
Sanitize this.
|
2012-12-20 12:59:15 -08:00 |
|
Arthur Britto
|
b4fe942d83
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-20 12:48:13 -08:00 |
|
JoelKatz
|
125984cd78
|
Begin the infrastructure for putting fees in the ledger.
|
2012-12-20 11:23:01 -08:00 |
|
JoelKatz
|
0106365098
|
Improve log level selection from command line. Some extra shutdown logging.
|
2012-12-20 09:27:50 -08:00 |
|
JoelKatz
|
ca25c6c3fb
|
Fix the crash on startup if instances are created before the instance
tracking is initialized.
|
2012-12-20 08:46:57 -08:00 |
|
Arthur Britto
|
16d2b5d45e
|
Partition some loging.
|
2012-12-19 15:28:17 -08:00 |
|
JoelKatz
|
a4ff121b35
|
Mark a FIXME
|
2012-12-19 12:00:23 -08:00 |
|
JoelKatz
|
cc7b1434c7
|
Begin tying in the new transaction queue code.
|
2012-12-19 11:31:33 -08:00 |
|
JoelKatz
|
edcd8286d2
|
Add callback support.
|
2012-12-19 09:37:05 -08:00 |
|
JoelKatz
|
07e4da4f41
|
Rewrite. Simpler, fixes some additional inter-account races, and performs better.
|
2012-12-19 09:06:49 -08:00 |
|
JoelKatz
|
4d63e98d92
|
Transaction Queue class to allow for multi-threaded signature checking while still
retiring transactions in order by account.
|
2012-12-19 07:07:46 -08:00 |
|
Arthur Britto
|
8236c57abc
|
Banish .DS_Store files.
|
2012-12-18 18:17:18 -08:00 |
|
Arthur Britto
|
d518fe4dbf
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-18 18:08:42 -08:00 |
|
Arthur Britto
|
7d2cfdc063
|
Fix OfferCreate handling of reserves.
|
2012-12-18 18:08:29 -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
|
a30d065e87
|
OfferCreate takes reserves into account.
|
2012-12-18 15:07:23 -08:00 |
|
Arthur Britto
|
bd4b1d680b
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-18 14:40:43 -08:00 |
|
Arthur Britto
|
8b19a356f5
|
Default owner count to 0 if not available.
|
2012-12-18 14:40:11 -08:00 |
|
JoelKatz
|
2cc4ee323f
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-18 14:39:15 -08:00 |
|
JoelKatz
|
2203313945
|
Logging cleanups.
|
2012-12-18 14:39:02 -08:00 |
|
Arthur Britto
|
8297cc7feb
|
Merge branch 'reserve'
|
2012-12-18 14:27:51 -08:00 |
|
Arthur Britto
|
dc2b1d55ae
|
Have TrustSet require reserve to set.
|
2012-12-18 14:04:54 -08:00 |
|
Arthur Britto
|
3bab52fb75
|
Note opportunity for ledger wipe.
|
2012-12-18 13:20:39 -08:00 |
|
JoelKatz
|
db10d65651
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-12-18 12:50:39 -08:00 |
|
JoelKatz
|
589e530b28
|
Catch websocketpp logs by diverting them to our logging system.
|
2012-12-18 12:50:08 -08:00 |
|
Arthur Britto
|
1ae62cac13
|
Clean up and fix TrustSet.
|
2012-12-18 12:29:20 -08:00 |
|
Arthur Britto
|
f72f6877b4
|
Merge branch 'master' into reserve
|
2012-12-18 12:28:11 -08:00 |
|