Skip to content

v1.0.3

Compare
Choose a tag to compare
@0xOmarA 0xOmarA released this 30 Oct 05:31
· 370 commits to main since this release
4ac4d77

This release adds many instruction aliases to the Radix Engine Toolkit's manifest builder. The following is a full list of the added aliases:

Faucet

  • faucet_free_xrd
  • faucet_lock_fee

Account

  • account_create_advanced
  • account_create
  • account_securify
  • account_lock_fee
  • account_lock_contingent_fee
  • account_deposit
  • account_try_deposit_or_abort
  • account_try_deposit_or_refund
  • account_deposit_batch
  • account_try_deposit_batch_or_abort
  • account_try_deposit_batch_or_refund
  • account_deposit_entire_worktop
  • account_try_deposit_entire_worktop_or_refund
  • account_try_deposit_entire_worktop_or_abort
  • account_withdraw
  • account_withdraw_non_fungibles
  • account_lock_fee_and_withdraw
  • account_lock_fee_and_withdraw_non_fungibles
  • account_create_proof_of_amount
  • account_create_proof_of_non_fungibles
  • account_set_default_deposit_rule
  • account_set_resource_preference
  • account_remove_resource_preference
  • account_burn
  • account_burn_non_fungibles
  • account_add_authorized_depositor
  • account_remove_authorized_depositor

Validator

  • validator_register
  • validator_unregister
  • validator_stake_as_owner
  • validator_stake
  • validator_unstake
  • validator_claim_xrd
  • validator_update_key
  • validator_update_fee
  • validator_update_accept_delegated_stake
  • validator_accepts_delegated_stake
  • validator_total_stake_xrd_amount
  • validator_total_stake_unit_supply
  • validator_get_redemption_value
  • validator_signal_protocol_update_readiness
  • validator_get_protocol_update_readiness
  • validator_lock_owner_stake_units
  • validator_start_unlock_owner_stake_units
  • validator_finish_unlock_owner_stake_units

Access Controller

  • access_controller_new_from_public_keys
  • access_controller_create_with_security_structure
  • access_controller_create
  • access_controller_create_proof
  • access_controller_initiate_recovery_as_primary
  • access_controller_initiate_recovery_as_recovery
  • access_controller_initiate_badge_withdraw_as_primary
  • access_controller_initiate_badge_withdraw_as_recovery
  • access_controller_quick_confirm_primary_role_recovery_proposal
  • access_controller_quick_confirm_recovery_role_recovery_proposal
  • access_controller_quick_confirm_primary_role_badge_withdraw_attempt
  • access_controller_quick_confirm_recovery_role_badge_withdraw_attempt
  • access_controller_timed_confirm_recovery
  • access_controller_cancel_primary_role_recovery_proposal
  • access_controller_cancel_recovery_role_recovery_proposal
  • access_controller_cancel_primary_role_badge_withdraw_attempt
  • access_controller_cancel_recovery_role_badge_withdraw_attempt
  • access_controller_lock_primary_role
  • access_controller_unlock_primary_role
  • access_controller_stop_timed_recovery
  • access_controller_mint_recovery_badges

Identity

  • identity_create_advanced
  • identity_create
  • identity_securify

Package

  • package_publish
  • package_publish_advanced
  • package_claim_royalty

One Resource Pool

  • one_resource_pool_instantiate
  • one_resource_pool_contribute
  • one_resource_pool_redeem
  • one_resource_pool_protected_deposit
  • one_resource_pool_protected_withdraw
  • one_resource_pool_get_redemption_value
  • one_resource_pool_get_vault_amount

Two Resource Pool

  • two_resource_pool_instantiate
  • two_resource_pool_contribute
  • two_resource_pool_redeem
  • two_resource_pool_protected_deposit
  • two_resource_pool_protected_withdraw
  • two_resource_pool_get_redemption_value
  • two_resource_pool_get_vault_amount

Multi Resource Pool

  • multi_resource_pool_instantiate
  • multi_resource_pool_contribute
  • multi_resource_pool_redeem
  • multi_resource_pool_protected_deposit
  • multi_resource_pool_protected_withdraw
  • multi_resource_pool_get_redemption_value
  • multi_resource_pool_get_vault_amount

Metadata Module

  • metadata_get
  • metadata_set
  • metadata_lock
  • metadata_remove

Role Assignment Module

  • role_assignment_get
  • role_assignment_set
  • role_assignment_set_owner
  • role_assignment_lock_owner

Royalty Module

  • royalty_set
  • royalty_lock
  • royalty_claim