require (zksync::msg.sender == self.owner, "Only Owner is entitled!");
truffle
or a system alike.
update
of the contract simple_price_oracle v0.2.7
with address 0xea9419fa3cf9c66ef250e474db596575986cad48 on network rinkeby
@kwince the testnet Turing-complete release is likely to be 0.3. Perhaps, the mainnet one will be 1.0 - not decided yet.
Concerning pragmas, Zinc is only a language with its compiler.
There are several abstraction layers between the compiler and VM, like LLVM IR and the bytecode (or assembly text).
Thus, pragma will be needed only for the package manager like zargo to check whether there is the correct version of the Zinc compiler in PATH.