polkascan-os icon indicating copy to clipboard operation
polkascan-os copied to clipboard

Polkascan Open Source

Results 31 polkascan-os issues
Sort by recently updated
recently updated
newest added

I often want to know what runtime was in what block range. It would be helpful if the [runtime upgrade history page](https://polkascan.io/kusama/runtime) also had a column for the block in...

Hi, I'm working on Polymath and we are using Polkascan to serve a block explorer for Polymesh. We've found that whenever an extrinsic fails, the error message shown in the...

Occasionally harvester_worker raises an error and refuses to process blocks anymore ```harvester-worker_1 | [2020-06-04 14:14:10,021: ERROR/ForkPoolWorker-1] Task app.tasks.start_sequencer[49e40ce4-6ad3-4d20-90ce-609464c66230] raised unexpected: ValueError("Index '202' not present in Enum value list",) harvester-worker_1 |...

I'm evaluating the project for using it with a custom network. Looking at the READ ME it says that we should modify two documents: `docker-compose.custom.yml`, and `harvester/app/type_registry/custom_types.json`. Regarding the first,...

There is a vested account: 1vTfju3zruADh7sbBznxWCpircNp9ErzJaPQZKyrUknApRu It's got zero extrinsics in explorers (polkascan and subscan both), there are no staking.nominate or anything, but if you call `api.query.staking.nominators` for it 1vTfju3zruADh7sbBznxWCpircNp9ErzJaPQZKyrUknApRu...

Hello, I was wondering if there any particular reason to "record" validators and nominators per session? Aren't they the same for all the session within one era?

Add the following to the accounts/roles page: - Controller: Whether or not an account is acting as a controller for a staked account. - Proxy: Whether or not an account...

Right now the referenda pages only display info for [regular votes](https://polkascan.io/pre/kusama/democracy/referendum/33#votes), but it should also include [proxy votes](https://polkascan.io/pre/kusama/transaction/0x87d4d10cfb88e969ff58a663259e060698d23e64d1490c60fb1b6a2947763538). Likewise, it should display the power of the vote as a function...

Hi PolkaScan team! It would be useful for users to show the fees related to a transaction in PolkaScan. Thank you for your awesome work!

enhancement

The transaction hash is not necessarily unique within a the entire chain. Since accounts might be reaped (due to falling below Existential Deposit), some transactions might be replayed later on...