Cosimo Bassi

Results 15 comments of Cosimo Bassi

If we decide to publish TEAL programs we should also make sure that the following are aligned: (`Smart ASA PyTeal`, `Smart ASA TEAL`, `Smart ASA ABI JSON`)

This issue could be included into a broader discussion around https://github.com/algorandfoundation/ARCs/pull/150 along with #25

This issue could be included into a broader discussion around https://github.com/algorandfoundation/ARCs/pull/150

Would also be useful to decode ABI bytes types (`ByteType`, `ArrayDynamicType`, `ArrayStaticType`) to Python `bytes` instead of `int` / `list[int]`.

> ### Why MiMC > zk-friendly hash functions are an area of active research and no standard has been set. While more efficient zk-friendly hash functions than MiMC have been...

@jannotti I was wondering if wouldn't be appropriate to have the proposed op code "cost function" parameters in the consensus configuration (instead of hardcoding them in `opcode.go` - https://github.com/algorand/go-algorand/pull/6140/commits/468210e44adbd29a6dca7acc2d342707eb8cb2b4).

> We need to be able to tie cost functions to AVM versions, rather than consensus versions, so that existing code does not change behavior. That's why all the costs...

I've gone through the discussion and I've mixed feelings, so I'll leave my (not so strong) opinions: 1. I think we should strive to optimize compiler's bytecode anyway (both in...

> Let's talk these through. @jannotti thanks for expanding on this! As a first step I just want to reach a point in which we have clear trade-offs about feasibility...

> It is useful that the following assets are pre-installed into the docker image. > > * mdbook-admonish.css > * mermaid-init.js > * mermaid.min.js This is actually the best approach!