zink icon indicating copy to clipboard operation
zink copied to clipboard

Tracking list for solidity parity

Open clearloop opened this issue 1 year ago • 0 comments
trafficstars

solidity reference

Since solidity is the most used language for EVM, we'd like to align to solidity for the EVM features, the current implementation of zink solved the problem translating WASM to EVM bytecode but missed EVM specific features, the missing parts are mainly in the assembly code logic level & syntax

Jump Table

  • #268
  • #279
  • #280
  • #285

Control Flow

  • #287

EVM Featured & ABI

  • #254
  • #255
  • #256
  • #257
  • #259
  • #260
  • #273
  • #274
  • #275
  • #288
  • #289
  • #291

Error Handlings

  • #258
  • #154

Memory & Types

  • #219
  • #249
  • #250
  • #251
  • #252
  • #253
  • #261
  • #269

clearloop avatar Oct 31 '24 00:10 clearloop