Artem Maliuga
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);...
## 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:...
It would be cool if antelope IBC data types will be added as typescript types for proofs and related interfaces with bridge.
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...