Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer committed May 15, 2024
1 parent 0be2f67 commit f0abb8c
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def pkgconfig(package):
author="Xian",
author_email="[email protected]",
classifiers=[
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
],
zip_safe=True,
include_package_data=True,
Expand Down
14 changes: 14 additions & 0 deletions xian_contracting.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Metadata-Version: 2.1
Name: xian-contracting
Version: 1.0.0
Summary: Python-based smart contract language and interpreter.
Home-page: https://github.com/xian-network/contracting
Author: Xian
Author-email: [email protected]
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE

UNKNOWN

132 changes: 132 additions & 0 deletions xian_contracting.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
LICENSE
README.md
setup.py
src/contracting/execution/metering/tracer.c
tests/__init__.py
tests/run.py
tests/utils.py
tests/final_gov/__init__.py
tests/final_gov/test_add_members.py
tests/final_gov/test_foundation.py
tests/final_gov/test_members.py
tests/final_gov/test_rewards.py
tests/final_gov/test_stamps.py
tests/governance/__init__.py
tests/governance/test_election_house.py
tests/governance/test_even_simpler_election_house.py
tests/governance/test_foundation.py
tests/governance/test_master_candidates.py
tests/governance/test_masternodes.py
tests/governance/test_more_flexible_election_house.py
tests/governance/test_new_candidates.py
tests/governance/test_new_masternodes.py
tests/governance/test_pending_masters.py
tests/governance/test_rewards.py
tests/governance/test_simple_voting_contract.py
tests/governance/test_stamps.py
tests/integration/__init__.py
tests/integration/test_atomic_swap.py
tests/integration/test_builtins_locked_off.py
tests/integration/test_complex_contracts.py
tests/integration/test_complex_object_setting.py
tests/integration/test_constructor_args.py
tests/integration/test_datetime_contracts.py
tests/integration/test_dynamic_imports.py
tests/integration/test_executor_submission_process.py
tests/integration/test_memory_clean_up_after_execution.py
tests/integration/test_misc_contracts.py
tests/integration/test_pixel_game.py
tests/integration/test_rich_ctx_calling.py
tests/integration/test_run_private_function.py
tests/integration/test_senecaCompiler_integration.py
tests/integration/test_seneca_client_randoms.py
tests/integration/test_seneca_client_replaces_executor.py
tests/integration/test_stamp_deduction.py
tests/integration/test_contracts/__init__.py
tests/integration/test_contracts/atomic_swaps.s.py
tests/integration/test_contracts/bad_time.s.py
tests/integration/test_contracts/bastardcoin.s.py
tests/integration/test_contracts/builtin_lib.s.py
tests/integration/test_contracts/child_test.s.py
tests/integration/test_contracts/constructor_args_contract.s.py
tests/integration/test_contracts/contracting.s.py
tests/integration/test_contracts/currency.s.py
tests/integration/test_contracts/dater.py
tests/integration/test_contracts/dynamic_import.s.py
tests/integration/test_contracts/dynamic_importing.s.py
tests/integration/test_contracts/erc20_clone.s.py
tests/integration/test_contracts/float_issue.s.py
tests/integration/test_contracts/foreign_thing.s.py
tests/integration/test_contracts/i_use_env.s.py
tests/integration/test_contracts/import_test.s.py
tests/integration/test_contracts/import_this.s.py
tests/integration/test_contracts/importing_that.s.py
tests/integration/test_contracts/inf_loop.s.py
tests/integration/test_contracts/json_tests.s.py
tests/integration/test_contracts/leaky.s.py
tests/integration/test_contracts/mathtime.s.py
tests/integration/test_contracts/owner_stuff.s.py
tests/integration/test_contracts/parent_test.s.py
tests/integration/test_contracts/pass_hash.s.py
tests/integration/test_contracts/private_methods.s.py
tests/integration/test_contracts/stubucks.s.py
tests/integration/test_contracts/tejastokens.s.py
tests/integration/test_contracts/test_client.py
tests/integration/test_contracts/test_construct_function_works.s.py
tests/integration/test_contracts/test_hashing_works.s.py
tests/integration/test_contracts/test_orm_foreign_hash_contract.s.py
tests/integration/test_contracts/test_orm_foreign_key_contract.s.py
tests/integration/test_contracts/test_orm_hash_contract.s.py
tests/integration/test_contracts/test_orm_no_contract_access.s.py
tests/integration/test_contracts/test_orm_variable_contract.s.py
tests/integration/test_contracts/test_pass_hash.s.py
tests/integration/test_contracts/test_time.s.py
tests/integration/test_contracts/thing.s.py
tests/integration/test_contracts/time_storage.s.py
tests/performance/__init__.py
tests/performance/prof_transfer.py
tests/performance/test_transfer.py
tests/security/__init__.py
tests/security/test_erc20_token_hacks.py
tests/unit/__init__.py
tests/unit/test_blockservice_driver.py
tests/unit/test_client.py
tests/unit/test_context_data_struct.py
tests/unit/test_datetime.py
tests/unit/test_decimal.py
tests/unit/test_driver.py
tests/unit/test_encode.py
tests/unit/test_imports_stdlib.py
tests/unit/test_linter.py
tests/unit/test_module.py
tests/unit/test_new_cache_driver.py
tests/unit/test_new_contract_driver.py
tests/unit/test_new_driver.py
tests/unit/test_orm.py
tests/unit/test_parser.py
tests/unit/test_runtime.py
tests/unit/test_stdlib_hashing.py
tests/unit/test_timedelta.py
tests/unit/precompiled/__init__.py
tests/unit/precompiled/compiled_token.py
tests/unit/precompiled/updated_submission.py
tests/unit/test_sys_contracts/__init__.py
tests/unit/test_sys_contracts/bad_lint.s.py
tests/unit/test_sys_contracts/compile_this.s.py
tests/unit/test_sys_contracts/currency.s.py
tests/unit/test_sys_contracts/good_lint.s.py
tests/unit/test_sys_contracts/module1.py
tests/unit/test_sys_contracts/module2.py
tests/unit/test_sys_contracts/module3.py
tests/unit/test_sys_contracts/module4.py
tests/unit/test_sys_contracts/module5.py
tests/unit/test_sys_contracts/module6.py
tests/unit/test_sys_contracts/module7.py
tests/unit/test_sys_contracts/module8.py
tests/unit/test_sys_contracts/module_func.py
xian_contracting.egg-info/PKG-INFO
xian_contracting.egg-info/SOURCES.txt
xian_contracting.egg-info/dependency_links.txt
xian_contracting.egg-info/requires.txt
xian_contracting.egg-info/top_level.txt
xian_contracting.egg-info/zip-safe
1 change: 1 addition & 0 deletions xian_contracting.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

8 changes: 8 additions & 0 deletions xian_contracting.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
astor==0.8.1
autopep8==1.5.7
cachetools
h5py
iso8601
loguru
pycodestyle==2.10.0
pynacl
2 changes: 2 additions & 0 deletions xian_contracting.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
contracting
tests
1 change: 1 addition & 0 deletions xian_contracting.egg-info/zip-safe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit f0abb8c

Please sign in to comment.