Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
769c9bf
debug checkpoint.
kianenigma May 31, 2019
eb97440
new
kianenigma May 31, 2019
9a1b4f9
Worked.
kianenigma Jun 1, 2019
04a64ad
Worked and weight propagated to executive.
kianenigma Jun 3, 2019
0dad22b
Works with some tests.
kianenigma Jun 4, 2019
f546e10
Cleanup debug prints.
kianenigma Jun 5, 2019
89dd83b
Master.into()
kianenigma Jun 5, 2019
dea4232
More cleanup.
kianenigma Jun 5, 2019
2ba3087
Undo more logs.
kianenigma Jun 5, 2019
da9b861
Master.into()
kianenigma Jun 5, 2019
6f8f2e5
Undo a few more.
kianenigma Jun 5, 2019
64796e2
Fix build.
kianenigma Jun 5, 2019
07a72cb
Allow len to be used in weight calculation.
kianenigma Jun 5, 2019
f53ef4b
Remove noop function from dispath.
kianenigma Jun 5, 2019
620e64e
Cleanup.
kianenigma Jun 8, 2019
56495ab
Unify traits.
kianenigma Jun 11, 2019
ae124ea
Update docs and nits.
kianenigma Jun 11, 2019
389e225
line width
kianenigma Jun 11, 2019
66e957e
Update core/sr-primitives/src/weights.rs
kianenigma Jun 12, 2019
1658bc6
Update core/sr-primitives/src/weights.rs
kianenigma Jun 12, 2019
c05f0f9
Update core/sr-primitives/src/weights.rs
kianenigma Jun 12, 2019
18f8242
Update core/sr-primitives/src/weights.rs
kianenigma Jun 12, 2019
5f69fe4
Update srml/example/src/lib.rs
kianenigma Jun 12, 2019
152c1ab
Final cleanup.
kianenigma Jun 12, 2019
f14236b
Master.into()
kianenigma Jun 12, 2019
dcdad9d
Merge branch 'tx-weight-fee' of github.com:paritytech/substrate into …
kianenigma Jun 12, 2019
18cecd1
Fix build.
kianenigma Jun 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Master.into()
  • Loading branch information
kianenigma committed Jun 12, 2019
commit f14236b8ceb524082258c82b7a1c9a0f45b53841
4 changes: 2 additions & 2 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 92,
impl_version: 93,
spec_version: 93,
impl_version: 94,
apis: RUNTIME_API_VERSIONS,
};

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.