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

when running this command `cargo build --release` give the following error ``` error: linker `cc` not found | = note: No such file or directory (os error 2) error: aborting...

Public docs failed to build because of #48. As a result the there is no published documentation for the new Blob module. Docs need to be rebuilt now that https://github.com/docknetwork/dock-substrate/issues/48...

See `last_modified_in_block` fields in did.rs and revoke.rs.

It may be possible to post a signed credential, or some other off-chain signed object on chain as a StateChange. It may also be possible to produce a signed StateChange...

The readme tells users to expose port 9933 as the websocket port. Port 9933 is the default http port, not ws. If we don't fix this users will have a...

Curent: ```rust fn test_da_thing() { ext().execute_with(|| { assert!(DA_THING); }); } ``` Desired: ```rust #[needs_ext] fn test_da_thing() { assert!(DA_THING); } ```

As of version 1.9, polkadot.js does not support type names containing "::". "::" happens to be what we were using as a namespace separator. Task: Rename, or create aliases for,...

https://www.google.com/search?q=compressed+representation+of+a+set reveals a number of compression methods for unordered lists. We may be able to achieve very low chainstate usage using one of those methods, or similar. Does Substrate's merkle-trie...

Could be very useful for us. https://certik.io/ may be an option, not sure.

question