Skip to content

Commit 1204a25

Browse files
changelog tweak
1 parent 351e707 commit 1204a25

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ And crate group being released requires all crate groups downstream to be releas
7171
- Chain core: new `ShardId` type and `ShardConfig` infrastructure:
7272
- `ShardId` represents a shard identifier, with special values for metachain;
7373
- `ShardConfig` encodes the shard structure of the network (number of shards, address distribution);
74-
- Utility for checking whether an address belongs to a system SC.
74+
- Functionality to get the shard of an `Address`;
75+
- Utility for checking whether an address is of a system SC.
7576
- Base framework improvements:
7677
- `ManagedArgBuffer` implements `ManagedVecItem`.
7778
- `Display` trait implemented by `BigInt`, `BigUint`, `NonZeroBigUint`, `Payment` and `EsdtTokenPayment`.

tools/releases-explained/explained-v0.65.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A new ShardId type has been introduced in the chain-core crate to represent a sh
2121

2222
Alongside ShardId, a new ShardConfig struct encodes the shard topology of the network, including the number of shards and how addresses are distributed across them.
2323

24-
These types lay the groundwork for tooling and testing code that needs to reason about which shard a wallet or contract belongs to.
24+
Added functionality for reasoning which shard a wallet or contract belongs to.
2525

2626

2727
### sc-meta improvements

0 commit comments

Comments
 (0)