Commit Graph

1268 Commits

Author SHA1 Message Date
jed
6770fdf0b3 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-06 07:11:14 -07:00
jed
a79c78111e add RPC_ALLOW_REMOTE connections flag 2012-06-06 07:10:30 -07:00
Arthur Britto
232f7f2dbb Add nodeInUNL() for validaiton. 2012-06-06 01:33:04 -07:00
Arthur Britto
e204a7dc3d Add const restrictions. 2012-06-06 01:25:00 -07:00
JoelKatz
7d153490ab Bugfixes. 2012-06-05 15:54:52 -07:00
JoelKatz
8e974236b8 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-05 15:42:09 -07:00
JoelKatz
b4e238a2e4 With luck, a fix for the crash. 2012-06-05 15:41:44 -07:00
Arthur Britto
6947610fa8 Merge branch 'misc' 2012-06-05 14:53:52 -07:00
Arthur Britto
c836cea92a Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-05 14:53:05 -07:00
Arthur Britto
1159e71c26 Implement RPC commands nickname_info and nickname_set. 2012-06-05 14:52:37 -07:00
Arthur Britto
0b02b20003 Add support for a signature when creating NicknameSet transactions. 2012-06-05 14:50:42 -07:00
Arthur Britto
41c6ae939a Fix NicknameSet transaction handling. 2012-06-05 14:14:03 -07:00
Arthur Britto
1f7abd6a94 Clean up getText for SerializedLedgerEntry. 2012-06-05 14:13:32 -07:00
Arthur Britto
8e88b1cd8a Add fee configuration for creating nicknames. 2012-06-05 14:13:00 -07:00
jed
6559655218 compile on windows 2012-06-05 14:06:21 -07:00
Arthur Britto
a9bb5f8d10 Merge branch 'master' into misc 2012-06-05 13:09:26 -07:00
Arthur Britto
c7069d842c Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-05 13:09:15 -07:00
Arthur Britto
480482d618 Merge branch 'master' into misc
Conflicts:
	src/TransactionEngine.cpp
2012-06-05 13:08:36 -07:00
Arthur Britto
ba983ccec3 Implement RPC commands nickname_info and nickname_set. 2012-06-05 13:07:17 -07:00
Arthur Britto
3945749b64 Implement NetworkOPs stubs for nickname_set. 2012-06-05 13:06:46 -07:00
Arthur Britto
f6e32912bb Implement transaction creation for nickname_set. 2012-06-05 13:06:20 -07:00
Arthur Britto
26d7f0e1a4 Add ledger fuctionality for NicknameState. 2012-06-05 13:05:42 -07:00
Arthur Britto
ea64ee3e58 Implement doNicknameSet. 2012-06-05 13:04:42 -07:00
Arthur Britto
189b115513 Fix serialized format for nicknames. 2012-06-05 13:03:47 -07:00
JoelKatz
79cc39f902 Tweak. 2012-06-05 04:00:25 -07:00
Arthur Britto
a987613595 Fix some errors to be temporary. 2012-06-04 23:28:34 -07:00
JoelKatz
1c854f9c73 Typo. 2012-06-04 21:52:04 -07:00
JoelKatz
e685b8678c Typo. 2012-06-04 21:47:04 -07:00
JoelKatz
d8ad2fcbb5 Typo. 2012-06-04 21:45:59 -07:00
JoelKatz
e84c7924a4 Extra debug 2012-06-04 21:37:04 -07:00
JoelKatz
7d2d698296 If we set the account sequence number to the transaction sequence,
the transaction is forever repeatable!
2012-06-04 19:18:19 -07:00
JoelKatz
73b579aef8 Cleanups and fixes. 2012-06-04 19:10:44 -07:00
JoelKatz
4e7d1cb390 Add an STAmount::operator bool() const 2012-06-04 19:10:30 -07:00
Arthur Britto
0f02695f21 Add NicknameSet to TransactionFormats. 2012-06-04 15:25:01 -07:00
Arthur Britto
b186b45c76 Merge branch 'misc' 2012-06-04 13:08:59 -07:00
Arthur Britto
1ec51b6735 Clean up balance checking. 2012-06-04 13:08:39 -07:00
Arthur Britto
8767111293 Fix doPasswordFund and fix/clean up mLedger clearing. 2012-06-04 13:07:55 -07:00
Arthur Britto
18da3ac8d1 Merge branch 'misc' 2012-06-04 12:20:09 -07:00
Arthur Britto
7e19a2f616 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-04 12:20:00 -07:00
Arthur Britto
a2e28ff819 Adjust RPC commands to be aware of current and closed ledgers. 2012-06-04 12:19:45 -07:00
JoelKatz
dcf185057a Whitespace. 2012-06-04 07:28:16 -07:00
JoelKatz
0648779ccb Pass node IDs to the sync filter. 2012-06-04 07:23:56 -07:00
JoelKatz
0e7307200e First set of efficiency improvements. 2012-06-04 07:18:57 -07:00
JoelKatz
27241a9a5c Application-level tagged cache. 2012-06-04 07:17:54 -07:00
JoelKatz
ba163bc89f Logging modernization. 2012-06-04 07:17:41 -07:00
JoelKatz
bef64eaad5 Nicer nonce/hash code. 2012-06-04 06:14:23 -07:00
JoelKatz
7dcb10b178 Make an option whether fat node gets should include leaves.
This will save bandwidth and improve performance in ledger consensus.
(Well, it will once the rest of the code is tied in.)
2012-06-04 06:01:33 -07:00
JoelKatz
2206ff3be6 Get rid of hash_SMN and instead extend boost::hash.
This makes the TaggedCache code cleaner.
2012-06-04 06:01:11 -07:00
JoelKatz
98190a4284 Add an assert 2012-06-04 06:00:27 -07:00
Arthur Britto
19bbe53eaa Merge branch 'misc'
Conflicts:
	src/TransactionEngine.cpp
2012-06-04 01:25:48 -07:00