Code Monkey home page Code Monkey logo

go-maker's People

Contributors

ddaws avatar dependabot[bot] avatar

Watchers

 avatar  avatar

Forkers

w1r2p1

go-maker's Issues

Add support for connecting to DSChief

Update generated contract code to return Rad, Ray, and Wad types where appropriate

Contract code is currently generated using abigen and uses the defaults, returning big.Int for uint256 types on chain. A custom generator should be written to allow us to return Rad, Ray, and Wad types as defined here: https://github.com/ddaws/go-maker/blob/master/maker/math.go#L15-L25

This will remove the need to for consumers to create these types and reduce the chance of user precision errors when using these types.

Implement basic math for rad, ray, and wad types

The Maker system uses fixed point arithmetic storing values on chain as uint256. go-etheruem represents uint256 as a a big.Int. How to correctly add, sub, mul, and div these values while accounting for precision isn't always clear. This can make calculations error prone.

go-maker should expose a minimal set of types and operations that handles precision properly to minimize the user error when working with these values.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.