datdot-node-rust
datdot-node-rust copied to clipboard
datdot blockchain node in rust
# Error 3 ### Update **Date**: July 8 **Not fixed yet**: I added a fix to the lib.rs (created contract_id, inserted contract to GetContractByID and emitted an event). Event now...
## `@todo` * [ ] rename stuff (see parameter naming below) * [ ] change stuff (see change proposals below) * [ ] other fixes (see https://github.com/playproject-io/datdot-substrate/issues/23 ) --- ###...
seeders need to be able to specify the amount of storage they want to use this will also need a way to select random chunk ranges for specific hypercores
The [weight system](https://github.com/paritytech/substrate/blob/32ae0fd2221456d275471a2304fb30eba9736b14/frame/support/src/weights.rs#L17) in substrate/FRAME is key to preventing resource exhaustion attacks on the chain, so it is important to set sane values for weights. Specifically, weights in https://github.com/playproject-io/datdot-substrate/blob/master/pallet-datdot/src/lib.rs are...
I saw this project was part of wave 4, it seems really interesting - similar to things we have thought of building at http://github.com/joystream , but documentation is quite lacking....
polkadot-types-from-chain: https://polkadot.js.org/api/start/typescript.user.html#chain-modules
I'm considering implementing #6 by turning dat_verify into an instantiable module, and making each "parallel" track a separate instance of the module - they would all call into a separate...
document how the dispatchcenter + dat_verify work together (maybe reconsider this design)