Commit Graph

2444 Commits

Author SHA1 Message Date
JoelKatz
16ea43d60c Fixups. 2012-09-28 19:26:36 -07:00
JoelKatz
cfa0f129d9 Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize
Conflicts:
	src/LedgerFormats.cpp
	src/SerializedLedger.cpp
	src/Version.h

Merge with master
2012-09-28 19:22:30 -07:00
JoelKatz
ebf3aeee64 Remove infinite loop. 2012-09-28 19:14:21 -07:00
JoelKatz
2b0c95a838 Typo. 2012-09-28 19:13:34 -07:00
JoelKatz
01c164c6fb Rewrite a lot of the SerializedTransaction code. Mostly just removing obsolete code. 2012-09-28 19:12:56 -07:00
JoelKatz
dc2e47b67c Hash functions. 2012-09-28 19:12:38 -07:00
JoelKatz
3f0c87588e Small changes to support new transaction serialization code. 2012-09-28 19:12:07 -07:00
JoelKatz
64231daadb Protocol updates. 2012-09-28 19:11:24 -07:00
MJK
40b5189209 Changes to logrotate per arthur's comment 2012-09-28 18:34:42 -07:00
Arthur Britto
c74cb38e09 Do not do SNTP in standalone mode. 2012-09-28 17:46:32 -07:00
Arthur Britto
7bd25b8688 Remove LowID and HighID from ripple state nodes. 2012-09-28 14:59:34 -07:00
JoelKatz
b2682ac5ee Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize 2012-09-28 14:26:40 -07:00
JoelKatz
8c2eda1f93 Fix signature/hash generation. 2012-09-28 14:26:19 -07:00
Arthur Britto
3cd9068793 Clean up js. 2012-09-28 12:44:39 -07:00
Arthur Britto
723897c449 Merge branch 'master' into ut
Conflicts:
	js/utils.js
	test/server.js
2012-09-28 12:34:27 -07:00
Arthur Britto
9f2b38a441 TransactionEngine: do not allow bad transfer rate to be set. 2012-09-28 12:30:29 -07:00
Arthur Britto
e2fb75046f RPC: Fix parsing of ripple options limit and average. 2012-09-28 12:29:44 -07:00
JoelKatz
b88d6486a6 Rather than a polymorphic downcast, just fill in the object in place. 2012-09-27 20:55:10 -07:00
JoelKatz
febe7a1224 Search/replace went slightly awry. 2012-09-27 20:47:50 -07:00
JoelKatz
2c2bfab52f STArrays should only hold STObject's 2012-09-27 20:47:11 -07:00
JoelKatz
f6a151b5a8 Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize 2012-09-27 20:40:55 -07:00
JoelKatz
b8a84ec83e Bug fixes. 2012-09-27 20:40:34 -07:00
JoelKatz
5ab9871fe6 Bump versions to prevent incomatible server-server connections. 2012-09-27 20:40:15 -07:00
MJK
5b94396890 Move around to256 to uint256.h, get rid of Conversion.cpp,h 2012-09-27 17:01:27 -07:00
Arthur Britto
bf36fc84bd WS: Add ledger entry option directory. 2012-09-27 16:06:12 -07:00
JoelKatz
3bb9208890 Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize 2012-09-27 15:45:02 -07:00
JoelKatz
b6653732b0 New serializer work.
Rework add/addRaw/addData per discussion with Arthur.
New STObject add/deserialize code.
STArray add/deserialize code.
Allow arrays of normal fields.
Other small fixes.
2012-09-27 15:43:29 -07:00
Arthur Britto
da7155d8ca WS: Add ledger_entry option generator. Also have ledger entry return index. 2012-09-27 15:42:30 -07:00
Arthur Britto
a584a9c284 WS: Add ledger_entry option offer. 2012-09-27 15:16:38 -07:00
Arthur Britto
4f41077438 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-09-27 14:42:26 -07:00
Arthur Britto
84dd986b6e WS: Add ledger_entry option ledger. 2012-09-27 14:40:56 -07:00
JoelKatz
5d0adc449b Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize 2012-09-27 14:15:56 -07:00
JoelKatz
a40120b6c9 Cleanups and fixes. 2012-09-27 14:11:10 -07:00
MJK
a980894efa Merge branch 'master' of https://github.com/jedmccaleb/NewCoin 2012-09-27 13:53:38 -07:00
MJK
1ffe841be5 add simple log rotating, tentative Ripple pathfinder work 2012-09-27 13:49:37 -07:00
Arthur Britto
22c22bd734 WS: Add support ledger_entry to return a ripple_state. 2012-09-27 13:36:04 -07:00
Arthur Britto
ff245609ac WS: Add support for ledger_entry to return an account_root. 2012-09-27 13:10:08 -07:00
Arthur Britto
b491b99255 Rework NetworkOPs to return Ledger:pointer. 2012-09-27 13:08:59 -07:00
JoelKatz
c9b8408d08 Cleanups and fixes. 2012-09-26 20:40:23 -07:00
JoelKatz
3f469c914d More serialization work. 2012-09-26 16:26:39 -07:00
JoelKatz
e7d9b99133 Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize 2012-09-26 15:10:29 -07:00
JoelKatz
9c08dc00ae Mark a huge number of ugly functions deprecated. You no longer need to use the special
'IField' functions. You can treat a ledger entry like any STObject.
2012-09-26 15:09:38 -07:00
JoelKatz
ad4952b958 Cleanups. 2012-09-26 15:09:27 -07:00
JoelKatz
d76f61a648 Cleanups. 2012-09-26 15:09:11 -07:00
JoelKatz
16cadaf43f Special types of high-level objects. 2012-09-26 15:09:00 -07:00
JoelKatz
632d506234 Make this compile. 2012-09-26 15:08:43 -07:00
Arthur Britto
20815377b4 Adjust UTs for genesis 1. 2012-09-26 15:07:03 -07:00
Arthur Britto
cae6ea1c33 Remove useless NetworkOPs::getClosedLedger. 2012-09-26 15:03:19 -07:00
Arthur Britto
be54bf070c Make getLedgerByHash(0) return the current ledger. 2012-09-26 15:02:17 -07:00
Arthur Britto
f3f116117a Make genesis ledger 1. 2012-09-26 15:01:21 -07:00