Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paritytech/polkadot-staking-miner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ec1014fb3c2392fa0a35db50104fb7343ef33d58
Choose a base ref
..
head repository: paritytech/polkadot-staking-miner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 98011f4926e9cfad8f3dde43b2ae8bc4735c9014
Choose a head ref
Showing with 860 additions and 1,213 deletions.
  1. +738 −1,084 Cargo.lock
  2. +7 −2 Cargo.toml
  3. +33 −11 README.md
  4. +15 −9 src/commands/dry_run.rs
  5. +16 −1 src/commands/emergency_solution.rs
  6. +12 −12 src/commands/monitor.rs
  7. +4 −4 src/error.rs
  8. +28 −0 src/helpers.rs
  9. +0 −1 src/lib.rs
  10. +0 −1 src/main.rs
  11. +1 −2 src/opt.rs
  12. +6 −10 src/prelude.rs
  13. +0 −76 src/signer.rs
Loading