Arthur Britto
|
5ff5e7669d
|
RPC: add profile command.
|
2012-10-02 16:22:03 -07:00 |
|
JoelKatz
|
e04b695434
|
Burninate "Value" in "*ValueField*" functions. It was just pointless extra typing.
What else would you set/get in a field, by name, other than its value?
|
2012-10-01 15:35:30 -07:00 |
|
JoelKatz
|
18d3773da4
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
src/Transaction.cpp
|
2012-10-01 15:22:37 -07:00 |
|
JoelKatz
|
79c35f2689
|
Remove all IField/ITField functions. They are now obsolete.
Use the correponding STObject functions.
|
2012-10-01 15:21:22 -07:00 |
|
Arthur Britto
|
0b49c0dee9
|
Get rid of unneeded signature parameter for NicknameSet.
|
2012-10-01 15:05:53 -07:00 |
|
JoelKatz
|
a4b330e9bc
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin into serialize
Conflicts:
src/TransactionFormats.cpp
Fast forward.
|
2012-09-30 22:38:31 -07:00 |
|
Arthur Britto
|
22873ff73d
|
Remove destination field from credit_set transaction.
|
2012-09-29 18:28:05 -07:00 |
|
JoelKatz
|
3f0c87588e
|
Small changes to support new transaction serialization code.
|
2012-09-28 19:12:07 -07:00 |
|
JoelKatz
|
a4070de73e
|
Some work on the new binary formats that doesn't break current code.
|
2012-09-24 13:04:24 -07:00 |
|
Arthur Britto
|
1024af54b6
|
Modify RPC and transactions to use quality flags for ripple.
|
2012-09-02 21:32:52 -07:00 |
|
Arthur Britto
|
e4b8d874e7
|
Encode issuer in STAmount. Breaking protocol and db version change.
|
2012-08-23 14:55:03 -07:00 |
|
Arthur Britto
|
2522c4625f
|
Fixes for paths.
|
2012-08-20 12:37: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 |
|
Arthur Britto
|
07f5bf2612
|
Enforce SendMax restrictions in transaction engine.
|
2012-08-14 13:31:46 -07:00 |
|
Arthur Britto
|
453f72661b
|
Update RPC, transactions, and ledger for new accountRootNode format.
|
2012-07-26 19:07:52 -07:00 |
|
Arthur Britto
|
aababa680f
|
Add ripple quality in and out.
|
2012-07-24 15:02:09 -07:00 |
|
Arthur Britto
|
d0db6e4476
|
Rework caching of SLEs during transaction processing.
|
2012-07-18 14:49:50 -07:00 |
|
Arthur Britto
|
d3e1b98fe8
|
Bug fixes for offer_create and offer_cancel.
|
2012-07-13 23:01:26 -07:00 |
|
Arthur Britto
|
81def6601f
|
Create transactions offer_create & offer_cancel.
|
2012-07-13 15:32:03 -07:00 |
|
Arthur Britto
|
cbc4212150
|
Remove transaction transit_set.
|
2012-07-09 17:37:20 -07:00 |
|
JoelKatz
|
3f3ea3c594
|
Fix the bug Jed reported.
|
2012-06-29 02:07:24 -07:00 |
|
JoelKatz
|
fcebbef0f4
|
Fix incorrect transactions states after SQL retrieval
|
2012-06-29 02:01:24 -07:00 |
|
JoelKatz
|
64f9f044c8
|
Remove some dead Transaction::getJson options.
|
2012-06-28 13:13:58 -07:00 |
|
JoelKatz
|
cbdb6724e5
|
Test for SQL presence was backwards.
|
2012-06-25 15:34:18 -07:00 |
|
JoelKatz
|
62dfd40ce9
|
Make SQL updates more sane.
|
2012-06-18 10:57:10 -07:00 |
|
JoelKatz
|
7e286839bb
|
Suppress SQL errors in two cases where they are normal.
|
2012-06-18 10:30:10 -07:00 |
|
JoelKatz
|
2e1254cda6
|
Remove a FIXME, bug is fixed.
|
2012-06-18 00:44:33 -07:00 |
|
jed
|
2d7e096d29
|
start standardizing the RPC returns
|
2012-06-11 15:40:40 -07:00 |
|
JoelKatz
|
913b86c410
|
Update a comment.
|
2012-06-10 16:15:20 -07:00 |
|
JoelKatz
|
197a19b996
|
Beginning transaction persistance.
|
2012-06-09 19:12:06 -07:00 |
|
Arthur Britto
|
0b02b20003
|
Add support for a signature when creating NicknameSet transactions.
|
2012-06-05 14:50:42 -07:00 |
|
Arthur Britto
|
f6e32912bb
|
Implement transaction creation for nickname_set.
|
2012-06-05 13:06:20 -07:00 |
|
Arthur Britto
|
7e19a2f616
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-06-04 12:20:00 -07:00 |
|
JoelKatz
|
ba163bc89f
|
Logging modernization.
|
2012-06-04 07:17:41 -07:00 |
|
Arthur Britto
|
129631e16f
|
Fix PasswordSet transaction creation.
|
2012-06-04 01:21:00 -07:00 |
|
Arthur Britto
|
d1d4c4eefa
|
Add PasswordFund and PasswordSet transaction constructors.
|
2012-06-03 19:46:08 -07:00 |
|
Arthur Britto
|
78614a2450
|
Get RPC command account_message_set working.
|
2012-06-02 16:13:53 -07:00 |
|
Arthur Britto
|
da20c80697
|
Add support for creating AccountSet transactions.
|
2012-06-02 14:25:08 -07:00 |
|
Arthur Britto
|
6d7e43e967
|
Merge branch 'pay'
|
2012-06-01 18:04:27 -07:00 |
|
Arthur Britto
|
ba5aef352c
|
Add support to create WalletAdd transaction.
|
2012-06-01 17:59:56 -07:00 |
|
JoelKatz
|
9d41104d83
|
With all this rope lying about, someone might get hung.
(Wrong length for SerialializedTransaction.)
|
2012-06-01 16:25:59 -07:00 |
|
JoelKatz
|
3047f77160
|
Be consistent in how we include Boost header files.
|
2012-05-28 04:28:22 -07:00 |
|
Arthur Britto
|
cb56ad036d
|
Implement credit_set and directory support.
|
2012-05-26 02:57:00 -07:00 |
|
Arthur Britto
|
68f47a0b5f
|
Add support for constructing CreditSet and TransitSet.
|
2012-05-21 17:27:52 -07:00 |
|
Arthur Britto
|
1e9304f8c6
|
Use STPathSet in place of STPath in transactions.
|
2012-05-20 23:43:02 -07:00 |
|
Arthur Britto
|
98ade9985e
|
Work toward RPC send.
|
2012-05-20 22:59:13 -07:00 |
|
Arthur Britto
|
8ba9fe2d88
|
Work toward revised RPC send.
|
2012-05-20 01:53:31 -07:00 |
|
Arthur Britto
|
abccd3aeb6
|
More toward using STAmount.
|
2012-05-18 20:17:28 -07:00 |
|
Arthur Britto
|
8760a5b3d2
|
Change over to STAmount.
|
2012-05-18 19:28:39 -07:00 |
|