dock-substrate icon indicating copy to clipboard operation
dock-substrate copied to clipboard

Substrate node for Dock blockchain

Results 24 dock-substrate issues
Sort by recently updated
recently updated
newest added

I have went through all the pallets and source code of dock-substrate repo and saw that it is not upgraded to frameV2. I would like to contribute to it. Can...

Hi, When I run this command `docker run -p 9944:9944 -p 30333:30333 docknetwork/dock-substrate:latest --chain ./cspec/knox_raw.json --ws-external` or `docker run -p 9944:9944 -p 30333:30333 docknetwork/dock-substrate:testnet --chain ./cspec/knox_test_raw.json --ws-external` it throws error...

https://github.com/docknetwork/dock-substrate/blob/441c9128a085a5183addb9cc36eda9c2561281e6/runtime/src/attest.rs#L75 for example needs the line: `type Error = Error;` Without these error definitions, extrinsic submission errors are indecipherable by users. Example: ``` Extrinsic failed submission: [{"Module":{"index":18,"error":1}},{"weight":290004400,"class":"Normal","paysFee":"Yes"}] ```

good first issue

![image](https://user-images.githubusercontent.com/30194654/121527006-88f40f80-ca2c-11eb-8465-84936c563970.png) ![image](https://user-images.githubusercontent.com/30194654/121527276-d07a9b80-ca2c-11eb-8f93-55e90a815d4b.png) I changed the default parking_lot version from 0.10 to 0.11 and it didn’t work.

docknetwork/dock-substrate:mainnet. error: Error importing block 0x72dd51c9cf9a0e5e9ef0e9dc9ca37cbf7249ac43aea27cd3918e72f8e8e84820: Err(Other(ClientImport("Runtime Ethereum block not found, rejecting!"))) cmd: ./dock-node --chain=./cspec/vulcan_raw.json --no-prometheus --no-telemetry --unsafe-ws-external --rpc-cors=all --pruning=archive dock-node -V dock-node 0.14.3-unknown-x86_64-linux-gnu

Hello I faced a problem with the synchronizing blocks. When I use version 0.14.3, there are some errors such as "Error importing block 0x1e2a53765fb6557f28ca22d06859e873340dba236d416327be2d7c0a36a1e66e: Err(Other(ClientImport("Runtime Ethereum block not found, rejecting!")))"...

I commonly find myself manually changing blocktime before uploading a custom "fastblock" docker image for use in sdk integration tests. It would be nice to have a "fastblock" feature in...

I would like to control a short human readable did like `did:dock:bddap`. I'm sure others would enjoy similar.

Add license to readme and include the text of the license as a file.