16.0.0-beta.3 (2022-09-16)
- Alpha into beta (#850) (84cda4d), closes #850 #825 #817 #821 #822 #818 #824 #785 #828 #785 #829 #831
BREAKING CHANGES
-
๐งจ non passed exempted identities are removed when calling
setTransferRestriction -
refactor: ๐ก fix code smells
-
test: ๐ add missing coverage
-
test: ๐ clean up test assertions for restrictions
-
test: ๐ add case for restriction type to stat type conversion
-
refactor: ๐ก address pr comments
-
docs: โ๏ธ add comments to transformInput for set restrictions
-
refactor: ๐ก use function for pushing exemption transactions
-
refactor: ๐ก adjust exemption record structure
-
docs: โ๏ธ add comments to addExemptionIfNotPresent method
-
refactor: ๐ก remove unused default
-
style: ๐ add line break after sizeOf definition
-
refactor: ๐ก Make StatType internal as users never need it
The stat type is inferred from the TransferRestrictionType they are
interacting with. This eliminates the redundant StatisticsOpType and use
StatType through out
-
docs: โ๏ธ add docs around StatType
-
refactor: ๐ก address PR comments
-
refactor: ๐ก use destructre for cleaner syntax