It should be possible to inherit from eosio.token class, so that new tokens would not have to just copy the token source code. So, all flesh should be moved to a token.hpp inside eosiolib, and eosio.token.cpp should only have EOSIO_ABI call.
It should be possible to inherit from eosio.token class, so that new tokens would not have to just copy the token source code.
So, all flesh should be moved to a token.hpp inside eosiolib, and eosio.token.cpp should only have EOSIO_ABI call.