6.0.0 #808

Merged
zxq9 merged 4 commits from 6.0.0 into master 2021-05-26 20:06:57 +09:00
Showing only changes of commit a6701601f3 - Show all commits

View File

@ -173,7 +173,7 @@ transaction still only uses up the gas spent running the contract.
#### Contract factories and child contracts
Since the version 5.1.0 Sophia supports deploying contracts by other
Since the version 6.0.0 Sophia supports deploying contracts by other
contracts. This can be done in two ways:
- Contract cloning via [`Chain.clone`](sophia_stdlib.md#clone)