cennznet / plug-blockchain

PL^G: a framework for building customised blockchains
GNU General Public License v3.0
11 stars 3 forks source link

Refactor Doughnut for 2.0 Changes #45

Closed jordy25519 closed 5 years ago

jordy25519 commented 5 years ago

Change Summary

Closes #46 and 90% of groundwork for https://github.com/cennznet/cennznet/issues/54

TODO

ChangeLog

Files: core/sr-primitives/src/traits.rs

Files: srml/system/src/lib.rs and srml/support/src/origin.rs

Files: srml/executive

Files: node/runtime/src/lib.rs

Files: prml/doughnut Adds:

Files: node/primitives/plug_extrinsic.rs

shaunxw commented 5 years ago

Has CI been turned off?

cowboy-bebug commented 5 years ago

Has CI been turned off?

I think it's running. Looks like it's been running for > 1 hr 😄

shaunxw commented 5 years ago

Has CI been turned off?

I think it's running. Looks like it's been running for > 1 hr 😄

Wired, didn't see any CI building status on this page - -

cowboy-bebug commented 5 years ago

@holygits reasons why the tests are failing could be due to version mismatch between doughnut and the substrate. For example schnorrkel v0.1.x for doughnut vs 0.8.4 on substrate. I did notice our tests failing on doughnut-rs when I bumped up this crate

https://github.com/cennznet/doughnut-rs/issues/11#issuecomment-540338294

jordy25519 commented 5 years ago

Fixed the tests in this branch + substrate updates from #49 : https://github.com/cennznet/plug-blockchain/tree/develop

jordy25519 commented 5 years ago

Superseded by https://github.com/cennznet/plug-blockchain/tree/develop