djwebdapp 0.6.5__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.5/src/djwebdapp.egg-info → djwebdapp-0.6.7}/PKG-INFO +13 -2
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/setup.py +1 -1
- djwebdapp-0.6.7/src/djwebdapp/migrations/0018_blockchain_chain_id.py +18 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/models.py +8 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7/src/djwebdapp.egg-info}/PKG-INFO +13 -2
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/SOURCES.txt +1 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/provider.py +3 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/LICENSE +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/MANIFEST.in +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/README.rst +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/setup.cfg +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/admin.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/apps.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/exceptions.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/management/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/history_download.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/index.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/normalize.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/refresh_balances.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/management/commands/spool.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0002_alter_transaction_receiver_alter_transaction_sender.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0003_transaction_txgroup_alter_transaction_hash_and_more.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0004_alter_transaction_options.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0005_alter_transaction_unique_together_and_more.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0006_blockchain_min_confirmations_alter_transaction_state.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0007_alter_transaction_amount.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0008_transaction_index.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0009_account_index.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0010_alter_transaction_nonce.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0011_rename_max_level_blockchain_index_level.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0012_transaction_number.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0013_transaction_normalized_dependency.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0014_alter_account_unique_together.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0015_alter_transaction_state.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0016_alter_transaction_has_code.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0017_event.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/normalizers.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/provider.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/signals.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/dependency_links.txt +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/requires.txt +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp.egg-info/top_level.txt +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/admin.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/apps.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0002_ethereumcall_ethereumcontract.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0003_ethereumtransaction_caller.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/0004_ethereumevent.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_ethereum/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/balance.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/balance_update.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/deploy.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/deploy_fa12.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/spool.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/wait.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example/wallet_create.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/account.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/admin.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/apps.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/blockchain.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/blockchain_with_event_provider.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/client.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/deploy.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/deploy_contract.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/deploy_model.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/index.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/load.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/migrations/0002_fa12ethereumbalancemovement.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/mint_normalize.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/normalize.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/normalizers.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/tests.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/transfer.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/views.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_ethereum/wallet_import.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/Proxy.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/account.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/admin.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/apps.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/blockchain.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/call_parallel.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/callee.json +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/callee.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/caller.json +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/caller.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/client.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/contracts/FA12.json +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/contracts/FA12.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy_client.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy_contract.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/deploy_model.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/index.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/load.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/mint_normalize.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/normalize.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/normalize_old.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/normalizers.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/tests.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/transfer.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/views.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_example_tezos/wallet_import.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/admin.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/apps.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/normalizers.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/serializers.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/urls.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_fa2/views.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_multisig/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_multisig/admin.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_multisig/apps.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_multisig/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_multisig/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_multisig/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/apps.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_rest_framework/views.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/admin.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/management/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/management/commands/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0001_initial.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0002_tezostransaction_caller.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0003_tezoscall_tezoscontract.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0004_delete_tezoscall_delete_tezoscontract.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0005_tezoscall_tezoscontract.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/__init__.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/models.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/provider.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/tests/test_rest_framework.py +0 -0
- {djwebdapp-0.6.5 → djwebdapp-0.6.7}/tests/test_transaction.py +0 -0
- {djwebdapp-0.6.5 → 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
|
|
@@ -55,6 +55,17 @@ Requires-Dist: web3<=6.20,>=6.7.0; extra == "all"
|
|
|
55
55
|
Requires-Dist: eth-typing<5; extra == "all"
|
|
56
56
|
Requires-Dist: pytezos>3.4; extra == "all"
|
|
57
57
|
Requires-Dist: pymich>=0.9.8; extra == "all"
|
|
58
|
+
Dynamic: author
|
|
59
|
+
Dynamic: author-email
|
|
60
|
+
Dynamic: description
|
|
61
|
+
Dynamic: description-content-type
|
|
62
|
+
Dynamic: home-page
|
|
63
|
+
Dynamic: keywords
|
|
64
|
+
Dynamic: license
|
|
65
|
+
Dynamic: license-file
|
|
66
|
+
Dynamic: provides-extra
|
|
67
|
+
Dynamic: requires-dist
|
|
68
|
+
Dynamic: requires-python
|
|
58
69
|
|
|
59
70
|
djWebdApp
|
|
60
71
|
~~~~~~~~~
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Generated by Django 5.2 on 2025-04-15 17:04
|
|
2
|
+
|
|
3
|
+
from django.db import migrations, models
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class Migration(migrations.Migration):
|
|
7
|
+
|
|
8
|
+
dependencies = [
|
|
9
|
+
('djwebdapp', '0017_event'),
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
operations = [
|
|
13
|
+
migrations.AddField(
|
|
14
|
+
model_name='blockchain',
|
|
15
|
+
name='chain_id',
|
|
16
|
+
field=models.IntegerField(blank=True, null=True),
|
|
17
|
+
),
|
|
18
|
+
]
|
|
@@ -253,6 +253,10 @@ class Blockchain(models.Model):
|
|
|
253
253
|
|
|
254
254
|
Optionnal description for this blockchain.
|
|
255
255
|
|
|
256
|
+
.. py:attribute:: chain_id
|
|
257
|
+
|
|
258
|
+
Chain ID used to distinguish different EVM blockchains.
|
|
259
|
+
|
|
256
260
|
.. py:attribute:: unit
|
|
257
261
|
|
|
258
262
|
Unit name of the blockchain, ie. eth, xtz...
|
|
@@ -293,6 +297,10 @@ class Blockchain(models.Model):
|
|
|
293
297
|
blank=True,
|
|
294
298
|
help_text='Free text to describe the blockchain to users',
|
|
295
299
|
)
|
|
300
|
+
chain_id = models.IntegerField(
|
|
301
|
+
blank=True,
|
|
302
|
+
null=True,
|
|
303
|
+
)
|
|
296
304
|
unit = models.CharField(
|
|
297
305
|
max_length=15,
|
|
298
306
|
help_text='Unit name, ie. btc, xtz...',
|
|
@@ -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
|
|
@@ -55,6 +55,17 @@ Requires-Dist: web3<=6.20,>=6.7.0; extra == "all"
|
|
|
55
55
|
Requires-Dist: eth-typing<5; extra == "all"
|
|
56
56
|
Requires-Dist: pytezos>3.4; extra == "all"
|
|
57
57
|
Requires-Dist: pymich>=0.9.8; extra == "all"
|
|
58
|
+
Dynamic: author
|
|
59
|
+
Dynamic: author-email
|
|
60
|
+
Dynamic: description
|
|
61
|
+
Dynamic: description-content-type
|
|
62
|
+
Dynamic: home-page
|
|
63
|
+
Dynamic: keywords
|
|
64
|
+
Dynamic: license
|
|
65
|
+
Dynamic: license-file
|
|
66
|
+
Dynamic: provides-extra
|
|
67
|
+
Dynamic: requires-dist
|
|
68
|
+
Dynamic: requires-python
|
|
58
69
|
|
|
59
70
|
djWebdApp
|
|
60
71
|
~~~~~~~~~
|
|
@@ -39,6 +39,7 @@ src/djwebdapp/migrations/0014_alter_account_unique_together.py
|
|
|
39
39
|
src/djwebdapp/migrations/0015_alter_transaction_state.py
|
|
40
40
|
src/djwebdapp/migrations/0016_alter_transaction_has_code.py
|
|
41
41
|
src/djwebdapp/migrations/0017_event.py
|
|
42
|
+
src/djwebdapp/migrations/0018_blockchain_chain_id.py
|
|
42
43
|
src/djwebdapp/migrations/__init__.py
|
|
43
44
|
src/djwebdapp_ethereum/__init__.py
|
|
44
45
|
src/djwebdapp_ethereum/admin.py
|
|
@@ -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.5 → 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.5 → 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.5 → 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.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0014_alter_account_unique_together.py
RENAMED
|
File without changes
|
{djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp/migrations/0015_alter_transaction_state.py
RENAMED
|
File without changes
|
{djwebdapp-0.6.5 → 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
|
{djwebdapp-0.6.5 → 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.5 → 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.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0002_tezostransaction_caller.py
RENAMED
|
File without changes
|
{djwebdapp-0.6.5 → djwebdapp-0.6.7}/src/djwebdapp_tezos/migrations/0003_tezoscall_tezoscontract.py
RENAMED
|
File without changes
|
|
File without changes
|
{djwebdapp-0.6.5 → 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
|