zink-lang / zink

Rustic programming language that targets the Ethereum Virtual Machine
https://zink-lang.org
GNU General Public License v3.0
139 stars 13 forks source link

Support contract calls #254

Open clearloop opened 1 month ago

clearloop commented 1 month ago

Describe the feature

implement 0xf4, the DELEGATECALL

Solution

this will be a host function which accepts the arguments of 0xf4 and emits 0xf4, e2e tests are required

neymarjimoh commented 10 hours ago

@clearloop assign this to me