Zebra/zebra-chain
teor 29163cd0b4
Rename RootHash to Commitment based on ZIP-244 (#1957)
* Rename RootHash to Commitment based on ZIP-244

Interactive replace using:
```sh
fastmod RootHash Commitment
fastmod root_hash commitment
fastmod root_bytes commitment_bytes
git mv zebra-chain/src/block/root_hash.rs zebra-chain/src/block/commitment.rs
```

All replacements were accepted.

* rustfmt
2021-03-31 09:51:42 +10:00
..
proptest-regressions Implement Expanded to Compact Difficulty Conversion (#1196) 2020-10-30 11:36:59 +10:00
src Rename RootHash to Commitment based on ZIP-244 (#1957) 2021-03-31 09:51:42 +10:00
Cargo.toml Ed25519 async batch verification for JoinSplit signatures (#1952) 2021-03-31 09:08:19 +10:00