46 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE html>
 | 
						|
 | 
						|
<head>
 | 
						|
  <title>Decentralized Governance Framework - Tests</title>
 | 
						|
  <link type="text/css" rel="stylesheet" href="./index.css" />
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <h2>DGF Tests</h2>
 | 
						|
  <ul>
 | 
						|
    <li><a href="./tests/validation-pool.test.html">Validation Pool</a></li>
 | 
						|
    <li><a href="./tests/availability.test.html">Availability + Business</a></li>
 | 
						|
  </ul>
 | 
						|
 | 
						|
  <ul>
 | 
						|
    <h3>Forum</h3>
 | 
						|
    <ol>
 | 
						|
      <li><a href="./tests/forum1.test.html">Negative citation of a negative citation</a></li>
 | 
						|
      <li><a href="./tests/forum2.test.html">Negative citation of a weaker negative citation</a></li>
 | 
						|
      <li><a href="./tests/forum3.test.html">Redistribute power</a></li>
 | 
						|
      <li><a href="./tests/forum4.test.html">Redistribute power through subsequent support</a></li>
 | 
						|
      <li><a href="./tests/forum5.test.html">Destroy a post after it has received positive citations</a></li>
 | 
						|
      <li><a href="./tests/forum6.test.html">Initially zero-valued posts later receive citations</a></li>
 | 
						|
      <li><a href="./tests/forum7.test.html">Negatively cite a zero-valued post</a></li>
 | 
						|
      <li><a href="./tests/forum8.test.html">Incinerate reputation</a></li>
 | 
						|
      <li><a href="./tests/forum9.test.html">Use incineration to achieve more balanced reweighting</a></li>
 | 
						|
      <li><a href="./tests/forum10.test.html">Post with multiple authors</a></li>
 | 
						|
    </ol>
 | 
						|
  </ul>
 | 
						|
  <ul>
 | 
						|
    <li><a href="./tests/forum-network.test.html">Forum Network</a></li>
 | 
						|
    <li><a href="./tests/vm.test.html">VM</a></li>
 | 
						|
  </ul>
 | 
						|
  <ul>
 | 
						|
    <li><a href="./tests/basic.test.html">Basic Sequencing</a></li>
 | 
						|
    <li><a href="./tests/basic2.test.html">Basic Sequencing 2</a></li>
 | 
						|
    <li><a href="./tests/wdag.test.html">WDAG</a></li>
 | 
						|
    <li><a href="./tests/debounce.test.html">Debounce</a></li>
 | 
						|
    <li><a href="./tests/flowchart.test.html">Flowchart</a></li>
 | 
						|
    <li><a href="./tests/mocha.test.html">Mocha</a></li>
 | 
						|
  </ul>
 | 
						|
  <ul>
 | 
						|
    <h4><a href="./tests/all.test.html">All</a></h4>
 | 
						|
  </ul>
 | 
						|
</body>
 |