Select Git revision
file_header.txt
-
Éloïs authored
* feat(weights): use our benchmarks for pallet proxy * feat(weights): use our benchmarks for pallet multisig * fix(benchmarks): some pallets benchmarking need access to system.remark * feat(weights): use our benchmarks for pallet timestamp * feat(weights): use our benchmarks for pallet scheduler * fix(weights): impl proper weights & benchmarks for pallet upgrade origin * doc(dev):weights-bench: reference machine should use an SSD with USB3 * style(clippy): allow unnecessary_cast for WeighInfo implementations * doc(dev): add "how to benchmarks weights of a Call/Hook/Pallet" * feat(runtimes): use our benchmarks for pallet universal dividend * feat(pallet_ud): add weights info * feat(pallet_ud): add benchmarking * fix(weights): use our own extrinsic base weights constant * feat(weights): use our benchmarks for frame_system * feat(weights): use our benchmarks for pallet balance * fix(accounts): providers should be inc as soon as the account recv money providers should be incremented as soon as the account receive funds * fix(gdev): fix runtime benchmarks compilation
Éloïs authored* feat(weights): use our benchmarks for pallet proxy * feat(weights): use our benchmarks for pallet multisig * fix(benchmarks): some pallets benchmarking need access to system.remark * feat(weights): use our benchmarks for pallet timestamp * feat(weights): use our benchmarks for pallet scheduler * fix(weights): impl proper weights & benchmarks for pallet upgrade origin * doc(dev):weights-bench: reference machine should use an SSD with USB3 * style(clippy): allow unnecessary_cast for WeighInfo implementations * doc(dev): add "how to benchmarks weights of a Call/Hook/Pallet" * feat(runtimes): use our benchmarks for pallet universal dividend * feat(pallet_ud): add weights info * feat(pallet_ud): add benchmarking * fix(weights): use our own extrinsic base weights constant * feat(weights): use our benchmarks for frame_system * feat(weights): use our benchmarks for pallet balance * fix(accounts): providers should be inc as soon as the account recv money providers should be incremented as soon as the account receive funds * fix(gdev): fix runtime benchmarks compilation
index.html 8.64 KiB
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
<meta charset="UTF-8">
<link rel="stylesheet" href="../theme/materialize.min.css">
<link rel="stylesheet" href="../theme/custom.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title id="header-title">__MAIN_TITLE__</title>
<link rel="icon" type="image/svg" href="../img/v-cercle.svg">
<script>
// URL drawn horizontally or vertically, or not be drawn.
const URL_ORIENTATION = "__URL_ORIENTATION__";
const IMAGE_PLACEHOLDER = "./logo_g.png"
</script>
</head>
<body>
<header>
<nav>
<!-- language dropdown -->
<ul id="language_dropdown" class="dropdown-content">
__LANGUAGE_DROPDOWN_MENU__
</ul>
<div class="nav-wrapper cyan darken-2">
<a id="title-center" href="#" class="brand-logo center hide-on-med-and-down" style="display: block;">
<img width="60" height="60" style="vertical-align:middle;" src="../img/v-cercle.svg"/>
<span style="vertical-align:middle; display:inline;">__MAIN_TITLE__</span>
</a>
<div class="brand-logo left">
<a href="#" data-target="nav-mobile" class="sidenav-trigger valign-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="white" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>
<p> __MAIN_TITLE__</p>
</a>
</div>
<!-- menu -->
<ul class="right hide-on-med-and-down">
<li class="active">
<a href="index.html">__HOME__</a>
</li>
<li>
<a href="questions.html">__HELP__</a>
</li>
<li>
<a href="licence.html">__LICENSE__</a>
</li>
<li>
<a class="dropdown-trigger" href="#!" data-target="language_dropdown">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-world" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="9" />
<line x1="3.6" y1="9" x2="20.4" y2="9" />
<line x1="3.6" y1="15" x2="20.4" y2="15" />
<path d="M11.5 3a17 17 0 0 0 0 18" />
<path d="M12.5 3a17 17 0 0 1 0 18" />
</svg>
__LANGUAGE_DROPDOWN_MENU_LABEL__
</a>
</li>
</ul>
</div>
</nav>
<ul id="nav-mobile" class="sidenav">
<li class="active">
<a href="index.html">__HOME__</a>