JoelKatz
606dff758c
Support compiling with C++11 rules. Compile C++11 by default.
...
This gives us some significant performance boosts when containers and binds.
2013-03-16 02:38:05 -07:00
Stefan Thomas
dbfce52d53
JS: Correctly calculate affected accounts when routing account events.
2013-02-15 14:43:24 +01:00
JoelKatz
a6d189e2da
Consider accounts that issue offer currencies as affected/mentioned.
2013-01-23 17:50:45 -08:00
JoelKatz
28aad90356
Fix a bug that prevented account notifications from going out.
2013-01-21 17:48:35 -08:00
JoelKatz
8da284705f
Fix 'getAffectedAccount' -- logic was totally wrong.
...
You can't get this from the transaction because which accounts a transaction
affects depends on things like which offers it winds up taking. And you
can't build it with the metadata because you don't always build the metadata
locally -- consider fetching a ledger after a network split. The only
rational way to do this is to build the affected account vector from the
metadata.
2013-01-17 10:46:12 -08:00
JoelKatz
4093f8a7a9
Small cleanup.
2012-11-26 10:54:32 -08:00
JoelKatz
ca59a885ca
Suppress metadata for unmodified nodes. Add a transaction application sequence number to txn metadat.
2012-11-25 10:31:33 -08:00
JoelKatz
73ad63849c
Some cleanups.
2012-11-25 08:54:23 -08:00
JoelKatz
4fe3f7c7e0
Include ledger entry type in metadata. Include more new/changed/final field
...
values in transactions metadata.
2012-11-12 13:40:02 -08:00
jed
362e3da97d
send creditSet to B
2012-11-11 16:51:11 -08:00
Stefan Thomas
fa3fab5816
Moved cpp code to src/cpp and js code to src/js.
2012-11-07 12:49:50 -08:00