Results 7 issues of Artem Maliuga

For developing purposes i need to increase max inline actions depth. I do this in tester constructor class, but seems that blockchain start before constructor call ``` genesis_state gs; gs.initial_configuration.max_inline_action_depth...

Since we have standart for printing extended_asset & extended_symbol. ```C++ void extended_asset::print()const { quantity.print(); ::eosio::print("@", contract); } void extended_symbol::print( bool show_precision = true )const { sym.print( show_precision ); ::eosio::print("@", contract);...

enhancement

## Change Description This PR add friend bool extended_asset::operator>( const extended_asset& a, const extended_asset& b ) ## API Changes - [ ] API Changes ## Documentation Additions - [ ]...

For 0 precision tokens missing precision field at /get_tokens response data Example: ``` curl -X 'GET' \ 'https://hyperion.paycash.online/v2/state/get_tokens?account=i.list' \ -H 'accept: application/json' ``` Logical estimate that field will be present:...

bug

It would be cool if antelope IBC data types will be added as typescript types for proofs and related interfaces with bridge.

enhancement

Seems like bug after providing correct url as std::string fc::url wrong parsing it and trim until path. ```C++ auto m_url = fc::url("http://nsqd-nodeos:4151/pub?topic=eos_actions"); ilog("URL string: ${str}", ("str", m_url)); http://nsqd-nodeos:4151/pub - incorrect...

For various reasons some time need to spin up time on nodeos to trigger some dApp logic. For example: - some EOS account can call action once a day/week/month and...

enhancement