tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Update protocol to Hangzhou #297

Closed dorranh closed 2 years ago

dorranh commented 2 years ago

Once Hangzhou is released on mainnet (I think this should happen within the next week or so), we should upgrade the protocol in our project (used for sandbox, tests, etc.). This will likely involve:

dorranh commented 2 years ago

Closed in #315 (not that I think that we might want to just remove the tezos-client calls in compile-ligo since we no longer really use that functionality.

gkaracha commented 2 years ago

not that I think that we might want to just remove the tezos-client calls in compile-ligo since we no longer really use that functionality.

Ah, yes, this has come up before. I'd be OK with either (a) removing the calls to tezos-client, or (b) restoring the tezos-client dependency so that we actually get to see again the size the contracts we generate.