feat: add SelfAdaptiveShardingExecutor

add new type of multi-point contract "SelfAdaptiveSharding"
This commit is contained in:
Frank.R.Wu
2021-11-11 12:52:38 +08:00
parent f6c898dc9e
commit 89360bbf0c
2 changed files with 44 additions and 35 deletions

View File

@@ -281,6 +281,7 @@
<option value="4">RARH</option>
<option value="5">RARA</option>
<option value="6">Sharding</option>
<option value="7">SASharding</option>
</select>
<div class="btn-group mr-3" role="group"
style="margin-left: 2%">
@@ -504,7 +505,8 @@
</div>
<input type="text" class="form-control" placeholder="输入参数" id="arg">
<input type="text" class="form-control col-2" placeholder="输入gas" id="gasLimit">
<input type="text" class="form-control col-2" placeholder="输入gas"
id="gasLimit">
<div class="input-group-append">
<div class="input-group-text">
<input type="checkbox" id="executeContractAsDebug"
@@ -553,7 +555,8 @@
<span class="input-group-text">参数</span>
</div>
<input type="text" class="form-control" placeholder="输入参数" id="maskArg">
<input type="text" class="form-control" placeholder="输入参数"
id="maskArg">
<div class="input-group-append">
<button onclick="getMask()" type="button"
@@ -586,7 +589,8 @@
<span class="input-group-text">参数</span>
</div>
<input type="text" class="form-control" placeholder="输入参数" id="mockArg">
<input type="text" class="form-control" placeholder="输入参数"
id="mockArg">
<div class="input-group-append">
<button onclick="getMock()" type="button"