Add function to decode VM values to Sophia abstract syntax #519

Merged
zxq9 merged 4 commits from decode-vm-to-sophia into master 2019-02-26 17:00:49 +09:00
zxq9 commented 2019-02-25 22:34:08 +09:00 (Migrated from gitlab.com)

Created by: UlfNorell

To be used by some swanky compiler HTTP endpoint.

*Created by: UlfNorell* To be used by some swanky compiler HTTP endpoint.
rvirding commented 2019-02-26 00:28:26 +09:00 (Migrated from gitlab.com)

Could we get an interface function which allows us to not recompile the contract every time?

Could we get an interface function which allows us to not recompile the contract every time?
zxq9 commented 2019-02-26 00:41:23 +09:00 (Migrated from gitlab.com)

Created by: happi

Review: Approved

*Created by: happi* **Review:** Approved
zxq9 commented 2019-02-26 02:45:17 +09:00 (Migrated from gitlab.com)

Created by: UlfNorell

Could we get an interface function which allows us to not recompile the contract every time?

What would be the point of that? Keeping the source code around is a lot easier for the user than keeping all the type information stored and tracking if it's up to date.

Also it's not compiling, only type checking.

*Created by: UlfNorell* > Could we get an interface function which allows us to not recompile the contract every time? What would be the point of that? Keeping the source code around is a lot easier for the user than keeping all the type information stored and tracking if it's up to date. Also it's not compiling, only type checking.
zxq9 commented 2019-02-26 17:00:02 +09:00 (Migrated from gitlab.com)

Created by: hanssv

Review: Approved

*Created by: hanssv* **Review:** Approved
zxq9 commented 2019-02-26 17:00:49 +09:00 (Migrated from gitlab.com)

Merged by: UlfNorell at 2019-02-26 08:00:49 UTC

*Merged by: UlfNorell at 2019-02-26 08:00:49 UTC*
Sign in to join this conversation.
No description provided.