djwebdapp 0.6.6__tar.gz → 0.6.7__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.6/src/djwebdapp.egg-info → djwebdapp-0.6.7}/PKG-INFO +3 -2
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/setup.py +1 -1
- {djwebdapp-0.6.6 → djwebdapp-0.6.7/src/djwebdapp.egg-info}/PKG-INFO +3 -2
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/provider.py +3 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/LICENSE +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/MANIFEST.in +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/README.rst +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/setup.cfg +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/admin.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/apps.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/exceptions.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/management/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/history_download.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/index.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/normalize.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/refresh_balances.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/spool.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0002_alter_transaction_receiver_alter_transaction_sender.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0003_transaction_txgroup_alter_transaction_hash_and_more.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0004_alter_transaction_options.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0005_alter_transaction_unique_together_and_more.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0006_blockchain_min_confirmations_alter_transaction_state.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0007_alter_transaction_amount.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0008_transaction_index.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0009_account_index.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0010_alter_transaction_nonce.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0011_rename_max_level_blockchain_index_level.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0012_transaction_number.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0013_transaction_normalized_dependency.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0014_alter_account_unique_together.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0015_alter_transaction_state.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0016_alter_transaction_has_code.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0017_event.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0018_blockchain_chain_id.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/normalizers.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/provider.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/signals.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/SOURCES.txt +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/dependency_links.txt +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/requires.txt +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/top_level.txt +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/admin.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/apps.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0002_ethereumcall_ethereumcontract.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0003_ethereumtransaction_caller.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0004_ethereumevent.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/balance.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/balance_update.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/deploy.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/deploy_fa12.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/spool.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/wait.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example/wallet_create.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/account.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/admin.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/apps.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/blockchain.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/blockchain_with_event_provider.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/client.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/deploy.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/deploy_contract.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/deploy_model.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/index.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/load.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/migrations/0002_fa12ethereumbalancemovement.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/mint_normalize.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/normalize.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/normalizers.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/tests.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/transfer.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/views.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/wallet_import.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/Proxy.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/account.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/admin.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/apps.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/blockchain.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/call_parallel.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/callee.json +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/callee.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/caller.json +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/caller.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/client.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/contracts/FA12.json +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/contracts/FA12.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy_client.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy_contract.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy_model.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/index.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/load.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/mint_normalize.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/normalize.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/normalize_old.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/normalizers.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/tests.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/transfer.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/views.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/wallet_import.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/admin.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/apps.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/normalizers.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/serializers.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/urls.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_fa2/views.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_multisig/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_multisig/admin.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_multisig/apps.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_multisig/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_multisig/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_multisig/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/apps.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/views.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/admin.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/management/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/management/commands/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0002_tezostransaction_caller.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0003_tezoscall_tezoscontract.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0004_delete_tezoscall_delete_tezoscontract.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0005_tezoscall_tezoscontract.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/__init__.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/models.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/provider.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/tests/test_rest_framework.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/tests/test_transaction.py +0 -0
- {djwebdapp-0.6.6 → djwebdapp-0.6.7}/tests/test_txgraph.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: djwebdapp
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.7
|
|
4
4
|
Home-page: https://yourlabs.io/oss/djwebdapp
|
|
5
5
|
Author: James Pic
|
|
6
6
|
Author-email: jamespic@gmail.com
|
|
@@ -62,6 +62,7 @@ Dynamic: description-content-type
|
|
|
62
62
|
Dynamic: home-page
|
|
63
63
|
Dynamic: keywords
|
|
64
64
|
Dynamic: license
|
|
65
|
+
Dynamic: license-file
|
|
65
66
|
Dynamic: provides-extra
|
|
66
67
|
Dynamic: requires-dist
|
|
67
68
|
Dynamic: requires-python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: djwebdapp
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.7
|
|
4
4
|
Home-page: https://yourlabs.io/oss/djwebdapp
|
|
5
5
|
Author: James Pic
|
|
6
6
|
Author-email: jamespic@gmail.com
|
|
@@ -62,6 +62,7 @@ Dynamic: description-content-type
|
|
|
62
62
|
Dynamic: home-page
|
|
63
63
|
Dynamic: keywords
|
|
64
64
|
Dynamic: license
|
|
65
|
+
Dynamic: license-file
|
|
65
66
|
Dynamic: provides-extra
|
|
66
67
|
Dynamic: requires-dist
|
|
67
68
|
Dynamic: requires-python
|
|
@@ -312,6 +312,7 @@ class EthereumEventProvider(EthereumProvider):
|
|
|
312
312
|
init_level = to_block + 1
|
|
313
313
|
|
|
314
314
|
self.logs = logs
|
|
315
|
+
self.last_indexed_block = head
|
|
315
316
|
|
|
316
317
|
def get_min_level(self, items, key):
|
|
317
318
|
return min((item[key] for item in items), default=None)
|
|
@@ -343,6 +344,8 @@ class EthereumEventProvider(EthereumProvider):
|
|
|
343
344
|
self.logger.info(f'Indexing level {level_to_index}')
|
|
344
345
|
self.index_level(level_to_index)
|
|
345
346
|
self.blockchain.index_level = level_to_index
|
|
347
|
+
|
|
348
|
+
self.blockchain.index_level = self.last_indexed_block
|
|
346
349
|
self.blockchain.save()
|
|
347
350
|
|
|
348
351
|
def index_level(self, level):
|
|
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.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0004_alter_transaction_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0007_alter_transaction_amount.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0010_alter_transaction_nonce.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0014_alter_account_unique_together.py
RENAMED
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0015_alter_transaction_state.py
RENAMED
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/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
|
|
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.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/blockchain_with_event_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/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
|
|
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
|
|
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.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0002_tezostransaction_caller.py
RENAMED
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0003_tezoscall_tezoscontract.py
RENAMED
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.6 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0005_tezoscall_tezoscontract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|