JoelKatz
|
f0eb8e7943
|
Add instance counts to core classes.
|
2012-10-31 15:50:14 -07:00 |
|
JoelKatz
|
7cd8be5b2b
|
Ledger hash skip list basic support.
|
2012-10-29 12:55:52 -07:00 |
|
JoelKatz
|
851d21a5aa
|
Don't allow an unlimited amount of work to build up for the ledger accept engine.
|
2012-10-28 19:36:02 -07:00 |
|
Arthur Britto
|
249725b66b
|
Rename NewcoinAddress to RippleAddress.
|
2012-10-25 18:31:20 -07:00 |
|
JoelKatz
|
0ac4185ff9
|
Update to support accepting ledgers acquired during the history fill.
|
2012-10-24 07:26:05 -07:00 |
|
JoelKatz
|
8705d0258d
|
Add a "full history" mode that causes the node to try to keep full history
going back to the genesis ledger. Not fully implemented yet.
|
2012-10-22 10:31:07 -07:00 |
|
JoelKatz
|
305b037f59
|
Don't allow a SerializerIterator to bind to a temporary Serializer. This was causing a bunch
of deserialization bugs.
|
2012-10-17 06:07:18 -07:00 |
|
JoelKatz
|
09f3b5db54
|
Rework how dirty SHAMap nodes are flushed to disk. The existing code had a bug that could cause
nodes to be modified before they were written to disk.
|
2012-10-16 11:16:07 -07:00 |
|
JoelKatz
|
a145bf2d36
|
Extra sanity checks.
|
2012-10-15 04:13:15 -07:00 |
|
JoelKatz
|
83a2b0d884
|
Cleanups. Extra asserts.
|
2012-10-15 03:50:14 -07:00 |
|
JoelKatz
|
f286621d17
|
Add 'walkLedger' function.
|
2012-10-14 21:32:23 -07:00 |
|
JoelKatz
|
bd4ef3598b
|
Clean up saveAcceptedLedger. Add some warning logs. Add 'getSTransaction'.
|
2012-10-14 18:26:38 -07:00 |
|
Arthur Britto
|
cc4bda6bf6
|
Cosmetic.
|
2012-10-12 21:12:05 -07:00 |
|
JoelKatz
|
4a86685574
|
A ledger fetched from SQL is always immutable.
|
2012-10-11 07:02:02 -07:00 |
|
JoelKatz
|
366aad13e7
|
Remove Ledger::bumpSeq
|
2012-10-09 12:06:13 -07:00 |
|
JoelKatz
|
7fba10da4e
|
Create a new open ledger based on the last closed ledger from the DB.
Ledgers loaded from DB are always immutable.
|
2012-10-09 11:09:02 -07:00 |
|
jed
|
8b5114a23e
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
src/Application.cpp
|
2012-10-09 03:05:21 -07:00 |
|
jed
|
573865cb23
|
allow you to load old ledger
|
2012-10-09 03:01:32 -07:00 |
|
JoelKatz
|
2d431cefd1
|
Cleanups. Remove extraneous reference count manipulations.
|
2012-10-08 00:01:23 -07:00 |
|
JoelKatz
|
d2336e3eea
|
Ledger functions to handle transaction metadata.
|
2012-09-12 18:40:16 -07:00 |
|
JoelKatz
|
30cd0e197d
|
Remove dead code that's in my way.
|
2012-09-12 09:18:03 -07:00 |
|
JoelKatz
|
02bd898e51
|
Some const-correctness.
const SLE::pointer & -> SLE::ref
|
2012-08-31 18:26:45 -07:00 |
|
JoelKatz
|
9ef0a5491b
|
Use "Ledger::ref" instead of "const Ledger::pointer&".
|
2012-08-31 18:11:41 -07:00 |
|
jed
|
336a1c27fc
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
src/LedgerNode.cpp
|
2012-08-20 09:42:15 -07:00 |
|
jed
|
5484205b26
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
src/RippleLines.cpp
|
2012-08-20 09:40:40 -07:00 |
|
JoelKatz
|
c036188c3c
|
Some more cleanups.
|
2012-08-19 21:01:36 -07:00 |
|
JoelKatz
|
84ee39b147
|
Fix a few more cases where we create a new shared pointer just to
immediately throw it away, resulting in a wasted
allocate/increment/decrement/free.
|
2012-08-19 19:04:18 -07:00 |
|
Arthur Britto
|
d5734cd6ce
|
Merge ripple dirs with owner dirs and RPC fixes for setting quality.
|
2012-08-18 12:41:58 -07:00 |
|
jed
|
ffbd719508
|
.
|
2012-08-17 21:35:56 -07:00 |
|
jed
|
4f285dc603
|
add RippleLines
|
2012-08-15 10:35:12 -07:00 |
|
Arthur Britto
|
f8882b32bf
|
Rename ledger index functions.
|
2012-07-18 14:48:05 -07:00 |
|
JoelKatz
|
718d1ffa48
|
Change first/last/next/prev SLE functions to just return uint256's.
|
2012-07-17 22:14:08 -07:00 |
|
JoelKatz
|
6b079cb951
|
Cleanup.
|
2012-07-17 15:55:27 -07:00 |
|
Arthur Britto
|
aa1f2d3c6a
|
Merge branch 'ripple'
Conflicts:
src/TransactionEngine.cpp
|
2012-07-17 13:32:29 -07:00 |
|
Arthur Britto
|
fcd13d0208
|
Work on offers.
|
2012-07-16 18:54:31 -07:00 |
|
JoelKatz
|
e89af2f784
|
Merge branch 'continuousClose'
Conflicts:
src/LedgerAcquire.cpp
src/NetworkOPs.h
Merge continuous ledger close into main branch. YAY!
|
2012-07-16 14:48:21 -07:00 |
|
JoelKatz
|
8bcb9c0041
|
Add get first/last/next SLE functions.
|
2012-07-14 19:16:58 -07:00 |
|
JoelKatz
|
7ce766dd4f
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into continuousClose
|
2012-07-13 23:55:27 -07:00 |
|
Arthur Britto
|
a3fb732e24
|
Rework offer amount calculation.
|
2012-07-13 15:28:58 -07:00 |
|
JoelKatz
|
036d8f8d6d
|
Functions to retrieve close time information from the ledger.
|
2012-07-12 21:45:09 -07:00 |
|
JoelKatz
|
513d248c93
|
Change ledger and db structures to use new ledger close timing logic.
|
2012-07-11 18:18:28 -07:00 |
|
JoelKatz
|
c82bd2805b
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into continuousClose
Conflicts:
src/Ledger.h
src/LedgerNode.cpp
src/Version.h
|
2012-07-10 10:31:13 -07:00 |
|
Arthur Britto
|
96b314c78c
|
Add getQualityNext.
|
2012-07-09 18:01:52 -07:00 |
|
Arthur Britto
|
86e5c77b8b
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-07-09 17:39:12 -07:00 |
|
Arthur Britto
|
3462ab0f07
|
Work towards ripple and offers.
|
2012-07-09 17:38:03 -07:00 |
|
JoelKatz
|
6be83c09db
|
Add SLE next/prev functions.
|
2012-07-09 17:12:20 -07:00 |
|
JoelKatz
|
50fe4b6320
|
Functions that return an SLE::pointer that find the next/prev nodes in the state tree.
|
2012-07-09 16:06:15 -07:00 |
|
Arthur Britto
|
e5ad771708
|
Move to new directory format.
|
2012-07-07 17:46:47 -07:00 |
|
Arthur Britto
|
4b20162e7f
|
Work in progress on offers and ripple.
|
2012-07-07 14:34:42 -07:00 |
|
JoelKatz
|
09a7eb094b
|
CC work.
|
2012-07-06 01:17:55 -07:00 |
|