Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Asynchromix docs #426

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from
Draft

WIP: Asynchromix docs #426

wants to merge 3 commits into from

Commits on Mar 4, 2020

  1. Fix asynchromix example

    * Catch web3 tx not found exception (API changed in versions > 5.0.0)
    * Fix missing one_minus_ones elements
    * Refresh the cache of preprocessed elements after the writing to file
      step is done. There was a line `pp_elements.init_mixins()` which looks
      like it was expected to do something similar but the method
      (`init_mixins()`) does not exist. Perhaps it can be implemented in the
      future.
    
    Related to initc3#425
    sbellem committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    095cf04 View commit details
    Browse the repository at this point in the history
  2. Tolerate patch coverage drops of 95%

    For the time being because it is sometimes difficult to understand why
    the patch coverage is too low and this prevents moving forward with
    merging a pull request which does not affect the overall coverage of the
    project.
    sbellem committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    66ef014 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. WIP: asynchromix docs

    * Add documentation for asynchromix app.
    * Remove extra whitespace in asynchromix contract
    sbellem committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    dfe30ea View commit details
    Browse the repository at this point in the history