eosc icon indicating copy to clipboard operation
eosc copied to clipboard

Cross-platform EOSIO command-line swiss-army-knife (EOS, BOS, Telos, Worbli, etc.)

Results 51 eosc issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.3.2 to 1.9.3. Commits 77a57fd Limit the complexity of "like" queries that match on a pattern. 590010f Update match dependency 61273bf Update dependency 78289be Create FUNDING.yml 75046d2...

dependencies

Similar to https://developers.eos.io/manuals/eos/v2.0/cleos/how-to-guides/how-to-get-transaction-information.

Thanks for the great work. This CLI is a great way to easily push tx to the chain in shared hosting systems where installing cleos would be impossible. When pushing...

bios is now using zlog instead of a custom logger added Ops delegate bw and buy ram

**Smart contract example** ```c++ #include class [[eosio::contract]] hello : public eosio::contract { public: using contract::contract; [[eosio::action]] void world( ) { eosio::print( "hello" ); } }; ``` ❌ **Can't push action...

When trying to utilize the wildcard feature of linkauth, I am turning up unsuccessful. I have permission called `infiniverse` on my account that I want to link to all actions...

Arguments are listed as: `eosc system linkauth [your account] [code account] [action name] [permission name] [flags]` When entering: `eosc system linkauth dfusecontent eosio.token "*" active` I got this error returned:...

bug

`eosc rex withdraw` doesn't work with BOS native system token ``` $ eosc rex withdraw "1.0000 BOS" -u https://bos.eoscanada.com ERROR: invalid 4,EOS asset for "quantity": EOS has max 4 decimals...