DataHighway-DHX / node

DataHighway Node. A blockchain being built with Substrate to become a parachain on the Polkadot network. Planned features include a decentralized LPWAN roaming hub for LoRaWAN IoT devices and network operator roaming agreements, participative mining, an inter-chain data market, and DAO governance. http://www.datahighway.com
http://www.datahighway.com
GNU General Public License v3.0
52 stars 11 forks source link

updated chain_spec #210

Closed ayushmishra2005 closed 3 years ago

ayushmishra2005 commented 3 years ago

This PR contains chain_sec from the commit https://github.com/DataHighway-DHX/node/commit/9eceb5044b00ded61c83edbefd50a9ed880bafad. We generated this chain_spec from local using the below command:

```
./target/release/datahighway build-spec --chain=westlake > ~/chain_spec_westlake.json &&
./target/release/datahighway build-spec --chain ~/chain_spec_westlake.json --raw > ~/chain_def_westlake.json
```

Both master and https://github.com/DataHighway-DHX/node/releases/tag/v3.0.5 have the same commit.

ltfschoen commented 3 years ago

approved assuming it was built from v3.0.5

ayushmishra2005 commented 3 years ago

approved assuming it was built from v3.0.5

@ltfschoen It was built from master. There is no difference between master and v3.0.5. Should I build from 3.0.5?

ltfschoen commented 3 years ago

approved assuming it was built from v3.0.5

@ltfschoen It was built from master. There is no difference between master and v3.0.5. Should I build from 3.0.5?

yes thanks i understand it refers to the same commit, and you mentioned that in chat. it's just that your PR didn't provide a description saying what the wasm file was built from so i approved it on that basis and left the comment for traceability