* Include Safe Casting Library with complete and exhaustive test-suite. * linting test file. * Typo in SafeCast import statement * Update test/utils/SafeCast.test.js * Rename `castUXX` to `toUintXX` from suggestion * Tackling the quick and easy suggestions regarding error string improvements etc. * typo and changelog update. * Improve SafeCast tests * Update test/utils/SafeCast.test.js * Update test/utils/SafeCast.test.js * incorrect import * add SafeCast to docs site * Update CHANGELOG.md * Update SafeCast.sol
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
= Utilities
|
|
|
|
Miscellaneous contracts containing utility functions, often related to working with different data types.
|
|
|
|
== Contracts
|
|
|
|
{{Address}}
|
|
|
|
{{SafeCast}}
|
|
|
|
{{Arrays}}
|
|
|
|
{{ReentrancyGuard}}
|