polkascan-pre-harvester icon indicating copy to clipboard operation
polkascan-pre-harvester copied to clipboard

Polkascan PRE Harvester

Results 14 polkascan-pre-harvester issues
Sort by recently updated
recently updated
newest added

hello, can you update the `polkascan-pre-harvester` to latest version, and i love you.

My havrest monitor: http://149.28.147.147:5555/ http://149.28.147.147:8080/oak-testnet/harvester/admin It has 1479 failed. data_account_audit is filled, but data_account is empty Error is about MetadataV7ModuleStorageEntry http://149.28.147.147:5555/task/ba1603a3-a349-47f7-8661-f63b635f0bc9 ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/celery/app/trace.py", line...

Fix https://github.com/polkascan/polkascan-pre-harvester/issues/21

I use master branch to launch and received the error. harvester-worker_1 | sqlalchemy.exc.NotSupportedError: (mysql.connector.errors.NotSupportedError) Authentication plugin 'caching_sha2_password' is not supported Solution: https://stackoverflow.com/questions/50557234/authentication-plugin-caching-sha2-password-is-not-supported ![image](https://user-images.githubusercontent.com/16951509/126951822-9d305d0e-30f8-4125-995e-19710ff6ab84.png)

Tried to run `harvester` both in docker and outside docker but the harvester didn't index accounts. How can I fix it? @arjanz

When nodes run some time, and run harvester, I found it don't harvest previous blocks

I cloned and deployed polkascan-os locally to harvest blocks from a substrate-based blockchain network with pallet-contracts enabled. It turns out that deployed contracts are not harvested into polkascan.data_contract table. I...

I have made some changes to the blockchain such that instead of storing AccountStore in System module, I am storing it in custom module & implemented all required Trait in...

I'm looking for a data feed that can give me the total unlocked tokens at any given block. Essentially this would be the total issuance which can be queried from...

We are trying to deploy a polkascan open source version. However we encountered some problems after connected to our node. ``` Traceback (most recent call last): File "/usr/src/app/app/tasks.py", line 115,...