This website requires JavaScript.
Explore
Help
Sign In
blockworks-foundation
/
mango-v4
mirror of
https://github.com/blockworks-foundation/mango-v4.git
Watch
1
Star
0
Fork
You've already forked mango-v4
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2,804
Commits
143
Branches
166
Tags
47
MiB
max/alloc-fixes
Commit Graph
101 Commits
Author
SHA1
Message
Date
Christian Kamm
449fe4dc6d
Add checked_math library for convenient overflow checking
...
Instead of x.checked_add(y).ok_or(error!(MangoError::MathError))? we can write cm!(x + y)
2022-03-13 15:45:50 +01:00
First
Previous
1
2
3
Next
Last