tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Make the API use more generic names for collateral #229

Closed gkaracha closed 3 years ago

gkaracha commented 3 years ago

Specifically, implement the following renamings:

- deposit_tez
+ deposit_collateral

- withdraw_tez
+ withdraw_collateral

This is another small step towards addressing #213.

github-actions[bot] commented 3 years ago
Gas costs fcca75dfa64950177c0427ad28c0c8d126803091 9afde4e2343b9b34cdf5c16838b56414f8d8b2ac Diff
withdraw_collateral None 58284 58284
withdraw_tez 58280 None -58280
deposit_collateral None 53735 53735
deposit_tez 53731 None -53731
touch 538751 538767 16
transfer 39924 39928 4
update_operators 41668 41672 4
remove_liquidity 73899 73903 4
touch_burrow 44405 44409 4
burn_kit 51609 51613 4
mint_kit 51865 51869 4
deactivate_burrow 59284 59288 4
add_liquidity 73647 73651 4
buy_kit 69633 69637 4
set_burrow_delegate 54687 54691 4
activate_burrow 54538 54542 4
create_burrow 48914 48918 4
sell_kit 68760 68764 4
Entrypoint sizes fcca75dfa64950177c0427ad28c0c8d126803091 9afde4e2343b9b34cdf5c16838b56414f8d8b2ac Diff
withdraw_tez 1488 None -1488
withdraw_collateral None 1488 1488
deposit_tez 1163 None -1163
deposit_collateral None 1163 1163

Test coverage: No change.