Skip to content

Commit

Permalink
[framework] Adds bcs to sui framework (MystenLabs#5094)
Browse files Browse the repository at this point in the history
* adds bcs to sui framework
  • Loading branch information
damirka authored Oct 12, 2022
1 parent c5374db commit 7015a94
Show file tree
Hide file tree
Showing 11 changed files with 1,048 additions and 42 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ expression: common_costs_estimate
---
{
"MergeCoin": {
"computation_cost": 5985,
"storage_cost": 5873,
"computation_cost": 6222,
"storage_cost": 6224,
"storage_rebate": 0
},
"Publish": {
"computation_cost": 5975,
"storage_cost": 5810,
"computation_cost": 6212,
"storage_cost": 6161,
"storage_rebate": 0
},
"SharedCounterAssertValue": {
Expand All @@ -29,8 +29,8 @@ expression: common_costs_estimate
"storage_rebate": 0
},
"SplitCoin": {
"computation_cost": 5964,
"storage_cost": 5842,
"computation_cost": 6201,
"storage_cost": 6193,
"storage_rebate": 0
},
"TransferPortionSuiCoin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ expression: common_costs_actual
---
{
"MergeCoin": {
"computation_cost": 2481,
"computation_cost": 2508,
"storage_cost": 30,
"storage_rebate": 0
},
"Publish": {
"computation_cost": 2517,
"computation_cost": 2543,
"storage_cost": 82,
"storage_rebate": 0
},
Expand All @@ -29,7 +29,7 @@ expression: common_costs_actual
"storage_rebate": 15
},
"SplitCoin": {
"computation_cost": 2492,
"computation_cost": 2518,
"storage_cost": 75,
"storage_rebate": 0
},
Expand Down
Loading

0 comments on commit 7015a94

Please sign in to comment.