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

Allow Modifying Transaction in Dry Run and Other Improvements #9

Closed
wants to merge 39 commits into from

Commits on Apr 6, 2022

  1. separate out the algod liveness test

    Zeph Grunschlag committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    fed6c64 View commit details
    Browse the repository at this point in the history
  2. separate out the algod liveness test

    Zeph Grunschlag committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1d81276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5482d6 View commit details
    Browse the repository at this point in the history
  4. flake8

    Zeph Grunschlag committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1697a10 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. add hypothesis dependency - probly temporary

    Zeph Grunschlag committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    45bd201 View commit details
    Browse the repository at this point in the history
  2. default message

    Zeph Grunschlag committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    480d5c8 View commit details
    Browse the repository at this point in the history
  3. use upper case consts

    Zeph Grunschlag committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    65d5023 View commit details
    Browse the repository at this point in the history
  4. rename fuzz-less for now

    Zeph Grunschlag committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    fec8eda View commit details
    Browse the repository at this point in the history
  5. versionize the factorizer games

    Zeph Grunschlag committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    a76c347 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. refactoring oh boy

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b207aba View commit details
    Browse the repository at this point in the history
  2. passing tests

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    269cbb1 View commit details
    Browse the repository at this point in the history
  3. lint

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e9dbbda View commit details
    Browse the repository at this point in the history
  4. pre-commit-check

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4020d72 View commit details
    Browse the repository at this point in the history
  5. add transactions into the CSV report

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    72650be View commit details
    Browse the repository at this point in the history
  6. multi-proc the integration test

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    cfb9603 View commit details
    Browse the repository at this point in the history
  7. graviton/py.typed

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    00a3b0c View commit details
    Browse the repository at this point in the history
  8. mypy for graviton

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    14016b0 View commit details
    Browse the repository at this point in the history
  9. make py 3.10 compatible

    Zeph Grunschlag committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ffd632a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. default txn_params in execute_one_dryrun()

    Zeph Grunschlag committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    143f2b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. mypy

    Zeph Grunschlag committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    3b4bcbc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Juypter notebook

    Zeph Grunschlag committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1b2bbd4 View commit details
    Browse the repository at this point in the history
  2. wip

    Zeph Grunschlag committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6d55ace View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. it still works

    Zeph Grunschlag committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7228676 View commit details
    Browse the repository at this point in the history
  2. images

    Zeph Grunschlag committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    78bfa53 View commit details
    Browse the repository at this point in the history
  3. Update IMAGES.md

    tzaffi committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    14d17ff View commit details
    Browse the repository at this point in the history
  4. lint

    Zeph Grunschlag committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8be5719 View commit details
    Browse the repository at this point in the history
  5. missing comma

    Zeph Grunschlag committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    248fa5a View commit details
    Browse the repository at this point in the history
  6. try pytest/nbmake to test Jupyter as well

    Zeph Grunschlag committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    cf301fb View commit details
    Browse the repository at this point in the history
  7. distribute the notebook test and check that can pass with an intentio…

    …nally erroring cell
    Zeph Grunschlag committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e8998d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. clarify comments

    Zeph Grunschlag committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    d80e98d View commit details
    Browse the repository at this point in the history
  2. declare much of the old code deprecated and break out into seperate m…

    …odules
    Zeph Grunschlag committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    ef52891 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. refactor deprecations

    Zeph Grunschlag committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    5416bb9 View commit details
    Browse the repository at this point in the history
  2. wrong import and dry_run --> dryrun

    Zeph Grunschlag committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7465ae5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. better docs and easier make commands

    Zeph Grunschlag committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    fc499fe View commit details
    Browse the repository at this point in the history
  2. proofreading

    Zeph Grunschlag committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    dc2c8be View commit details
    Browse the repository at this point in the history
  3. space

    Zeph Grunschlag committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    897bf72 View commit details
    Browse the repository at this point in the history
  4. better explanation of passing with an erroring cell

    Zeph Grunschlag committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9366e27 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. trigger build

    tzaffi committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    155f213 View commit details
    Browse the repository at this point in the history
  2. Trigger build 9:30 central

    tzaffi committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4e9af8d View commit details
    Browse the repository at this point in the history