djwebdapp 0.6.0__tar.gz → 0.6.2.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of djwebdapp might be problematic. Click here for more details.
- {djwebdapp-0.6.0/src/djwebdapp.egg-info → djwebdapp-0.6.2.dev2}/PKG-INFO +37 -2
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/setup.py +4 -3
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2/src/djwebdapp.egg-info}/PKG-INFO +37 -2
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp.egg-info/requires.txt +3 -4
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/provider.py +16 -9
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/LICENSE +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/MANIFEST.in +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/README.rst +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/setup.cfg +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/admin.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/apps.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/exceptions.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/history_download.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/index.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/normalize.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/refresh_balances.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/spool.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0002_alter_transaction_receiver_alter_transaction_sender.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0003_transaction_txgroup_alter_transaction_hash_and_more.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0004_alter_transaction_options.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0005_alter_transaction_unique_together_and_more.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0006_blockchain_min_confirmations_alter_transaction_state.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0007_alter_transaction_amount.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0008_transaction_index.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0009_account_index.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0010_alter_transaction_nonce.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0011_rename_max_level_blockchain_index_level.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0012_transaction_number.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0013_transaction_normalized_dependency.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0014_alter_account_unique_together.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0015_alter_transaction_state.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0016_alter_transaction_has_code.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0017_event.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/normalizers.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/provider.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/signals.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp.egg-info/SOURCES.txt +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp.egg-info/dependency_links.txt +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp.egg-info/top_level.txt +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/admin.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/apps.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/migrations/0002_ethereumcall_ethereumcontract.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/migrations/0003_ethereumtransaction_caller.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/migrations/0004_ethereumevent.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/balance.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/balance_update.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/deploy.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/deploy_fa12.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/spool.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/wait.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example/wallet_create.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/account.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/admin.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/apps.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/blockchain.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/blockchain_with_event_provider.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/client.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/deploy.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/deploy_contract.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/deploy_model.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/index.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/load.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/migrations/0002_fa12ethereumbalancemovement.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/mint_normalize.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/normalize.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/normalizers.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/tests.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/transfer.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/views.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/wallet_import.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/Proxy.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/account.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/admin.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/apps.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/blockchain.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/call_parallel.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/callee.json +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/callee.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/caller.json +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/caller.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/client.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/contracts/FA12.json +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/contracts/FA12.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/deploy.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/deploy_client.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/deploy_contract.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/deploy_model.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/index.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/load.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/mint_normalize.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/normalize.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/normalize_old.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/normalizers.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/tests.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/transfer.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/views.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/wallet_import.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/admin.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/apps.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/normalizers.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/serializers.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/urls.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_fa2/views.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_multisig/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_multisig/admin.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_multisig/apps.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_multisig/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_multisig/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_multisig/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_rest_framework/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_rest_framework/apps.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_rest_framework/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_rest_framework/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_rest_framework/views.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/admin.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/management/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/management/commands/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/migrations/0002_tezostransaction_caller.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/migrations/0003_tezoscall_tezoscontract.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/migrations/0004_delete_tezoscall_delete_tezoscontract.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/migrations/0005_tezoscall_tezoscontract.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/migrations/__init__.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/models.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/provider.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/tests/test_rest_framework.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/tests/test_transaction.py +0 -0
- {djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/tests/test_txgraph.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: djwebdapp
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2.dev2
|
|
4
4
|
Home-page: https://yourlabs.io/oss/djwebdapp
|
|
5
5
|
Author: James Pic
|
|
6
6
|
Author-email: jamespic@gmail.com
|
|
@@ -8,12 +8,47 @@ License: MIT
|
|
|
8
8
|
Keywords: cli
|
|
9
9
|
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/x-rst
|
|
11
|
+
License-File: LICENSE
|
|
12
|
+
Requires-Dist: django-model-utils
|
|
13
|
+
Requires-Dist: djfernet>=0.8.1
|
|
14
|
+
Requires-Dist: django-picklefield>=3.0.1
|
|
15
|
+
Requires-Dist: networkx==2.8.8
|
|
16
|
+
Requires-Dist: mnemonic
|
|
11
17
|
Provides-Extra: test
|
|
18
|
+
Requires-Dist: django; extra == "test"
|
|
19
|
+
Requires-Dist: djangorestframework; extra == "test"
|
|
20
|
+
Requires-Dist: pytest; extra == "test"
|
|
21
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
22
|
+
Requires-Dist: pytest-django; extra == "test"
|
|
23
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "test"
|
|
12
24
|
Provides-Extra: ethereum
|
|
25
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "ethereum"
|
|
13
26
|
Provides-Extra: tezos
|
|
27
|
+
Requires-Dist: pytezos>3.4; extra == "tezos"
|
|
28
|
+
Requires-Dist: pymich>=0.9.8; extra == "tezos"
|
|
14
29
|
Provides-Extra: binary
|
|
30
|
+
Requires-Dist: pysodium; extra == "binary"
|
|
31
|
+
Requires-Dist: secp256k1; extra == "binary"
|
|
32
|
+
Requires-Dist: fastecdsa; extra == "binary"
|
|
15
33
|
Provides-Extra: all
|
|
16
|
-
|
|
34
|
+
Requires-Dist: django; extra == "all"
|
|
35
|
+
Requires-Dist: djangorestframework; extra == "all"
|
|
36
|
+
Requires-Dist: pytest; extra == "all"
|
|
37
|
+
Requires-Dist: pytest-cov; extra == "all"
|
|
38
|
+
Requires-Dist: pytest-django; extra == "all"
|
|
39
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
40
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
41
|
+
Requires-Dist: pytezos>3.4; extra == "all"
|
|
42
|
+
Requires-Dist: pymich>=0.9.8; extra == "all"
|
|
43
|
+
Requires-Dist: django; extra == "all"
|
|
44
|
+
Requires-Dist: djangorestframework; extra == "all"
|
|
45
|
+
Requires-Dist: pytest; extra == "all"
|
|
46
|
+
Requires-Dist: pytest-cov; extra == "all"
|
|
47
|
+
Requires-Dist: pytest-django; extra == "all"
|
|
48
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
49
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
50
|
+
Requires-Dist: pytezos>3.4; extra == "all"
|
|
51
|
+
Requires-Dist: pymich>=0.9.8; extra == "all"
|
|
17
52
|
|
|
18
53
|
djWebdApp
|
|
19
54
|
~~~~~~~~~
|
|
@@ -8,10 +8,11 @@ extras_require = dict(
|
|
|
8
8
|
'pytest',
|
|
9
9
|
'pytest-cov',
|
|
10
10
|
'pytest-django',
|
|
11
|
-
'web3
|
|
11
|
+
'web3>=6.7.0,<=6.15.1',
|
|
12
12
|
],
|
|
13
13
|
ethereum=[
|
|
14
|
-
'web3>=6.7.0', # no [dev] for persistent deployments
|
|
14
|
+
#'web3>=6.7.0', # no [dev] for persistent deployments
|
|
15
|
+
'web3>=6.7.0,<=6.15.1',
|
|
15
16
|
],
|
|
16
17
|
tezos=[
|
|
17
18
|
'pytezos>3.4',
|
|
@@ -33,7 +34,7 @@ for name, deps in extras_require.items():
|
|
|
33
34
|
|
|
34
35
|
setup(
|
|
35
36
|
name='djwebdapp',
|
|
36
|
-
version='0.6.
|
|
37
|
+
version='0.6.2.dev2',
|
|
37
38
|
setup_requires='setupmeta',
|
|
38
39
|
packages=find_packages('src'),
|
|
39
40
|
package_dir={'': 'src'},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: djwebdapp
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2.dev2
|
|
4
4
|
Home-page: https://yourlabs.io/oss/djwebdapp
|
|
5
5
|
Author: James Pic
|
|
6
6
|
Author-email: jamespic@gmail.com
|
|
@@ -8,12 +8,47 @@ License: MIT
|
|
|
8
8
|
Keywords: cli
|
|
9
9
|
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/x-rst
|
|
11
|
+
License-File: LICENSE
|
|
12
|
+
Requires-Dist: django-model-utils
|
|
13
|
+
Requires-Dist: djfernet>=0.8.1
|
|
14
|
+
Requires-Dist: django-picklefield>=3.0.1
|
|
15
|
+
Requires-Dist: networkx==2.8.8
|
|
16
|
+
Requires-Dist: mnemonic
|
|
11
17
|
Provides-Extra: test
|
|
18
|
+
Requires-Dist: django; extra == "test"
|
|
19
|
+
Requires-Dist: djangorestframework; extra == "test"
|
|
20
|
+
Requires-Dist: pytest; extra == "test"
|
|
21
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
22
|
+
Requires-Dist: pytest-django; extra == "test"
|
|
23
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "test"
|
|
12
24
|
Provides-Extra: ethereum
|
|
25
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "ethereum"
|
|
13
26
|
Provides-Extra: tezos
|
|
27
|
+
Requires-Dist: pytezos>3.4; extra == "tezos"
|
|
28
|
+
Requires-Dist: pymich>=0.9.8; extra == "tezos"
|
|
14
29
|
Provides-Extra: binary
|
|
30
|
+
Requires-Dist: pysodium; extra == "binary"
|
|
31
|
+
Requires-Dist: secp256k1; extra == "binary"
|
|
32
|
+
Requires-Dist: fastecdsa; extra == "binary"
|
|
15
33
|
Provides-Extra: all
|
|
16
|
-
|
|
34
|
+
Requires-Dist: django; extra == "all"
|
|
35
|
+
Requires-Dist: djangorestframework; extra == "all"
|
|
36
|
+
Requires-Dist: pytest; extra == "all"
|
|
37
|
+
Requires-Dist: pytest-cov; extra == "all"
|
|
38
|
+
Requires-Dist: pytest-django; extra == "all"
|
|
39
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
40
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
41
|
+
Requires-Dist: pytezos>3.4; extra == "all"
|
|
42
|
+
Requires-Dist: pymich>=0.9.8; extra == "all"
|
|
43
|
+
Requires-Dist: django; extra == "all"
|
|
44
|
+
Requires-Dist: djangorestframework; extra == "all"
|
|
45
|
+
Requires-Dist: pytest; extra == "all"
|
|
46
|
+
Requires-Dist: pytest-cov; extra == "all"
|
|
47
|
+
Requires-Dist: pytest-django; extra == "all"
|
|
48
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
49
|
+
Requires-Dist: web3<=6.15.1,>=6.7.0; extra == "all"
|
|
50
|
+
Requires-Dist: pytezos>3.4; extra == "all"
|
|
51
|
+
Requires-Dist: pymich>=0.9.8; extra == "all"
|
|
17
52
|
|
|
18
53
|
djWebdApp
|
|
19
54
|
~~~~~~~~~
|
|
@@ -10,8 +10,7 @@ djangorestframework
|
|
|
10
10
|
pytest
|
|
11
11
|
pytest-cov
|
|
12
12
|
pytest-django
|
|
13
|
-
web3
|
|
14
|
-
web3>=6.7.0
|
|
13
|
+
web3<=6.15.1,>=6.7.0
|
|
15
14
|
pytezos>3.4
|
|
16
15
|
pymich>=0.9.8
|
|
17
16
|
|
|
@@ -21,7 +20,7 @@ secp256k1
|
|
|
21
20
|
fastecdsa
|
|
22
21
|
|
|
23
22
|
[ethereum]
|
|
24
|
-
web3
|
|
23
|
+
web3<=6.15.1,>=6.7.0
|
|
25
24
|
|
|
26
25
|
[test]
|
|
27
26
|
django
|
|
@@ -29,7 +28,7 @@ djangorestframework
|
|
|
29
28
|
pytest
|
|
30
29
|
pytest-cov
|
|
31
30
|
pytest-django
|
|
32
|
-
web3
|
|
31
|
+
web3<=6.15.1,>=6.7.0
|
|
33
32
|
|
|
34
33
|
[tezos]
|
|
35
34
|
pytezos>3.4
|
|
@@ -2,6 +2,7 @@ import logging
|
|
|
2
2
|
|
|
3
3
|
from hexbytes import HexBytes
|
|
4
4
|
from web3 import Web3
|
|
5
|
+
from web3.exceptions import ContractLogicError
|
|
5
6
|
|
|
6
7
|
from django.conf import settings
|
|
7
8
|
|
|
@@ -186,7 +187,7 @@ class EthereumProvider(Provider):
|
|
|
186
187
|
args[i] = self.client.to_bytes(hexstr=args[i])
|
|
187
188
|
|
|
188
189
|
tx = func(*args)
|
|
189
|
-
transaction.hash = self.write_transaction(transaction
|
|
190
|
+
transaction.hash = self.write_transaction(transaction, tx)
|
|
190
191
|
|
|
191
192
|
def deploy(self, transaction):
|
|
192
193
|
self.logger.debug(f'{transaction}.deploy(): start')
|
|
@@ -237,21 +238,24 @@ class EthereumProvider(Provider):
|
|
|
237
238
|
)
|
|
238
239
|
|
|
239
240
|
tx = Contract.constructor(*transaction.get_args())
|
|
240
|
-
transaction.hash = self.write_transaction(transaction
|
|
241
|
+
transaction.hash = self.write_transaction(transaction, tx)
|
|
241
242
|
receipt = self.client.eth.wait_for_transaction_receipt(
|
|
242
243
|
transaction.hash)
|
|
243
244
|
transaction.address = receipt.contractAddress
|
|
244
245
|
|
|
245
|
-
def write_transaction(self,
|
|
246
|
+
def write_transaction(self, djwebdapp_transaction, tx):
|
|
247
|
+
sender = djwebdapp_transaction.sender
|
|
246
248
|
nonce = self.client.eth.get_transaction_count(sender.address)
|
|
247
249
|
options = {
|
|
248
250
|
'from': sender.address,
|
|
249
251
|
'nonce': nonce,
|
|
250
252
|
}
|
|
251
|
-
|
|
252
|
-
tx.build_transaction(options)
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
try:
|
|
254
|
+
built = tx.build_transaction(options)
|
|
255
|
+
except ContractLogicError as e:
|
|
256
|
+
djwebdapp_transaction.error = e.message
|
|
257
|
+
raise e
|
|
258
|
+
options['gas'] = self.client.eth.estimate_gas(built)
|
|
255
259
|
signed_txn = self.client.eth.account.sign_transaction(
|
|
256
260
|
built,
|
|
257
261
|
private_key=sender.get_secret_key(),
|
|
@@ -416,9 +420,12 @@ class EthereumEventProvider(EthereumProvider):
|
|
|
416
420
|
# so the transaction is not created
|
|
417
421
|
# So right now I return if the tx not exists
|
|
418
422
|
|
|
419
|
-
transaction, created = self.transaction_class.objects.
|
|
423
|
+
transaction, created = self.transaction_class.objects.update_or_create(
|
|
420
424
|
blockchain=self.blockchain,
|
|
421
425
|
hash=log["transactionHash"].hex(),
|
|
426
|
+
defaults=dict(
|
|
427
|
+
level=log["blockNumber"],
|
|
428
|
+
)
|
|
422
429
|
)
|
|
423
430
|
|
|
424
431
|
is_contract_deployment_tx = 'to' not in log
|
|
@@ -434,7 +441,7 @@ class EthereumEventProvider(EthereumProvider):
|
|
|
434
441
|
|
|
435
442
|
contract = self.transaction_class.objects.filter(
|
|
436
443
|
address=log["address"]
|
|
437
|
-
).first()
|
|
444
|
+
).first()
|
|
438
445
|
contract_ci = self.client.eth.contract(
|
|
439
446
|
address=contract.address,
|
|
440
447
|
abi=contract.abi,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/history_download.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/management/commands/refresh_balances.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0004_alter_transaction_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0007_alter_transaction_amount.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0010_alter_transaction_nonce.py
RENAMED
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0012_transaction_number.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0015_alter_transaction_state.py
RENAMED
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp/migrations/0016_alter_transaction_has_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_ethereum/migrations/0004_ethereumevent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/migrations/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_ethereum/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_example_tezos/migrations/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_rest_framework/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.0 → djwebdapp-0.6.2.dev2}/src/djwebdapp_tezos/management/commands/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|