Rename StorageMap::exists to ::contains_key (Resolves #4839) (#4847)
* rename StorageMap::exists(key) to ::contains_key(key) * bump impl_version
Showing
- substrate/bin/node/runtime/src/lib.rs 1 addition, 1 deletionsubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/balances/src/lib.rs 1 addition, 1 deletionsubstrate/frame/balances/src/lib.rs
- substrate/frame/collective/src/lib.rs 1 addition, 1 deletionsubstrate/frame/collective/src/lib.rs
- substrate/frame/contracts/src/account_db.rs 1 addition, 1 deletionsubstrate/frame/contracts/src/account_db.rs
- substrate/frame/contracts/src/tests.rs 1 addition, 1 deletionsubstrate/frame/contracts/src/tests.rs
- substrate/frame/democracy/src/lib.rs 9 additions, 9 deletionssubstrate/frame/democracy/src/lib.rs
- substrate/frame/elections-phragmen/src/lib.rs 1 addition, 1 deletionsubstrate/frame/elections-phragmen/src/lib.rs
- substrate/frame/elections/src/lib.rs 2 additions, 2 deletionssubstrate/frame/elections/src/lib.rs
- substrate/frame/generic-asset/src/lib.rs 1 addition, 1 deletionsubstrate/frame/generic-asset/src/lib.rs
- substrate/frame/identity/src/lib.rs 1 addition, 1 deletionsubstrate/frame/identity/src/lib.rs
- substrate/frame/im-online/src/lib.rs 3 additions, 3 deletionssubstrate/frame/im-online/src/lib.rs
- substrate/frame/offences/src/lib.rs 1 addition, 1 deletionsubstrate/frame/offences/src/lib.rs
- substrate/frame/recovery/src/lib.rs 3 additions, 3 deletionssubstrate/frame/recovery/src/lib.rs
- substrate/frame/recovery/src/tests.rs 3 additions, 3 deletionssubstrate/frame/recovery/src/tests.rs
- substrate/frame/scored-pool/src/lib.rs 1 addition, 1 deletionsubstrate/frame/scored-pool/src/lib.rs
- substrate/frame/society/src/lib.rs 6 additions, 6 deletionssubstrate/frame/society/src/lib.rs
- substrate/frame/staking/src/lib.rs 3 additions, 3 deletionssubstrate/frame/staking/src/lib.rs
- substrate/frame/staking/src/tests.rs 36 additions, 36 deletionssubstrate/frame/staking/src/tests.rs
- substrate/frame/support/src/storage/generator/double_map.rs 1 addition, 1 deletionsubstrate/frame/support/src/storage/generator/double_map.rs
- substrate/frame/support/src/storage/generator/linked_map.rs 1 addition, 1 deletionsubstrate/frame/support/src/storage/generator/linked_map.rs
Please register or sign in to comment