Recollections
Recollections copied to clipboard
A description of how to curate information optimally in the absence of a central authority
Bumps [vyper](https://github.com/vyperlang/vyper) from 0.1.0b9 to 0.3.10rc3. Release notes Sourced from vyper's releases. v0.3.10rc3 No release notes provided. v0.3.10rc2 This release candidate fixes a binary packaging issue from https://github.com/vyperlang/vyper/releases/tag/v0.3.10rc1. The fix...
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.
Fixes #17
I am glad to report that the upcoming vyper release (0.1.0b11) will prevent the ballooning problem this repo had with approveandcallback. So I am opening an issue to bump the...
The next step in writing this contract is to swap out all the current mathematical operations for safer ones that actually work in Solidity. The core piece of work here...
Working off this commit: https://github.com/andytudhope/Recollections/commit/68c32cee57d104d4924a793c593bd38ab84cac22 Add any and all test cases you can think of. We need to test everything in this contract as thoroughly as possible: whether the `rate`,...
Use the amazing library here as inspiration for a more general nth root calculation: https://github.com/LimeChain/bonding_mathematics/blob/master/contracts/Math/SQRT_HFP.py Implement a precise nth root function for all calculations of `votes_minted` such as [this one](https://github.com/andytudhope/Recollections/blob/master/vyper/DAppStore.vy#L124)...