-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new contract integrating pyth price feed
- Loading branch information
1 parent
50bb816
commit 9ad29c7
Showing
875 changed files
with
19,425 additions
and
25,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,24 @@ name = "lending_borrowing" | |
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move | ||
# license = "" # e.g., "MIT", "GPL", "Apache 2.0" | ||
# authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"] | ||
|
||
[dependencies] | ||
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/testnet" } | ||
[dependencies.Pyth] | ||
git = "https://github.com/pyth-network/pyth-crosschain.git" | ||
subdir = "target_chains/sui/contracts" | ||
rev = "sui-contract-testnet" | ||
|
||
[dependencies.Wormhole] | ||
git = "https://github.com/wormhole-foundation/wormhole.git" | ||
subdir = "sui/wormhole" | ||
rev = "sui-upgrade-testnet" | ||
|
||
# Pyth is locked into this specific `rev` because the package depends on Wormhole and is pinned to this version. | ||
[dependencies.Sui] | ||
git = "https://github.com/MystenLabs/sui.git" | ||
subdir = "crates/sui-framework/packages/sui-framework" | ||
rev = "041c5f2bae2fe52079e44b70514333532d69f4e6" | ||
|
||
# [dependencies] | ||
# Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/testnet" } | ||
|
||
# For remote import, use the `{ git = "...", subdir = "...", rev = "..." }`. | ||
# Revision can be a branch, a tag, and a commit hash. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-88 Bytes
(53%)
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/address.mv
Binary file not shown.
Binary file modified
BIN
-1.09 KB
(42%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/ascii.mv
Binary file not shown.
Binary file removed
BIN
-3.19 KB
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/ascii_tests.mv
Binary file not shown.
Binary file modified
BIN
-92 Bytes
(50%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/bcs.mv
Binary file not shown.
Binary file removed
BIN
-1.35 KB
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/bcs_tests.mv
Binary file not shown.
Binary file modified
BIN
-106 Bytes
(88%)
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv
Binary file not shown.
Binary file removed
BIN
-2.6 KB
...wing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/bit_vector_tests.mv
Binary file not shown.
Binary file modified
BIN
-91 Bytes
(56%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/debug.mv
Binary file not shown.
Binary file modified
BIN
-89 Bytes
(87%)
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv
Binary file not shown.
Binary file removed
BIN
-1.31 KB
...g/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/fixed_point32_tests.mv
Binary file not shown.
Binary file modified
BIN
-92 Bytes
(54%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/hash.mv
Binary file not shown.
Binary file removed
BIN
-400 Bytes
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/hash_tests.mv
Binary file not shown.
Binary file removed
BIN
-247 Bytes
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/integer_tests.mv
Binary file not shown.
Binary file removed
BIN
-160 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/macros.mv
Binary file not shown.
Binary file modified
BIN
-91 Bytes
(93%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/option.mv
Binary file not shown.
Binary file removed
BIN
-4.46 KB
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/option_tests.mv
Binary file not shown.
Binary file modified
BIN
-145 Bytes
(87%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/string.mv
Binary file not shown.
Binary file removed
BIN
-1.14 KB
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/string_tests.mv
Binary file not shown.
Binary file modified
BIN
-78 Bytes
(94%)
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/type_name.mv
Binary file not shown.
Binary file removed
BIN
-3.37 KB
...owing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/type_name_tests.mv
Binary file not shown.
Binary file removed
BIN
-1.34 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u128.mv
Binary file not shown.
Binary file removed
BIN
-16.1 KB
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u128_tests.mv
Binary file not shown.
Binary file removed
BIN
-908 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u16.mv
Binary file not shown.
Binary file removed
BIN
-11 KB
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u16_tests.mv
Binary file not shown.
Binary file removed
BIN
-1.45 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u256.mv
Binary file not shown.
Binary file removed
BIN
-18.1 KB
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u256_tests.mv
Binary file not shown.
Binary file removed
BIN
-1009 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u32.mv
Binary file not shown.
Binary file removed
BIN
-12 KB
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u32_tests.mv
Binary file not shown.
Binary file removed
BIN
-1.12 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u64.mv
Binary file not shown.
Binary file removed
BIN
-13.5 KB
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u64_tests.mv
Binary file not shown.
Binary file removed
BIN
-765 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u8.mv
Binary file not shown.
Binary file removed
BIN
-10.1 KB
...ng_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/u8_tests.mv
Binary file not shown.
Binary file removed
BIN
-171 Bytes
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/unit_test.mv
Binary file not shown.
Binary file removed
BIN
-1.29 KB
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/uq32_32.mv
Binary file not shown.
Binary file removed
BIN
-3.97 KB
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/uq32_32_tests.mv
Binary file not shown.
Binary file removed
BIN
-1.39 KB
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/uq64_64.mv
Binary file not shown.
Binary file removed
BIN
-4.59 KB
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/uq64_64_tests.mv
Binary file not shown.
Binary file modified
BIN
-281 Bytes
(79%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/vector.mv
Binary file not shown.
Binary file removed
BIN
-16.1 KB
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/MoveStdlib/vector_tests.mv
Binary file not shown.
Binary file added
BIN
+1.47 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/accumulator.mv
Binary file not shown.
Binary file added
BIN
+1.64 KB
...ing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/batch_price_attestation.mv
Binary file not shown.
Binary file added
BIN
+1.3 KB
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/contract_upgrade.mv
Binary file not shown.
Binary file added
BIN
+888 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/data_source.mv
Binary file not shown.
Binary file added
BIN
+556 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/deserialize.mv
Binary file not shown.
Binary file added
BIN
+369 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/event.mv
Binary file not shown.
Binary file added
BIN
+1.53 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/governance.mv
Binary file not shown.
Binary file added
BIN
+487 Bytes
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/governance_action.mv
Binary file not shown.
Binary file added
BIN
+837 Bytes
...wing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/governance_instruction.mv
Binary file not shown.
Binary file added
BIN
+417 Bytes
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/hot_potato_vector.mv
Binary file not shown.
Binary file added
BIN
+504 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/i64.mv
Binary file not shown.
Binary file added
BIN
+1.68 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/merkle_tree.mv
Binary file not shown.
Binary file added
BIN
+604 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/migrate.mv
Binary file not shown.
Binary file added
BIN
+302 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/price.mv
Binary file not shown.
Binary file added
BIN
+361 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/price_feed.mv
Binary file not shown.
Binary file added
BIN
+232 Bytes
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/price_identifier.mv
Binary file not shown.
Binary file added
BIN
+1.61 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/price_info.mv
Binary file not shown.
Binary file added
BIN
+279 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/price_status.mv
Binary file not shown.
Binary file added
BIN
+3.59 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/pyth.mv
Binary file not shown.
Binary file added
BIN
+589 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/set.mv
Binary file not shown.
Binary file added
BIN
+697 Bytes
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/set_data_sources.mv
Binary file not shown.
Binary file added
BIN
+483 Bytes
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/set_fee_recipient.mv
Binary file not shown.
Binary file added
BIN
+787 Bytes
.../build/lending_borrowing/bytecode_modules/dependencies/Pyth/set_governance_data_source.mv
Binary file not shown.
Binary file added
BIN
+481 Bytes
...g/build/lending_borrowing/bytecode_modules/dependencies/Pyth/set_stale_price_threshold.mv
Binary file not shown.
Binary file added
BIN
+617 Bytes
...ng_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/set_update_fee.mv
Binary file not shown.
Binary file added
BIN
+636 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/setup.mv
Binary file not shown.
Binary file added
BIN
+2.98 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/state.mv
Binary file not shown.
Binary file added
BIN
+234 Bytes
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Pyth/version_control.mv
Binary file not shown.
Binary file modified
BIN
-86 Bytes
(90%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/address.mv
Binary file not shown.
Binary file removed
BIN
-3.67 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/address_tests.mv
Binary file not shown.
Binary file modified
BIN
-363 Bytes
(89%)
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/authenticator_state.mv
Binary file not shown.
Binary file removed
BIN
-3.22 KB
...ng/build/lending_borrowing/bytecode_modules/dependencies/Sui/authenticator_state_tests.mv
Binary file not shown.
Binary file modified
BIN
-120 Bytes
(86%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/bag.mv
Binary file not shown.
Binary file removed
BIN
-2.14 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/bag_tests.mv
Binary file not shown.
Binary file modified
BIN
-464 Bytes
(68%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/balance.mv
Binary file not shown.
Binary file modified
BIN
-1.04 KB
(66%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/bcs.mv
Binary file not shown.
Binary file removed
BIN
-13 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/bcs_tests.mv
Binary file not shown.
Binary file modified
BIN
-352 Bytes
(91%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/bls12381.mv
Binary file not shown.
Binary file removed
BIN
-15 KB
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/bls12381_tests.mv
Binary file not shown.
Binary file modified
BIN
-487 Bytes
(57%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/borrow.mv
Binary file not shown.
Binary file modified
BIN
-379 Bytes
(52%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/clock.mv
Binary file not shown.
Binary file removed
BIN
-543 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/clock_tests.mv
Binary file not shown.
Binary file modified
BIN
-1.5 KB
(66%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/coin.mv
Binary file not shown.
Binary file removed
BIN
-1.21 KB
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/coin_balance_tests.mv
Binary file not shown.
Binary file removed
BIN
-6.7 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/coin_tests.mv
Binary file not shown.
Binary file removed
BIN
-2.02 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/config.mv
Binary file not shown.
Binary file removed
BIN
-8.17 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/config_tests.mv
Binary file not shown.
Binary file modified
BIN
-3.58 KB
(27%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/deny_list.mv
Binary file not shown.
Binary file removed
BIN
-1.08 KB
...ng_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/deny_list_tests.mv
Binary file not shown.
Binary file modified
BIN
-86 Bytes
(94%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/display.mv
Binary file not shown.
Binary file removed
BIN
-939 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/display_tests.mv
Binary file not shown.
Binary file removed
BIN
-580 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/dummy_policy.mv
Binary file not shown.
Binary file modified
BIN
-87 Bytes
(94%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/dynamic_field.mv
Binary file not shown.
Binary file removed
BIN
-2.07 KB
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/dynamic_field_tests.mv
Binary file not shown.
Binary file modified
BIN
-486 Bytes
(67%)
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/dynamic_object_field.mv
Binary file not shown.
Binary file removed
BIN
-2.94 KB
...g/build/lending_borrowing/bytecode_modules/dependencies/Sui/dynamic_object_field_tests.mv
Binary file not shown.
Binary file modified
BIN
-323 Bytes
(41%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ecdsa_k1.mv
Binary file not shown.
Binary file removed
BIN
-2.84 KB
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ecdsa_k1_tests.mv
Binary file not shown.
Binary file modified
BIN
-125 Bytes
(59%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ecdsa_r1.mv
Binary file not shown.
Binary file removed
BIN
-1.23 KB
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ecdsa_r1_tests.mv
Binary file not shown.
Binary file modified
BIN
-125 Bytes
(52%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ecvrf.mv
Binary file not shown.
Binary file removed
BIN
-906 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ecvrf_tests.mv
Binary file not shown.
Binary file modified
BIN
-124 Bytes
(46%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ed25519.mv
Binary file not shown.
Binary file removed
BIN
-774 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/ed25519_tests.mv
Binary file not shown.
Binary file modified
BIN
-175 Bytes
(33%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/event.mv
Binary file not shown.
Binary file removed
BIN
-964 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/event_tests.mv
Binary file not shown.
Binary file removed
BIN
-777 Bytes
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/fixed_commission.mv
Binary file not shown.
Binary file modified
BIN
-179 Bytes
(83%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/groth16.mv
Binary file not shown.
Binary file removed
BIN
-5.92 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/groth16_tests.mv
Binary file not shown.
Binary file modified
BIN
-388 Bytes
(77%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/group_ops.mv
Binary file not shown.
Binary file modified
BIN
-124 Bytes
(48%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/hash.mv
Binary file not shown.
Binary file removed
BIN
-1017 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/hash_tests.mv
Binary file not shown.
Binary file modified
BIN
-89 Bytes
(94%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/hex.mv
Binary file not shown.
Binary file removed
BIN
-1.09 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/hex_tests.mv
Binary file not shown.
Binary file modified
BIN
-124 Bytes
(45%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/hmac.mv
Binary file not shown.
Binary file removed
BIN
-405 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/hmac_tests.mv
Binary file not shown.
Binary file removed
BIN
-449 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/id_tests.mv
Binary file not shown.
Binary file removed
BIN
-640 Bytes
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/item_locked_policy.mv
Binary file not shown.
Binary file modified
BIN
-21 Bytes
(100%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk.mv
Binary file not shown.
Binary file removed
BIN
-2.2 KB
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk_borrow_tests.mv
Binary file not shown.
Binary file modified
BIN
-122 Bytes
(93%)
...ng_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk_extension.mv
Binary file not shown.
Binary file removed
BIN
-2.33 KB
...owing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk_extensions_tests.mv
Binary file not shown.
Binary file removed
BIN
-1.08 KB
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk_locked_test.mv
Binary file not shown.
Binary file removed
BIN
-1.59 KB
...rowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk_marketplace_ext.mv
Binary file not shown.
Binary file removed
BIN
-1.29 KB
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk_test_utils.mv
Binary file not shown.
Binary file removed
BIN
-4.27 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/kiosk_tests.mv
Binary file not shown.
Binary file modified
BIN
-88 Bytes
(95%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/linked_table.mv
Binary file not shown.
Binary file removed
BIN
-4.5 KB
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/linked_table_tests.mv
Binary file not shown.
Binary file removed
BIN
-349 Bytes
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/malicious_policy.mv
Binary file not shown.
Binary file modified
BIN
+257 Bytes
(160%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/math.mv
Binary file not shown.
Binary file removed
BIN
-1.16 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/math_tests.mv
Binary file not shown.
Binary file modified
BIN
-167 Bytes
(89%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/object.mv
Binary file not shown.
Binary file modified
BIN
-89 Bytes
(91%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/object_bag.mv
Binary file not shown.
Binary file removed
BIN
-2.84 KB
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/object_bag_tests.mv
Binary file not shown.
Binary file modified
BIN
-89 Bytes
(91%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/object_table.mv
Binary file not shown.
Binary file removed
BIN
-2.51 KB
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/object_table_tests.mv
Binary file not shown.
Binary file removed
BIN
-551 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/object_tests.mv
Binary file not shown.
Binary file modified
BIN
-350 Bytes
(84%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/package.mv
Binary file not shown.
Binary file removed
BIN
-2.66 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/package_tests.mv
Binary file not shown.
Binary file modified
BIN
-121 Bytes
(87%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/pay.mv
Binary file not shown.
Binary file removed
BIN
-1.97 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/pay_tests.mv
Binary file not shown.
Binary file modified
BIN
-122 Bytes
(77%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/poseidon.mv
Binary file not shown.
Binary file removed
BIN
-3.4 KB
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/poseidon_tests.mv
Binary file not shown.
Binary file modified
BIN
-1.04 KB
(56%)
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/priority_queue.mv
Binary file not shown.
Binary file modified
BIN
-133 Bytes
(31%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/prover.mv
Binary file not shown.
Binary file removed
BIN
-683 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/prover_tests.mv
Binary file not shown.
Binary file modified
BIN
-1.85 KB
(37%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/random.mv
Binary file not shown.
Binary file removed
BIN
-8.1 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/random_tests.mv
Binary file not shown.
Binary file removed
BIN
-881 Bytes
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/royalty_policy.mv
Binary file not shown.
Binary file removed
BIN
-1.13 KB
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/royalty_policy_tests.mv
Binary file not shown.
Binary file modified
BIN
-90 Bytes
(90%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/sui.mv
Binary file not shown.
Binary file modified
BIN
-120 Bytes
(87%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/table.mv
Binary file not shown.
Binary file removed
BIN
-1.89 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/table_tests.mv
Binary file not shown.
Binary file modified
BIN
-402 Bytes
(72%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/table_vec.mv
Binary file not shown.
Binary file removed
BIN
-1.49 KB
...ng_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/table_vec_tests.mv
Binary file not shown.
Binary file removed
BIN
-1.38 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/test_random.mv
Binary file not shown.
Binary file removed
BIN
-4.07 KB
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/test_random_tests.mv
Binary file not shown.
Binary file removed
BIN
-2.96 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/test_scenario.mv
Binary file not shown.
Binary file removed
BIN
-9.65 KB
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/test_scenario_tests.mv
Binary file not shown.
Binary file removed
BIN
-488 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/test_utils.mv
Binary file not shown.
Binary file modified
BIN
-305 Bytes
(94%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/token.mv
Binary file not shown.
Binary file removed
BIN
-2.54 KB
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/token_actions_tests.mv
Binary file not shown.
Binary file removed
BIN
-1.63 KB
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/token_config_tests.mv
Binary file not shown.
Binary file removed
BIN
-824 Bytes
...g/build/lending_borrowing/bytecode_modules/dependencies/Sui/token_public_actions_tests.mv
Binary file not shown.
Binary file removed
BIN
-2.01 KB
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/token_request_tests.mv
Binary file not shown.
Binary file removed
BIN
-891 Bytes
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/token_test_utils.mv
Binary file not shown.
Binary file removed
BIN
-1.18 KB
...ing/build/lending_borrowing/bytecode_modules/dependencies/Sui/token_treasury_cap_tests.mv
Binary file not shown.
Binary file modified
BIN
-213 Bytes
(77%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/transfer.mv
Binary file not shown.
Binary file modified
BIN
-155 Bytes
(94%)
...ng_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/transfer_policy.mv
Binary file not shown.
Binary file removed
BIN
-2.04 KB
...rowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/transfer_policy_tests.mv
Binary file not shown.
Binary file modified
BIN
-700 Bytes
(35%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/tx_context.mv
Binary file not shown.
Binary file removed
BIN
-456 Bytes
...g_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/tx_context_tests.mv
Binary file not shown.
Binary file modified
BIN
-124 Bytes
(46%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/types.mv
Binary file not shown.
Binary file modified
BIN
-91 Bytes
(77%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/url.mv
Binary file not shown.
Binary file removed
BIN
-372 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/url_tests.mv
Binary file not shown.
Binary file removed
BIN
-349 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/vdf.mv
Binary file not shown.
Binary file removed
BIN
-6.27 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/vdf_tests.mv
Binary file not shown.
Binary file modified
BIN
-209 Bytes
(89%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/vec_map.mv
Binary file not shown.
Binary file removed
BIN
-2.62 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/vec_map_tests.mv
Binary file not shown.
Binary file modified
BIN
-158 Bytes
(84%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/vec_set.mv
Binary file not shown.
Binary file removed
BIN
-1.25 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/vec_set_tests.mv
Binary file not shown.
Binary file removed
BIN
-602 Bytes
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/verifier_tests.mv
Binary file not shown.
Binary file modified
BIN
-121 Bytes
(86%)
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/versioned.mv
Binary file not shown.
Binary file removed
BIN
-727 Bytes
...ng_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/versioned_tests.mv
Binary file not shown.
Binary file removed
BIN
-557 Bytes
...ing_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/witness_policy.mv
Binary file not shown.
Binary file removed
BIN
-974 Bytes
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/witness_policy_tests.mv
Binary file not shown.
Binary file modified
BIN
-90 Bytes
(87%)
...orrowing/build/lending_borrowing/bytecode_modules/dependencies/Sui/zklogin_verified_id.mv
Binary file not shown.
Binary file removed
BIN
-889 Bytes
...ng/build/lending_borrowing/bytecode_modules/dependencies/Sui/zklogin_verified_id_tests.mv
Binary file not shown.
Binary file modified
BIN
-93 Bytes
(87%)
...wing/build/lending_borrowing/bytecode_modules/dependencies/Sui/zklogin_verified_issuer.mv
Binary file not shown.
Binary file removed
BIN
-1.24 KB
...uild/lending_borrowing/bytecode_modules/dependencies/Sui/zklogin_verified_issuer_tests.mv
Binary file not shown.
Binary file added
BIN
+1.13 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/bytes.mv
Binary file not shown.
Binary file added
BIN
+950 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/bytes20.mv
Binary file not shown.
Binary file added
BIN
+1.67 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/bytes32.mv
Binary file not shown.
Binary file added
BIN
+326 Bytes
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/consumed_vaas.mv
Binary file not shown.
Binary file added
BIN
+399 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/cursor.mv
Binary file not shown.
Binary file added
BIN
+612 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/emitter.mv
Binary file not shown.
Binary file added
BIN
+657 Bytes
...rowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/external_address.mv
Binary file not shown.
Binary file added
BIN
+721 Bytes
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/fee_collector.mv
Binary file not shown.
Binary file added
BIN
+1.26 KB
...wing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/governance_message.mv
Binary file not shown.
Binary file added
BIN
+755 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/guardian.mv
Binary file not shown.
Binary file added
BIN
+852 Bytes
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/guardian_set.mv
Binary file not shown.
Binary file added
BIN
+487 Bytes
...wing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/guardian_signature.mv
Binary file not shown.
Binary file added
BIN
+884 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/migrate.mv
Binary file not shown.
Binary file added
BIN
+1.81 KB
...borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/package_utils.mv
Binary file not shown.
Binary file added
BIN
+745 Bytes
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/publish_message.mv
Binary file not shown.
Binary file added
BIN
+532 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/set.mv
Binary file not shown.
Binary file added
BIN
+881 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/set_fee.mv
Binary file not shown.
Binary file added
BIN
+852 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/setup.mv
Binary file not shown.
Binary file added
BIN
+2.45 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/state.mv
Binary file not shown.
Binary file added
BIN
+1.2 KB
..._borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/transfer_fee.mv
Binary file not shown.
Binary file added
BIN
+1.39 KB
...ing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/update_guardian_set.mv
Binary file not shown.
Binary file added
BIN
+1.17 KB
...rowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/upgrade_contract.mv
Binary file not shown.
Binary file added
BIN
+2.39 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/vaa.mv
Binary file not shown.
Binary file added
BIN
+216 Bytes
...rrowing/build/lending_borrowing/bytecode_modules/dependencies/Wormhole/version_control.mv
Binary file not shown.
Binary file added
BIN
+1.21 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/lending_borrowing.mv
Binary file not shown.
Binary file added
BIN
+2.35 KB
lending_borrowing/build/lending_borrowing/bytecode_modules/lending_borrowing_main.mv
Binary file not shown.
Binary file removed
BIN
-443 Bytes
lending_borrowing/build/lending_borrowing/bytecode_modules/lending_borrowing_tests.mv
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/address.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"definition_location":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":174,"end":181},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","address"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":288,"end":294},"type_parameters":[],"parameters":[],"returns":[{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":298,"end":301}],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":308,"end":310}},"is_native":false},"1":{"definition_location":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":162,"end":312},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[215,31,27,119,207,27,244,240,122,83,187,153,168,75,241,202,106,65,128,15,29,70,148,104,172,106,9,229,195,130,218,151],"start":162,"end":312}},"is_native":false}},"constant_map":{}} | ||
{"definition_location":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":174,"end":181},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","address"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":289,"end":332},"definition_location":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":300,"end":306},"type_parameters":[],"parameters":[],"returns":[{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":310,"end":313}],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[25,26,3,211,43,107,85,77,32,33,62,20,55,24,253,99,99,116,190,240,205,54,200,80,214,53,79,40,162,128,226,134],"start":324,"end":326}},"is_native":false}},"constant_map":{}} |
Binary file modified
BIN
-51 Bytes
(83%)
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/address.mvsm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/ascii.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-13.8 KB
(33%)
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/ascii.mvsm
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...ng_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/ascii_tests.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-22.6 KB
...ng_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/ascii_tests.mvsm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bcs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"definition_location":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":395,"end":398},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","bcs"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":510,"end":518},"type_parameters":[["MoveValue",{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":519,"end":528}]],"parameters":[["v#0#0",{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":530,"end":531}]],"returns":[{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":546,"end":556}],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"definition_location":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":383,"end":557},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[34,201,103,208,120,108,208,171,127,162,154,113,96,186,51,169,173,216,199,217,88,54,128,150,101,140,27,7,37,201,47,24],"start":383,"end":557}},"is_native":false}},"constant_map":{}} | ||
{"definition_location":{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":395,"end":398},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","bcs"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":500,"end":565},"definition_location":{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":518,"end":526},"type_parameters":[["MoveValue",{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":527,"end":536}]],"parameters":[["v#0#0",{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":538,"end":539}]],"returns":[{"file_hash":[75,90,67,95,7,162,133,172,238,9,7,194,254,174,115,71,111,166,249,105,217,166,196,204,150,236,50,163,19,236,187,22],"start":554,"end":564}],"locals":[],"nops":{},"code_map":{},"is_native":true}},"constant_map":{}} |
Binary file modified
BIN
-51 Bytes
(86%)
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bcs.mvsm
Binary file not shown.
1 change: 0 additions & 1 deletion
1
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bcs_tests.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-7.18 KB
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bcs_tests.mvsm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...ing_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bit_vector.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+186 Bytes
(100%)
...ing_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bit_vector.mvsm
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...rrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bit_vector_tests.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-20 KB
...rrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/bit_vector_tests.mvsm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/debug.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":129,"end":134},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","debug"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":155,"end":160},"type_parameters":[["T",{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":161,"end":162}]],"parameters":[["x#0#0",{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":164,"end":165}]],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":191,"end":208},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true},"2":{"definition_location":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":117,"end":211},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[130,39,194,65,152,163,85,202,79,174,118,53,127,134,21,176,5,152,60,121,154,28,164,69,149,13,81,102,124,247,230,212],"start":117,"end":211}},"is_native":false}},"constant_map":{}} | ||
{"definition_location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":129,"end":134},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","debug"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":141,"end":175},"definition_location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":159,"end":164},"type_parameters":[["T",{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":165,"end":166}]],"parameters":[["x#0#0",{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":168,"end":169}]],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":181,"end":219},"definition_location":{"file_hash":[50,57,221,212,64,81,196,171,160,251,177,172,7,217,53,244,152,208,201,107,92,178,211,102,145,46,59,8,160,16,83,56],"start":199,"end":216},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{},"is_native":true}},"constant_map":{}} |
Binary file modified
BIN
-11 Bytes
(97%)
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/debug.mvsm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
..._borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/fixed_point32.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+149 Bytes
(100%)
..._borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...wing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/fixed_point32_tests.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-5.64 KB
...wing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/fixed_point32_tests.mvsm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/hash.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":262,"end":266},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","hash"],"struct_map":{},"enum_map":{},"function_map":{"0":{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":287,"end":295},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":296,"end":300}]],"returns":[{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":315,"end":325}],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":345,"end":353},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":354,"end":358}]],"returns":[{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":373,"end":383}],"locals":[],"nops":{},"code_map":{},"is_native":true},"2":{"definition_location":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":250,"end":384},"type_parameters":[],"parameters":[],"returns":[],"locals":[],"nops":{},"code_map":{"0":{"file_hash":[180,83,37,169,160,52,137,9,155,138,116,210,20,66,203,205,101,18,49,34,149,114,32,163,241,195,176,82,88,162,153,189],"start":250,"end":384}},"is_native":false}},"constant_map":{}} | ||
{"definition_location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":262,"end":266},"module_name":["0000000000000000000000000000000000000000000000000000000000000001","hash"],"struct_map":{},"enum_map":{},"function_map":{"0":{"location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":273,"end":330},"definition_location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":291,"end":299},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":300,"end":304}]],"returns":[{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":319,"end":329}],"locals":[],"nops":{},"code_map":{},"is_native":true},"1":{"location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":335,"end":392},"definition_location":{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":353,"end":361},"type_parameters":[],"parameters":[["data#0#0",{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":362,"end":366}]],"returns":[{"file_hash":[6,187,136,108,137,204,84,60,204,61,209,252,221,113,105,204,208,30,250,58,200,201,212,248,6,144,164,235,74,22,88,129],"start":381,"end":391}],"locals":[],"nops":{},"code_map":{},"is_native":true}},"constant_map":{}} |
Binary file modified
BIN
-11 Bytes
(98%)
lending_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/hash.mvsm
Binary file not shown.
1 change: 0 additions & 1 deletion
1
...ing_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/hash_tests.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-780 Bytes
...ing_borrowing/build/lending_borrowing/source_maps/dependencies/MoveStdlib/hash_tests.mvsm
Binary file not shown.
Oops, something went wrong.