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
37 commits
Select commit Hold shift + click to select a range
476669d
build the template, hand it over to zeke now.
kianenigma Aug 29, 2021
1092963
Tests working
emostov Aug 30, 2021
45825e4
save wip
emostov Aug 31, 2021
7efe4ad
Merge branch 'master' of https://github.com/paritytech/substrate into…
emostov Aug 31, 2021
0396144
Some updates
emostov Aug 31, 2021
4081cd7
Merge branch 'master' of https://github.com/paritytech/substrate into…
emostov Aug 31, 2021
faf8647
Some cleanup
emostov Aug 31, 2021
68692f3
mo cleanin
emostov Aug 31, 2021
f404d4d
Link to issue
emostov Aug 31, 2021
8d34eba
Apply suggestions from code review
emostov Sep 1, 2021
a7f9a55
Apply suggestions from code review
emostov Sep 1, 2021
cac39c9
Apply suggestions from code review
emostov Sep 1, 2021
36915eb
Apply suggestions from code review
emostov Sep 1, 2021
bd3f4e9
Bound accuracy for prepare_election_result
emostov Sep 1, 2021
af52933
Use npos_election::Error for phragmms
emostov Sep 1, 2021
5b911ba
save
emostov Sep 1, 2021
bc43230
Apply suggestions from code review
emostov Sep 1, 2021
be84027
Simplify test to use Balancing::set
emostov Sep 1, 2021
d351624
Merge branch 'kiz-election-trait' of https://github.com/paritytech/su…
emostov Sep 1, 2021
f3a8de1
Try merge origin master
emostov Sep 5, 2021
7d726c8
Cargo.lock after build
emostov Sep 5, 2021
9c0a8e6
Revert "Cargo.lock after build"
emostov Sep 5, 2021
4622a9d
Try reduce cargo.lock diff
emostov Sep 5, 2021
44446e9
Update bin/node/runtime/src/lib.rs
emostov Sep 5, 2021
22678fd
Comment
emostov Sep 5, 2021
e749ce0
Apply suggestions from code review
emostov Sep 5, 2021
0cdda23
Set balancing directly
emostov Sep 7, 2021
68e6dae
Document som pub items
emostov Sep 7, 2021
b7ab21f
Merge branch 'kiz-election-trait' of https://github.com/paritytech/su…
emostov Sep 7, 2021
1fc657d
Update frame/election-provider-multi-phase/src/unsigned.rs
emostov Sep 7, 2021
0b1751c
Apply suggestions from code review
emostov Sep 7, 2021
f896242
Improve some comments
emostov Sep 7, 2021
e256252
Revert accidental change to random file
emostov Sep 7, 2021
4601b0b
Merge remote-tracking branch 'origin' into kiz-election-trait
emostov Sep 7, 2021
8a97010
Merge remote-tracking branch 'origin' into kiz-election-trait
emostov Sep 8, 2021
165db44
tiney
emostov Sep 9, 2021
65f5a51
revert
emostov Sep 9, 2021
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
Revert accidental change to random file
  • Loading branch information
emostov committed Sep 7, 2021
commit e256252d498a82639049987a68149ab426a6e415
1 change: 1 addition & 0 deletions client/utils/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.


//! Metering primitives and globals

use lazy_static::lazy_static;
Expand Down