feat: bump chainlib
This commit is contained in:
parent
4b0ff00f20
commit
105f85be1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ gmon.out
|
|||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
.venv
|
10
CHANGELOG
10
CHANGELOG
@ -1,7 +1,9 @@
|
|||||||
|
- 0.2.0
|
||||||
|
- Bump chainlib-eth>=0.3.0,<0.4.0
|
||||||
- 0.0.3
|
- 0.0.3
|
||||||
* Update contracts to cic-base state 0.1.2-beta.5
|
- Update contracts to cic-base state 0.1.2-beta.5
|
||||||
* Add interface digest generator script
|
- Add interface digest generator script
|
||||||
- 0.0.2
|
- 0.0.2
|
||||||
* Add token endorser contract
|
- Add token endorser contract
|
||||||
- 0.0.1
|
- 0.0.1
|
||||||
* Consolidate all existing contract interfaces
|
- Consolidate all existing contract interfaces
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
|
<!-- Created by GNU Texinfo 6.8, https://www.gnu.org/software/texinfo/ -->
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title>Smart contract interfaces (Untitled Document)</title>
|
<title>Smart contract interfaces (Untitled Document)</title>
|
||||||
@ -10,14 +10,16 @@
|
|||||||
<meta name="resource-type" content="document">
|
<meta name="resource-type" content="document">
|
||||||
<meta name="distribution" content="global">
|
<meta name="distribution" content="global">
|
||||||
<meta name="Generator" content="makeinfo">
|
<meta name="Generator" content="makeinfo">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
|
|
||||||
<link href="#Smart-contract-interfaces" rel="start" title="Smart contract interfaces">
|
<link href="#Smart-contract-interfaces" rel="start" title="Smart contract interfaces">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
|
a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em}
|
||||||
a.summary-letter {text-decoration: none}
|
a.summary-letter {text-decoration: none}
|
||||||
blockquote.indentedblock {margin-right: 0em}
|
blockquote.indentedblock {margin-right: 0em}
|
||||||
div.display {margin-left: 3.2em}
|
div.display {margin-left: 3.2em}
|
||||||
div.example {margin-left: 3.2em}
|
div.example {margin-left: 3.2em}
|
||||||
div.lisp {margin-left: 3.2em}
|
|
||||||
kbd {font-style: oblique}
|
kbd {font-style: oblique}
|
||||||
pre.display {font-family: inherit}
|
pre.display {font-family: inherit}
|
||||||
pre.format {font-family: inherit}
|
pre.format {font-family: inherit}
|
||||||
@ -26,6 +28,7 @@ pre.menu-preformatted {font-family: serif}
|
|||||||
span.nolinebreak {white-space: nowrap}
|
span.nolinebreak {white-space: nowrap}
|
||||||
span.roman {font-family: initial; font-weight: normal}
|
span.roman {font-family: initial; font-weight: normal}
|
||||||
span.sansserif {font-family: sans-serif; font-weight: normal}
|
span.sansserif {font-family: sans-serif; font-weight: normal}
|
||||||
|
span:hover a.copiable-anchor {visibility: visible}
|
||||||
ul.no-bullet {list-style: none}
|
ul.no-bullet {list-style: none}
|
||||||
-->
|
-->
|
||||||
</style>
|
</style>
|
||||||
@ -34,45 +37,77 @@ ul.no-bullet {list-style: none}
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body lang="en">
|
<body lang="en">
|
||||||
<span id="Smart-contract-interfaces"></span><span id="Smart-contract-interfaces-1"></span><h2 class="chapter">1 Smart contract interfaces</h2>
|
<div class="chapter" id="Smart-contract-interfaces">
|
||||||
|
<span id="Smart-contract-interfaces-1"></span><h2 class="chapter">1 Smart contract interfaces</h2>
|
||||||
|
|
||||||
|
|
||||||
<span id="Smart-Contracts-in-the-CIC-Network"></span><h3 class="section">1.1 Smart Contracts in the CIC Network</h3>
|
<ul class="section-toc">
|
||||||
|
<li><a href="#Smart-Contracts-in-the-CIC-Network" accesskey="1">Smart Contracts in the CIC Network</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="section" id="Smart-Contracts-in-the-CIC-Network">
|
||||||
|
<h3 class="section">1.1 Smart Contracts in the CIC Network</h3>
|
||||||
|
|
||||||
<span id="Technology"></span><h4 class="subsection">1.1.1 Technology</h4>
|
<ul class="section-toc">
|
||||||
|
<li><a href="#Technology" accesskey="1">Technology</a></li>
|
||||||
|
<li><a href="#The-registry-contract" accesskey="2">The registry contract</a></li>
|
||||||
|
<li><a href="#Auxiliary-contracts" accesskey="3">Auxiliary contracts</a></li>
|
||||||
|
<li><a href="#Contract-interfaces" accesskey="4">Contract interfaces</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="subsection" id="Technology">
|
||||||
|
<h4 class="subsection">1.1.1 Technology</h4>
|
||||||
|
|
||||||
<p>The long-term aim of the CIC network is to be agnostic of consensus engines. However, since we have to start <em>somewhere</em>, the current state of development only deals with Smart Contracts on the (Ethereum Virtual Machine (EVM).
|
<p>The long-term aim of the CIC network is to be agnostic of consensus engines. However, since we have to start <em>somewhere</em>, the current state of development only deals with Smart Contracts on the (Ethereum Virtual Machine (EVM).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="The-registry-contract"></span><h4 class="subsection">1.1.2 The registry contract</h4>
|
</div>
|
||||||
|
<div class="subsection" id="The-registry-contract">
|
||||||
|
<h4 class="subsection">1.1.2 The registry contract</h4>
|
||||||
|
|
||||||
<p>The CICRegistry contract defines the entry-point to the entire CIC network. All other CIC network resources can be discovered through this contract.
|
<p>The CICRegistry contract defines the entry-point to the entire CIC network. All other CIC network resources can be discovered through this contract.
|
||||||
</p>
|
</p>
|
||||||
<p>Its implementation is contained in the <samp>cic-registry</samp> repository. Details about it are documented further in that section.
|
<p>Its implementation is contained in the <samp>cic-registry</samp> repository. Details about it are documented further in that section.
|
||||||
</p>
|
</p>
|
||||||
<span id="Auxiliary-contracts"></span><h4 class="subsection">1.1.3 Auxiliary contracts</h4>
|
</div>
|
||||||
|
<div class="subsection" id="Auxiliary-contracts">
|
||||||
|
<h4 class="subsection">1.1.3 Auxiliary contracts</h4>
|
||||||
|
|
||||||
<p>All other Smart Contracts in the network other than CICRegistry are essentially optional, and each applies <em>at least one</em> the interfaces defined in the <code>cic-contracts</code> repository.
|
<p>All other Smart Contracts in the network other than CICRegistry are essentially optional, and each applies <em>at least one</em> the interfaces defined in the <code>cic-contracts</code> repository.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="Contract-interfaces"></span><h4 class="subsection">1.1.4 Contract interfaces</h4>
|
</div>
|
||||||
|
<div class="subsection" id="Contract-interfaces">
|
||||||
|
<h4 class="subsection">1.1.4 Contract interfaces</h4>
|
||||||
|
|
||||||
<p>All contracts interfaces also implement the <strong>EIP165</strong> Standard Interface Detection.
|
<p>All contracts interfaces also implement the <strong>EIP165</strong> Standard Interface Detection.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="Registry"></span><h4 class="subsubsection">1.1.4.1 Registry</h4>
|
<ul class="section-toc">
|
||||||
|
<li><a href="#Registry" accesskey="1">Registry</a></li>
|
||||||
|
<li><a href="#Registry-Client" accesskey="2">Registry Client</a></li>
|
||||||
|
<li><a href="#Faucet" accesskey="3">Faucet</a></li>
|
||||||
|
<li><a href="#Transfer-approval" accesskey="4">Transfer approval</a></li>
|
||||||
|
<li><a href="#Declarator" accesskey="5">Declarator</a></li>
|
||||||
|
<li><a href="#Address-Index" accesskey="6">Address Index</a></li>
|
||||||
|
<li><a href="#DEX-Index" accesskey="7">DEX Index</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="subsubsection" id="Registry">
|
||||||
|
<h4 class="subsubsection">1.1.4.1 Registry</h4>
|
||||||
|
|
||||||
<p>A key-value store, which resolves arbitrary 32-byte pointers to Ethereum addresses. Typically, this is used to resolve an address from a well-known identifier, either as a UTF-8 value or a 256-bit hash.
|
<p>A key-value store, which resolves arbitrary 32-byte pointers to Ethereum addresses. Typically, this is used to resolve an address from a well-known identifier, either as a UTF-8 value or a 256-bit hash.
|
||||||
</p>
|
</p>
|
||||||
<p>It also provides numerical index access to all registered values in order of insertion.
|
<p>It also provides numerical index access to all registered values in order of insertion.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="Registry-Client"></span><h4 class="subsubsection">1.1.4.2 Registry Client</h4>
|
</div>
|
||||||
|
<div class="subsubsection" id="Registry-Client">
|
||||||
|
<h4 class="subsubsection">1.1.4.2 Registry Client</h4>
|
||||||
|
|
||||||
<p>A subset of the <code>Registry</code> interface, which defines only the non-transactional methods of the contract. The <code>Registry Client</code> interface is implemented by the <code>CICRegistry</code> contract.
|
<p>A subset of the <code>Registry</code> interface, which defines only the non-transactional methods of the contract. The <code>Registry Client</code> interface is implemented by the <code>CICRegistry</code> contract.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="Faucet"></span><h4 class="subsubsection">1.1.4.3 Faucet</h4>
|
</div>
|
||||||
|
<div class="subsubsection" id="Faucet">
|
||||||
|
<h4 class="subsubsection">1.1.4.3 Faucet</h4>
|
||||||
|
|
||||||
<p>Enables disbursement of a set amount of tokens to a requesting address.
|
<p>Enables disbursement of a set amount of tokens to a requesting address.
|
||||||
</p>
|
</p>
|
||||||
@ -81,7 +116,9 @@ ul.no-bullet {list-style: none}
|
|||||||
<p>Can be implemented as a periodic or a one-time service per account.
|
<p>Can be implemented as a periodic or a one-time service per account.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="Transfer-approval"></span><h4 class="subsubsection">1.1.4.4 Transfer approval</h4>
|
</div>
|
||||||
|
<div class="subsubsection" id="Transfer-approval">
|
||||||
|
<h4 class="subsubsection">1.1.4.4 Transfer approval</h4>
|
||||||
|
|
||||||
<p>Enables a third-party approval to spend an ERC20 token allowance.
|
<p>Enables a third-party approval to spend an ERC20 token allowance.
|
||||||
</p>
|
</p>
|
||||||
@ -90,7 +127,9 @@ ul.no-bullet {list-style: none}
|
|||||||
<p>The contract allows the third-party address to either allow or reject the transfer.
|
<p>The contract allows the third-party address to either allow or reject the transfer.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="Declarator"></span><h4 class="subsubsection">1.1.4.5 Declarator</h4>
|
</div>
|
||||||
|
<div class="subsubsection" id="Declarator">
|
||||||
|
<h4 class="subsubsection">1.1.4.5 Declarator</h4>
|
||||||
|
|
||||||
<p>Stores one or more 32-byte entries as a description of an Ethereum address, <em>signed</em> by another Ethereum address.
|
<p>Stores one or more 32-byte entries as a description of an Ethereum address, <em>signed</em> by another Ethereum address.
|
||||||
</p>
|
</p>
|
||||||
@ -101,15 +140,22 @@ ul.no-bullet {list-style: none}
|
|||||||
<p>Entries typically are text strings or content hashes.
|
<p>Entries typically are text strings or content hashes.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="Address-Index"></span><h4 class="subsubsection">1.1.4.6 Address Index</h4>
|
</div>
|
||||||
|
<div class="subsubsection" id="Address-Index">
|
||||||
|
<h4 class="subsubsection">1.1.4.6 Address Index</h4>
|
||||||
|
|
||||||
<p>A simple append-only list of addresses. Used to check whether an address is part of a particular group.
|
<p>A simple append-only list of addresses. Used to check whether an address is part of a particular group.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<span id="DEX-Index"></span><h4 class="subsubsection">1.1.4.7 DEX Index</h4>
|
</div>
|
||||||
|
<div class="subsubsection" id="DEX-Index">
|
||||||
|
<h4 class="subsubsection">1.1.4.7 DEX Index</h4>
|
||||||
|
|
||||||
<p>Methods required to convert between tokens.
|
<p>Methods required to convert between tokens.
|
||||||
</p><hr>
|
</p><hr></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
chainlib-eth>=0.1.0b1,<0.2.0
|
chainlib-eth>=0.3.0,<0.4.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = cic-contracts
|
name = cic-contracts
|
||||||
version = 0.1.0
|
version = 0.2.0
|
||||||
description = CIC network smart contract interfaces
|
description = CIC network smart contract interfaces
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
Loading…
Reference in New Issue
Block a user