Add value and gas to remote calls #555

Merged
gorillainduction merged 2 commits from PT-165857097-add-gas-and-value-to-calls into master 2019-05-10 16:00:37 +09:00
gorillainduction commented 2019-05-10 15:24:56 +09:00 (Migrated from gitlab.com)
https://www.pivotaltracker.com/story/show/165857097
zxq9 commented 2019-05-10 15:36:24 +09:00 (Migrated from gitlab.com)

Created by: hanssv

to_scode(Env, {remote, Ct, Fun, [{builtin, call_gas_left, _}, Value | Args]}) ->
*Created by: hanssv* ```suggestion:-0+0 to_scode(Env, {remote, Ct, Fun, [{builtin, call_gas_left, _}, Value | Args]}) -> ```
zxq9 commented 2019-05-10 15:36:35 +09:00 (Migrated from gitlab.com)

Created by: hanssv

to_scode(Env, {remote, Ct, Fun, [Gas, Value | Args]}) ->
*Created by: hanssv* ```suggestion:-0+0 to_scode(Env, {remote, Ct, Fun, [Gas, Value | Args]}) -> ```
zxq9 commented 2019-05-10 15:52:30 +09:00 (Migrated from gitlab.com)

Created by: hanssv

Review: Approved

*Created by: hanssv* **Review:** Approved
zxq9 commented 2019-05-10 15:56:15 +09:00 (Migrated from gitlab.com)

Created by: UlfNorell

Review: Approved

*Created by: UlfNorell* **Review:** Approved
zxq9 commented 2019-05-10 16:00:37 +09:00 (Migrated from gitlab.com)

Merged by: gorillainduction at 2019-05-10 07:00:37 UTC

*Merged by: gorillainduction at 2019-05-10 07:00:37 UTC*
Sign in to join this conversation.
No description provided.