peerplays_migrated/libraries
theoreticalbts 68a0ffa1aa Make is_authorized_asset a free-floating method #566
The following sed commands were used to port existing call sites to the new interface:

    sed -i -e 's/\([a-zA-Z0-9_]\+\)->is_authorized_asset[(] \([a-zA-Z0-9_*]\+\), d [)]/is_authorized_asset( d, *\1, \2 )/' libraries/chain/*.cpp
    sed -i -e 's/\([a-zA-Z0-9_]\+\)[.]is_authorized_asset[(] \([a-zA-Z0-9_*]\+\), d [)]/is_authorized_asset( d, \1, \2 )/' libraries/chain/*.cpp
    sed -i -e 's/\([a-zA-Z0-9_]\+\)[(]db[)][.]is_authorized_asset[(]\([a-zA-Z0-9_*]\+\)[(]db[)], db[)]/is_authorized_asset( db, \1(db), \2(db) )/' tests/tests/uia_tests.cpp
    sed -i -e 's/\([a-zA-Z0-9_]\+\)[.]is_authorized_asset[(]\([a-zA-Z0-9_*]\+\), db[)]/is_authorized_asset( db, \1, \2 )/' tests/tests/uia_tests.cpp

No new functionality is added by this commit, it is simply re-organizing the existing code in a different place.
2016-02-11 01:57:22 -05:00
..
app Remove by_account index from account_object #529 2016-01-21 10:39:13 -05:00
chain Make is_authorized_asset a free-floating method #566 2016-02-11 01:57:22 -05:00
db [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
deterministic_openssl_rand [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
egenesis [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
fc@8eec508b8c Bump fc 2016-01-08 11:22:14 -05:00
net [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
p2p [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
plugins Merge branch '496-cleanup-license-header' into develop 2016-01-07 13:38:52 -05:00
time [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
utilities [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
wallet wallet: Remove libraries/wallet/cache.cpp #510 2016-01-08 11:29:39 -05:00
CMakeLists.txt Remove experimental p2p code #273 2015-08-26 17:51:55 -04:00