Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the soroban branch into the main branch. #766

Closed
wants to merge 121 commits into from
Closed

Merge the soroban branch into the main branch. #766

wants to merge 121 commits into from

Commits on Aug 21, 2022

  1. deps: get the latest XDR file

    overcat committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    c3a0740 View commit details
    Browse the repository at this point in the history
  2. deps: due to the limitations of xdrgen, we need to patch XDR, and aft…

    …er the XDR file is finalized, we will consider adding the corresponding support in xdrgen.
    overcat committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    e11e287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c35c97f View commit details
    Browse the repository at this point in the history
  4. deps: patch xdr.SCVal and xdr.SCSpecTypeDef due to circular reference…

    … issues.
    
    After the XDR file is finalized, we will consider adding the corresponding support in xdrgen.
    overcat committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    f4788e6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #620 from StellarCN/soroban-xdr

    deps: update XDR for Soroban support (unstable)
    overcat authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    91389ea View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    b68ef11 View commit details
    Browse the repository at this point in the history
  2. deps: get the latest XDR file

    overcat committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    9473d4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a911d00 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    4634f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f919b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bae3556 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    4819e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4154a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    328b937 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #638 from StellarCN/soroban-rpc

    feat: add support for Soroban RPC server. [WIP]
    overcat authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    2408213 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    257812d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f70dc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d19a212 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    5567182 View commit details
    Browse the repository at this point in the history
  2. fix: fix mypy check

    overcat committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    641428b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ea845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5aa283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4e6122 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    9c66d83 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. deps: update xdr files.

    overcat committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    3e78966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c3b1f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    ad3a498 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    e490afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10031f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebe73f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1e440a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #664 from StellarCN/soroban-types

    feat: add soroban_types to make building soroban arguments easier.
    overcat authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6d8367b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    868a4ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #665 from StellarCN/soroban-types-2

    feat: add new `soroban_types` to make building soroban arguments easier.
    overcat authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    071818c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    c0dcf8c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    ebfafa1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    10c12e4 View commit details
    Browse the repository at this point in the history
  2. feat: add new soroban_types.enum and soroban_types.struct to make…

    … building soroban arguments easier.
    overcat committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6c8651b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. feat: add new soroban_types.int64 and soroban_types.struct to mak…

    …e building soroban arguments easier.
    overcat committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f350b4d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. feat: add new soroban_types and soroban_types.struct to make buil…

    …ding soroban arguments easier.
    overcat committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    edc3ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a7866 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    e2998c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    6dc01e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b86473 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #669 from StellarCN/preview-5

    feat!: adapt to Soroban Preview 5
    overcat authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a783869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3495d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. chore: bump dev version.

    overcat committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    0f328df View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge branch 'main' into soroban

    # Conflicts:
    #	poetry.lock
    overcat committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    69a8d48 View commit details
    Browse the repository at this point in the history
  2. chore: update poetry.lock

    overcat committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b4cdc45 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    6ce44ee View commit details
    Browse the repository at this point in the history
  2. deps: update xdr files.

    overcat committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9c992d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7421c4c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    2c8dbf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    d5055d9 View commit details
    Browse the repository at this point in the history
  2. chore: skip test

    overcat committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    089a05c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #702 from StellarCN/soroban-auth-next

    feat: add support for Auth Next.
    overcat authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    578bb14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a518040 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    561538a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95c0e46 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Merge branch 'main' into soroban

    # Conflicts:
    #	poetry.lock
    overcat committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d099e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d620214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5f7405 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f538e53 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. refactor!: remove typeguard check. (#706)

    - Mainly, using typeguard requires us to import classes needed for type checking, which can easily lead to circular imports and other issues.
    - Performance concerns.
    overcat committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ce7b808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc8fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac107dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c0237c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    06c0e99 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    705e039 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    f6794c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7fcdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42720e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3afe717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d5296 View commit details
    Browse the repository at this point in the history
  6. chore: temporarily disable Soroban Server-related tests.

    let us fix it in the next PR.
    overcat committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    fa5c6b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16218ee View commit details
    Browse the repository at this point in the history
  8. Merge pull request #718 from StellarCN/soroban-preview-8

    feat: add support for Soroban Preview 8
    overcat authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    835f8f8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    4dd8491 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into soroban

    # Conflicts:
    #	poetry.lock
    #	pyproject.toml
    #	stellar_sdk/__version__.py
    overcat committed May 6, 2023
    Configuration menu
    Copy the full SHA
    2a33704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a30513a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e349de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a954e49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25daed4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. refactor: use xdrlib3 instead of xdrlib. (#726)

    `xdrlib` will be removed in Python 3.13.
    overcat authored May 11, 2023
    Configuration menu
    Copy the full SHA
    de49341 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. deps: updated the xdr files to be compatible with Preview 8. (2f16687…

    …fdf6f4bcfb56805e2035f69997f4b34c4)
    overcat committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    5f2e650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ceba8a View commit details
    Browse the repository at this point in the history
  3. chore: updated xdr classes.

    overcat committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    dd0fc85 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    fe71fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84f75d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #735 from StellarCN/soroban-preview-9

    add support for Soroban Preview 9
    overcat authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d52d9cc View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    c9df788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542da1c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    ef88daa View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    1960f2f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    1b1f7e5 View commit details
    Browse the repository at this point in the history
  2. deps: updated xdr classes.

    overcat committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0d81b14 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    0f4e71c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #745 from StellarCN/preview-10

    add support for Soroban Preview 10
    overcat authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    28098a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b55f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. refactor: set the SorobanTransactionData in the TransactionBuilder an…

    …d return the builder instance.
    overcat committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    10e6002 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    131bb88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6683b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    ae5e03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ee387 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    bac5ffc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. refactor: make the functions related to Soroban as consistent as poss…

    …ible with other SDKs (JS/Java). (#758)
    overcat authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    eb97527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a05fc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into soroban

    # Conflicts:
    #	.github/workflows/continuous-integration-workflow.yml
    #	poetry.lock
    #	pyproject.toml
    #	stellar_sdk/__version__.py
    #	stellar_sdk/fee_bump_transaction_envelope.py
    #	stellar_sdk/strkey.py
    #	stellar_sdk/transaction_envelope.py
    #	stellar_sdk/xdr/account_entry.py
    #	stellar_sdk/xdr/account_entry_ext.py
    #	stellar_sdk/xdr/account_entry_extension_v1.py
    #	stellar_sdk/xdr/account_entry_extension_v1_ext.py
    #	stellar_sdk/xdr/account_entry_extension_v2.py
    #	stellar_sdk/xdr/account_entry_extension_v2_ext.py
    #	stellar_sdk/xdr/account_entry_extension_v3.py
    #	stellar_sdk/xdr/account_flags.py
    #	stellar_sdk/xdr/account_id.py
    #	stellar_sdk/xdr/account_merge_result.py
    #	stellar_sdk/xdr/account_merge_result_code.py
    #	stellar_sdk/xdr/allow_trust_op.py
    #	stellar_sdk/xdr/allow_trust_result.py
    #	stellar_sdk/xdr/allow_trust_result_code.py
    #	stellar_sdk/xdr/alpha_num12.py
    #	stellar_sdk/xdr/alpha_num4.py
    #	stellar_sdk/xdr/asset.py
    #	stellar_sdk/xdr/asset_code.py
    #	stellar_sdk/xdr/asset_code12.py
    #	stellar_sdk/xdr/asset_code4.py
    #	stellar_sdk/xdr/asset_type.py
    #	stellar_sdk/xdr/auth.py
    #	stellar_sdk/xdr/auth_cert.py
    #	stellar_sdk/xdr/authenticated_message.py
    #	stellar_sdk/xdr/authenticated_message_v0.py
    #	stellar_sdk/xdr/begin_sponsoring_future_reserves_op.py
    #	stellar_sdk/xdr/begin_sponsoring_future_reserves_result.py
    #	stellar_sdk/xdr/begin_sponsoring_future_reserves_result_code.py
    #	stellar_sdk/xdr/bucket_entry.py
    #	stellar_sdk/xdr/bucket_entry_type.py
    #	stellar_sdk/xdr/bucket_metadata.py
    #	stellar_sdk/xdr/bucket_metadata_ext.py
    #	stellar_sdk/xdr/bump_sequence_op.py
    #	stellar_sdk/xdr/bump_sequence_result.py
    #	stellar_sdk/xdr/bump_sequence_result_code.py
    #	stellar_sdk/xdr/change_trust_asset.py
    #	stellar_sdk/xdr/change_trust_op.py
    #	stellar_sdk/xdr/change_trust_result.py
    #	stellar_sdk/xdr/change_trust_result_code.py
    #	stellar_sdk/xdr/claim_atom.py
    #	stellar_sdk/xdr/claim_atom_type.py
    #	stellar_sdk/xdr/claim_claimable_balance_op.py
    #	stellar_sdk/xdr/claim_claimable_balance_result.py
    #	stellar_sdk/xdr/claim_claimable_balance_result_code.py
    #	stellar_sdk/xdr/claim_liquidity_atom.py
    #	stellar_sdk/xdr/claim_offer_atom.py
    #	stellar_sdk/xdr/claim_offer_atom_v0.py
    #	stellar_sdk/xdr/claim_predicate.py
    #	stellar_sdk/xdr/claim_predicate_type.py
    #	stellar_sdk/xdr/claimable_balance_entry.py
    #	stellar_sdk/xdr/claimable_balance_entry_ext.py
    #	stellar_sdk/xdr/claimable_balance_entry_extension_v1.py
    #	stellar_sdk/xdr/claimable_balance_entry_extension_v1_ext.py
    #	stellar_sdk/xdr/claimable_balance_flags.py
    #	stellar_sdk/xdr/claimable_balance_id.py
    #	stellar_sdk/xdr/claimable_balance_id_type.py
    #	stellar_sdk/xdr/claimant.py
    #	stellar_sdk/xdr/claimant_type.py
    #	stellar_sdk/xdr/claimant_v0.py
    #	stellar_sdk/xdr/clawback_claimable_balance_op.py
    #	stellar_sdk/xdr/clawback_claimable_balance_result.py
    #	stellar_sdk/xdr/clawback_claimable_balance_result_code.py
    #	stellar_sdk/xdr/clawback_op.py
    #	stellar_sdk/xdr/clawback_result.py
    #	stellar_sdk/xdr/clawback_result_code.py
    #	stellar_sdk/xdr/create_account_op.py
    #	stellar_sdk/xdr/create_account_result.py
    #	stellar_sdk/xdr/create_account_result_code.py
    #	stellar_sdk/xdr/create_claimable_balance_op.py
    #	stellar_sdk/xdr/create_claimable_balance_result.py
    #	stellar_sdk/xdr/create_claimable_balance_result_code.py
    #	stellar_sdk/xdr/create_passive_sell_offer_op.py
    #	stellar_sdk/xdr/crypto_key_type.py
    #	stellar_sdk/xdr/curve25519_public.py
    #	stellar_sdk/xdr/curve25519_secret.py
    #	stellar_sdk/xdr/data_entry.py
    #	stellar_sdk/xdr/data_entry_ext.py
    #	stellar_sdk/xdr/data_value.py
    #	stellar_sdk/xdr/decorated_signature.py
    #	stellar_sdk/xdr/dont_have.py
    #	stellar_sdk/xdr/duration.py
    #	stellar_sdk/xdr/encrypted_body.py
    #	stellar_sdk/xdr/end_sponsoring_future_reserves_result.py
    #	stellar_sdk/xdr/end_sponsoring_future_reserves_result_code.py
    #	stellar_sdk/xdr/envelope_type.py
    #	stellar_sdk/xdr/error.py
    #	stellar_sdk/xdr/error_code.py
    #	stellar_sdk/xdr/extension_point.py
    #	stellar_sdk/xdr/fee_bump_transaction.py
    #	stellar_sdk/xdr/fee_bump_transaction_envelope.py
    #	stellar_sdk/xdr/fee_bump_transaction_ext.py
    #	stellar_sdk/xdr/fee_bump_transaction_inner_tx.py
    #	stellar_sdk/xdr/hash.py
    #	stellar_sdk/xdr/hash_id_preimage.py
    #	stellar_sdk/xdr/hash_id_preimage_operation_id.py
    #	stellar_sdk/xdr/hash_id_preimage_revoke_id.py
    #	stellar_sdk/xdr/hello.py
    #	stellar_sdk/xdr/hmac_sha256_key.py
    #	stellar_sdk/xdr/hmac_sha256_mac.py
    #	stellar_sdk/xdr/inflation_payout.py
    #	stellar_sdk/xdr/inflation_result.py
    #	stellar_sdk/xdr/inflation_result_code.py
    #	stellar_sdk/xdr/inner_transaction_result.py
    #	stellar_sdk/xdr/inner_transaction_result_ext.py
    #	stellar_sdk/xdr/inner_transaction_result_pair.py
    #	stellar_sdk/xdr/inner_transaction_result_result.py
    #	stellar_sdk/xdr/int32.py
    #	stellar_sdk/xdr/int64.py
    #	stellar_sdk/xdr/ip_addr_type.py
    #	stellar_sdk/xdr/ledger_bounds.py
    #	stellar_sdk/xdr/ledger_close_meta.py
    #	stellar_sdk/xdr/ledger_close_meta_v0.py
    #	stellar_sdk/xdr/ledger_close_value_signature.py
    #	stellar_sdk/xdr/ledger_entry.py
    #	stellar_sdk/xdr/ledger_entry_change.py
    #	stellar_sdk/xdr/ledger_entry_change_type.py
    #	stellar_sdk/xdr/ledger_entry_changes.py
    #	stellar_sdk/xdr/ledger_entry_data.py
    #	stellar_sdk/xdr/ledger_entry_ext.py
    #	stellar_sdk/xdr/ledger_entry_extension_v1.py
    #	stellar_sdk/xdr/ledger_entry_extension_v1_ext.py
    #	stellar_sdk/xdr/ledger_entry_type.py
    #	stellar_sdk/xdr/ledger_header.py
    #	stellar_sdk/xdr/ledger_header_ext.py
    #	stellar_sdk/xdr/ledger_header_extension_v1.py
    #	stellar_sdk/xdr/ledger_header_extension_v1_ext.py
    #	stellar_sdk/xdr/ledger_header_flags.py
    #	stellar_sdk/xdr/ledger_header_history_entry.py
    #	stellar_sdk/xdr/ledger_header_history_entry_ext.py
    #	stellar_sdk/xdr/ledger_key.py
    #	stellar_sdk/xdr/ledger_key_account.py
    #	stellar_sdk/xdr/ledger_key_claimable_balance.py
    #	stellar_sdk/xdr/ledger_key_data.py
    #	stellar_sdk/xdr/ledger_key_liquidity_pool.py
    #	stellar_sdk/xdr/ledger_key_offer.py
    #	stellar_sdk/xdr/ledger_key_trust_line.py
    #	stellar_sdk/xdr/ledger_scp_messages.py
    #	stellar_sdk/xdr/ledger_upgrade.py
    #	stellar_sdk/xdr/ledger_upgrade_type.py
    #	stellar_sdk/xdr/liabilities.py
    #	stellar_sdk/xdr/liquidity_pool_constant_product_parameters.py
    #	stellar_sdk/xdr/liquidity_pool_deposit_op.py
    #	stellar_sdk/xdr/liquidity_pool_deposit_result.py
    #	stellar_sdk/xdr/liquidity_pool_deposit_result_code.py
    #	stellar_sdk/xdr/liquidity_pool_entry.py
    #	stellar_sdk/xdr/liquidity_pool_entry_body.py
    #	stellar_sdk/xdr/liquidity_pool_entry_constant_product.py
    #	stellar_sdk/xdr/liquidity_pool_parameters.py
    #	stellar_sdk/xdr/liquidity_pool_type.py
    #	stellar_sdk/xdr/liquidity_pool_withdraw_op.py
    #	stellar_sdk/xdr/liquidity_pool_withdraw_result.py
    #	stellar_sdk/xdr/liquidity_pool_withdraw_result_code.py
    #	stellar_sdk/xdr/manage_buy_offer_op.py
    #	stellar_sdk/xdr/manage_buy_offer_result.py
    #	stellar_sdk/xdr/manage_buy_offer_result_code.py
    #	stellar_sdk/xdr/manage_data_op.py
    #	stellar_sdk/xdr/manage_data_result.py
    #	stellar_sdk/xdr/manage_data_result_code.py
    #	stellar_sdk/xdr/manage_offer_effect.py
    #	stellar_sdk/xdr/manage_offer_success_result.py
    #	stellar_sdk/xdr/manage_offer_success_result_offer.py
    #	stellar_sdk/xdr/manage_sell_offer_op.py
    #	stellar_sdk/xdr/manage_sell_offer_result.py
    #	stellar_sdk/xdr/manage_sell_offer_result_code.py
    #	stellar_sdk/xdr/memo.py
    #	stellar_sdk/xdr/memo_type.py
    #	stellar_sdk/xdr/message_type.py
    #	stellar_sdk/xdr/muxed_account.py
    #	stellar_sdk/xdr/muxed_account_med25519.py
    #	stellar_sdk/xdr/node_id.py
    #	stellar_sdk/xdr/offer_entry.py
    #	stellar_sdk/xdr/offer_entry_ext.py
    #	stellar_sdk/xdr/offer_entry_flags.py
    #	stellar_sdk/xdr/operation.py
    #	stellar_sdk/xdr/operation_body.py
    #	stellar_sdk/xdr/operation_meta.py
    #	stellar_sdk/xdr/operation_result.py
    #	stellar_sdk/xdr/operation_result_code.py
    #	stellar_sdk/xdr/operation_result_tr.py
    #	stellar_sdk/xdr/operation_type.py
    #	stellar_sdk/xdr/path_payment_strict_receive_op.py
    #	stellar_sdk/xdr/path_payment_strict_receive_result.py
    #	stellar_sdk/xdr/path_payment_strict_receive_result_code.py
    #	stellar_sdk/xdr/path_payment_strict_receive_result_success.py
    #	stellar_sdk/xdr/path_payment_strict_send_op.py
    #	stellar_sdk/xdr/path_payment_strict_send_result.py
    #	stellar_sdk/xdr/path_payment_strict_send_result_code.py
    #	stellar_sdk/xdr/path_payment_strict_send_result_success.py
    #	stellar_sdk/xdr/payment_op.py
    #	stellar_sdk/xdr/payment_result.py
    #	stellar_sdk/xdr/payment_result_code.py
    #	stellar_sdk/xdr/peer_address.py
    #	stellar_sdk/xdr/peer_address_ip.py
    #	stellar_sdk/xdr/peer_stat_list.py
    #	stellar_sdk/xdr/peer_stats.py
    #	stellar_sdk/xdr/pool_id.py
    #	stellar_sdk/xdr/precondition_type.py
    #	stellar_sdk/xdr/preconditions.py
    #	stellar_sdk/xdr/preconditions_v2.py
    #	stellar_sdk/xdr/price.py
    #	stellar_sdk/xdr/public_key.py
    #	stellar_sdk/xdr/public_key_type.py
    #	stellar_sdk/xdr/revoke_sponsorship_op.py
    #	stellar_sdk/xdr/revoke_sponsorship_op_signer.py
    #	stellar_sdk/xdr/revoke_sponsorship_result.py
    #	stellar_sdk/xdr/revoke_sponsorship_result_code.py
    #	stellar_sdk/xdr/revoke_sponsorship_type.py
    #	stellar_sdk/xdr/scp_ballot.py
    #	stellar_sdk/xdr/scp_envelope.py
    #	stellar_sdk/xdr/scp_history_entry.py
    #	stellar_sdk/xdr/scp_history_entry_v0.py
    #	stellar_sdk/xdr/scp_nomination.py
    #	stellar_sdk/xdr/scp_quorum_set.py
    #	stellar_sdk/xdr/scp_statement.py
    #	stellar_sdk/xdr/scp_statement_confirm.py
    #	stellar_sdk/xdr/scp_statement_externalize.py
    #	stellar_sdk/xdr/scp_statement_pledges.py
    #	stellar_sdk/xdr/scp_statement_prepare.py
    #	stellar_sdk/xdr/scp_statement_type.py
    #	stellar_sdk/xdr/send_more.py
    #	stellar_sdk/xdr/sequence_number.py
    #	stellar_sdk/xdr/set_options_op.py
    #	stellar_sdk/xdr/set_options_result.py
    #	stellar_sdk/xdr/set_options_result_code.py
    #	stellar_sdk/xdr/set_trust_line_flags_op.py
    #	stellar_sdk/xdr/set_trust_line_flags_result.py
    #	stellar_sdk/xdr/set_trust_line_flags_result_code.py
    #	stellar_sdk/xdr/signature.py
    #	stellar_sdk/xdr/signature_hint.py
    #	stellar_sdk/xdr/signed_survey_request_message.py
    #	stellar_sdk/xdr/signed_survey_response_message.py
    #	stellar_sdk/xdr/signer.py
    #	stellar_sdk/xdr/signer_key.py
    #	stellar_sdk/xdr/signer_key_ed25519_signed_payload.py
    #	stellar_sdk/xdr/signer_key_type.py
    #	stellar_sdk/xdr/simple_payment_result.py
    #	stellar_sdk/xdr/sponsorship_descriptor.py
    #	stellar_sdk/xdr/stellar_message.py
    #	stellar_sdk/xdr/stellar_value.py
    #	stellar_sdk/xdr/stellar_value_ext.py
    #	stellar_sdk/xdr/stellar_value_type.py
    #	stellar_sdk/xdr/string32.py
    #	stellar_sdk/xdr/string64.py
    #	stellar_sdk/xdr/survey_message_command_type.py
    #	stellar_sdk/xdr/survey_request_message.py
    #	stellar_sdk/xdr/survey_response_body.py
    #	stellar_sdk/xdr/survey_response_message.py
    #	stellar_sdk/xdr/threshold_indexes.py
    #	stellar_sdk/xdr/thresholds.py
    #	stellar_sdk/xdr/time_bounds.py
    #	stellar_sdk/xdr/time_point.py
    #	stellar_sdk/xdr/topology_response_body_v0.py
    #	stellar_sdk/xdr/transaction.py
    #	stellar_sdk/xdr/transaction_envelope.py
    #	stellar_sdk/xdr/transaction_ext.py
    #	stellar_sdk/xdr/transaction_history_entry.py
    #	stellar_sdk/xdr/transaction_history_entry_ext.py
    #	stellar_sdk/xdr/transaction_history_result_entry.py
    #	stellar_sdk/xdr/transaction_history_result_entry_ext.py
    #	stellar_sdk/xdr/transaction_meta.py
    #	stellar_sdk/xdr/transaction_meta_v1.py
    #	stellar_sdk/xdr/transaction_meta_v2.py
    #	stellar_sdk/xdr/transaction_result.py
    #	stellar_sdk/xdr/transaction_result_code.py
    #	stellar_sdk/xdr/transaction_result_ext.py
    #	stellar_sdk/xdr/transaction_result_meta.py
    #	stellar_sdk/xdr/transaction_result_pair.py
    #	stellar_sdk/xdr/transaction_result_result.py
    #	stellar_sdk/xdr/transaction_result_set.py
    #	stellar_sdk/xdr/transaction_set.py
    #	stellar_sdk/xdr/transaction_signature_payload.py
    #	stellar_sdk/xdr/transaction_signature_payload_tagged_transaction.py
    #	stellar_sdk/xdr/transaction_v0.py
    #	stellar_sdk/xdr/transaction_v0_envelope.py
    #	stellar_sdk/xdr/transaction_v0_ext.py
    #	stellar_sdk/xdr/transaction_v1_envelope.py
    #	stellar_sdk/xdr/trust_line_asset.py
    #	stellar_sdk/xdr/trust_line_entry.py
    #	stellar_sdk/xdr/trust_line_entry_ext.py
    #	stellar_sdk/xdr/trust_line_entry_extension_v2.py
    #	stellar_sdk/xdr/trust_line_entry_extension_v2_ext.py
    #	stellar_sdk/xdr/trust_line_entry_v1.py
    #	stellar_sdk/xdr/trust_line_entry_v1_ext.py
    #	stellar_sdk/xdr/trust_line_flags.py
    #	stellar_sdk/xdr/uint256.py
    #	stellar_sdk/xdr/uint32.py
    #	stellar_sdk/xdr/uint64.py
    #	stellar_sdk/xdr/upgrade_entry_meta.py
    #	stellar_sdk/xdr/upgrade_type.py
    #	stellar_sdk/xdr/value.py
    overcat committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    bf73a56 View commit details
    Browse the repository at this point in the history
  4. docs: drop Chinese document.

    overcat committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5677469 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19ebe70 View commit details
    Browse the repository at this point in the history
  6. docs: update xdr api.

    overcat committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    43a35ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea79588 View commit details
    Browse the repository at this point in the history
  8. docs: fix docs warnings.

    overcat committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    227d003 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e58b538 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8027691 View commit details
    Browse the repository at this point in the history
  11. refactor: remove ValueError, TypeError and AttributeError from …

    …`stellar_sdk.exceptions` (#763)
    overcat authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c4274bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    353df2a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. docs: add .readthedocs.yaml

    overcat committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f0b012d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ec9d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be057e7 View commit details
    Browse the repository at this point in the history
  4. pre-release: 9.0.0-alpha0

    overcat committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    91cc4fd View commit details
    Browse the repository at this point in the history