Arthur Britto
|
95adce1baf
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-10 12:18:24 -07:00 |
|
JoelKatz
|
3cac1416ae
|
Ignore editor backups.
|
2012-04-09 21:50:43 -07:00 |
|
JoelKatz
|
4f163947d9
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-09 21:15:08 -07:00 |
|
JoelKatz
|
b2b30ef0e6
|
Typo.
|
2012-04-09 21:14:47 -07:00 |
|
JoelKatz
|
005ea61f9b
|
All currency operations except the three weirdest ones for exchanges.
|
2012-04-09 21:00:27 -07:00 |
|
Arthur Britto
|
79ccc827b3
|
Initial check in of scripts for managing testing hosts.
|
2012-04-09 20:47:01 -07:00 |
|
Arthur Britto
|
0a1cd82ee0
|
Have git ignore bin/newcoind.
|
2012-04-09 20:44:16 -07:00 |
|
JoelKatz
|
fcdf42e799
|
Promote 'amounts' to a new type. Codify storage format, both internal
and serialized. Define operators.
|
2012-04-09 19:36:51 -07:00 |
|
JoelKatz
|
3e91ddc6d7
|
Currency work.
|
2012-04-09 03:59:36 -07:00 |
|
JoelKatz
|
1402d99a3d
|
Continue currency work.
|
2012-04-09 03:59:23 -07:00 |
|
JoelKatz
|
f085cc4a65
|
Base structures for currencies.
|
2012-04-09 02:51:20 -07:00 |
|
JoelKatz
|
b4f1aa0e47
|
Missing 'const'
|
2012-04-08 19:57:32 -07:00 |
|
JoelKatz
|
28d870e7f9
|
Finish the serialized ledger classes.
|
2012-04-08 19:57:22 -07:00 |
|
JoelKatz
|
21bb574e96
|
Having a function in a base class that's widely overloaded called 'getType'
is a bad idea. Change it to 'getSType'.
|
2012-04-08 19:56:48 -07:00 |
|
Arthur Britto
|
f84b2b3cf1
|
Cosmetic changes.
|
2012-04-08 17:19:13 -07:00 |
|
Arthur Britto
|
746d3c7ab1
|
Fix endianness for rfc1751.
|
2012-04-08 17:05:15 -07:00 |
|
JoelKatz
|
d7669944de
|
Ability to compare serialized types.
|
2012-04-08 16:33:28 -07:00 |
|
JoelKatz
|
ec8419fc79
|
Warn about throwing.
|
2012-04-08 01:40:11 -07:00 |
|
Arthur Britto
|
840f8486ff
|
Add help for validation_create.
|
2012-04-07 18:59:13 -07:00 |
|
Arthur Britto
|
81ba0286a0
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-07 16:18:39 -07:00 |
|
Arthur Britto
|
77ffbe7759
|
Add validation_create command to RPCServer.
|
2012-04-07 16:15:14 -07:00 |
|
Arthur Britto
|
b8f1df2a18
|
Add rfc1751 support to NewcoinAddress.
|
2012-04-07 16:14:33 -07:00 |
|
Arthur Britto
|
a7440cb55e
|
Initial check in of rfc1751 libraries.
|
2012-04-07 16:13:43 -07:00 |
|
Arthur Britto
|
07a6c58536
|
Fix url parsing in HttpsClient.
|
2012-04-07 16:12:37 -07:00 |
|
Arthur Britto
|
38e48b4f2f
|
Add [validation_seed] newcoind.cfg.
|
2012-04-07 16:12:06 -07:00 |
|
Arthur Britto
|
553b554e90
|
Rename [node_public_key] to [validation_public_key] in newcoin.txt.
|
2012-04-07 16:11:25 -07:00 |
|
JoelKatz
|
0e78e68053
|
Improve unit test.
|
2012-04-07 05:15:56 -07:00 |
|
JoelKatz
|
65f2546f05
|
Remove chatty logging
|
2012-04-07 05:12:36 -07:00 |
|
JoelKatz
|
c029ca8427
|
Out of extreme paranoia, ensure HMAC key and ENC key are different.
|
2012-04-07 05:11:06 -07:00 |
|
JoelKatz
|
2467e668ac
|
Cleanup. Minor bugfixes. Better documentation.
|
2012-04-07 04:13:22 -07:00 |
|
JoelKatz
|
812445f205
|
getFormat -> getTxnFormat
|
2012-04-07 03:56:40 -07:00 |
|
JoelKatz
|
e005db7686
|
Needed for it to compile on my platform.
|
2012-04-06 22:39:08 -07:00 |
|
JoelKatz
|
29659e56f3
|
Stub.
|
2012-04-06 22:36:24 -07:00 |
|
JoelKatz
|
471c3caf8f
|
Typo.
|
2012-04-06 22:35:42 -07:00 |
|
JoelKatz
|
d384860dd7
|
Support for STI_LEDGERENTRY.
|
2012-04-06 22:35:12 -07:00 |
|
Arthur Britto
|
ad59037b47
|
Replace config.xml with newcoind.cfg.
|
2012-04-06 22:32:36 -07:00 |
|
Arthur Britto
|
3b07cc754d
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-06 22:27:39 -07:00 |
|
Arthur Britto
|
bcdd8ab519
|
Use newcoind.cfg instead of config.xml
|
2012-04-06 22:27:14 -07:00 |
|
JoelKatz
|
0efeabe7fe
|
Code to support ledger state node formats.
|
2012-04-06 18:52:36 -07:00 |
|
Arthur Britto
|
3883777249
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-05 23:15:43 -07:00 |
|
Arthur Britto
|
c43917edd1
|
Fix tabs.
|
2012-04-05 23:15:34 -07:00 |
|
JoelKatz
|
11cbf862e4
|
Full support for 128-bit types. Remove throw() specifications.
|
2012-04-05 21:08:34 -07:00 |
|
JoelKatz
|
250d8b02b1
|
Remove incorrect comments.
|
2012-04-05 20:20:01 -07:00 |
|
JoelKatz
|
7f623047cc
|
Finalize code. Add unit test.
|
2012-04-05 19:53:35 -07:00 |
|
JoelKatz
|
d2d6f12745
|
Complete ECIES functions. (Untested.)
|
2012-04-05 18:13:07 -07:00 |
|
Arthur Britto
|
af800ffe14
|
Replace the use of hanko with public keys.
|
2012-04-05 16:42:21 -07:00 |
|
Arthur Britto
|
31f4b5335c
|
Merge branch 'master' into unl
|
2012-04-05 16:25:31 -07:00 |
|
Arthur Britto
|
87859dec69
|
Further work on parsing newcoin.txt.
|
2012-04-05 16:20:38 -07:00 |
|
Arthur Britto
|
50621437e6
|
Add helpers for parsing section files.
|
2012-04-05 16:19:48 -07:00 |
|
Arthur Britto
|
29afd2eeaf
|
Make HttpsClient more flexable and easier to use.
|
2012-04-05 16:19:05 -07:00 |
|