721labs / partial-common-ownership

This project aims to establish a standard, open source implementation of Partial Common Ownership for non-fungible tokens.
https://721.dev
MIT License
17 stars 5 forks source link

Tests: Fix non-deterministic Big Number slippages #9

Closed will-holley closed 3 years ago

will-holley commented 3 years ago
will-holley commented 3 years ago

These are occurring because of Solidity rounds down integer division.

will-holley commented 3 years ago

https://github.com/721labs/partial-common-ownership/pull/15