Giter Site home page Giter Site logo

magic-internet-money's Introduction

Magic Internet Money

It's magic!

Testing

yarn test

License

The Kashi code is licensed from BoringCrypto and is licensed only to Abracadabra.

Troubleshooting

CauldronV2MultiChain Master Contract Deployment

Deploying contracts\CauldronV2MultiChain.sol seems to cause problem once it's time to verify the source code on etherscan-alike with solc-input. Sending solc-input has the advantage of not requiring sending the whole source code for verification.

But it fails at the verification process, etherscan-verify mention older solidity version might cause the issue: ethereum/solidity#9573

At this stage, etherscan-verify then tries to submit the whole source but also fails as the source code is too large to be sent for verification.

A workaround is to use the CauldronV2Multichain version in contracts-flat folder and use the following solc parameter when compiling:

"contracts/CauldronV2Multichain.sol": {
    version: "0.6.12",
    settings: {
        optimizer: {
        enabled: true,
        runs: 999999,
        },
    },
},

This might also be caused by pragma experimental ABIEncoderV2; which is present in unflatten CauldronV2MultiChain but not in the flatten version, but further experimentation would be require to confirm it.

magic-internet-money's People

Contributors

0xcalibur avatar 0xm3rlin avatar boringcrypto avatar c2tp-c2tp avatar cryptolyndon avatar

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.