Buddy Deck

Results 5 comments of Buddy Deck

Is this still an issue for you? I believe this is failing because you do not have the permission `eosio@code` added to the contract account. https://developers.eos.io/welcome/latest/smart-contract-guides/adding-inline-actions

With the [introduction of staking based rewards](https://github.com/EOSIO/eosio.system/tree/v2.0.0-rc1/) and the move to vote based rewards to producers is this issue still relevant?

There are a couple of reasons why a transaction would succeed locally and fail to be put into a block. Some of the reasons are outlined in the [docs](https://developers.eos.io/welcome/v2.0/protocol/transactions_protocol#33-push-transaction). There...