FreeosDAO / freeoscontracts

Freeos Smart Contract Code
0 stars 1 forks source link

Staking error #3

Closed judytan21 closed 3 years ago

judytan21 commented 3 years ago

Thurs Feb 18 2021 - Tom has fixed issue and requested for retest. Wed, Feb 17, 2021 at 2:22 PM - emailed Tom with results of retest. Created new wallet and account for vannavestin. On staking still getting the same error gitpod /workspace $ proton push action eosio.token transfer '["vannavestin", "freeos333333", "1.0000 XPR", "freeos stake"]' -p vannavestin@active Error 3050010: Action attempts to increase RAM usage of account without authorization Error Details: unprivileged contract cannot increase RAM usage of another account within a notify context: alanappleton pending console output: 1.0000 XPR stake received for account vannavestin On Wed, Feb 17, 2021 at 12:43 PM Tom made a change and requested for a retest with another brand new wallet/account. Wed, Feb 17, 2021 at 12:33 PM - emailed error to Tom. Got error below when trying to stake 1.0000 XPR for newly created account vivvestin, gitpod /workspace $ proton push action eosio.token transfer '["vivvestin", "freeos333333", "1.0000 XPR", "freeos stake"]' -p vivvestin@active Error 3050010: Action attempts to increase RAM usage of account without authorization Error Details: unprivileged contract cannot increase RAM usage of another account within a notify context: alanappleton pending console output: 1.0000 XPR stake received for account vivvestin

judytan21 commented 3 years ago

Thurs Feb 18 2021 - Retested with vannavestin account. Staking successful. Close error. gitpod /workspace $ proton push action eosio.token transfer '["vannavestin", "freeos333333", "1.0000 XPR", "freeos stake"]' -p vannavestin@active executed transaction: 80b638ef68701c48908c94a6573252099c5ac0ebe90fe530665e3a2f1544bc2f 144 bytes 409 us

eosio.token <= eosio.token::transfer {"from":"vannavestin","to":"freeos333333","quantity":"1.0000 XPR","memo":"freeos stake"}

vannavestin <= eosio.token::transfer {"from":"vannavestin","to":"freeos333333","quantity":"1.0000 XPR","memo":"freeos stake"}

freeos333333 <= eosio.token::transfer {"from":"vannavestin","to":"freeos333333","quantity":"1.0000 XPR","memo":"freeos stake"}

1.0000 XPR stake received for account vannavestin warning: transaction executed locally, but may not be confirmed by the network yet ]