Deployed 40c78c1 to master with MkDocs 1.2.3 and mike 1.0.1

This commit is contained in:
GitHub Action 2021-12-10 13:52:41 +00:00
parent efad43d8f5
commit 658e066191
4 changed files with 12 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,47 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2021-12-03</lastmod>
<lastmod>2021-12-10</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

View File

@ -1083,6 +1083,8 @@ consumed, which means that in order to protect against the remote contract
running out of gas it is necessary to set a gas limit using the <code>gas</code> argument.
However, note that errors that would normally consume all the gas in the
transaction still only uses up the gas spent running the contract.</p>
<p>Any side effects (state change, token transfers, etc.) made by a failing
protected call is rolled back, just like they would be in the unprotected case.</p>
<h3 id="contract-factories-and-child-contracts">Contract factories and child contracts</h3>
<p>Since the version 6.0.0 Sophia supports deploying contracts by other
contracts. This can be done in two ways:</p>