Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Improve parameter parsing [02] #973

Open
wants to merge 17 commits into
base: development
Choose a base branch
from

Commits on Jun 28, 2019

  1. impliment parameter verification function

    - verifies parameters input via command line and --i flag
    - ensures parameter input is identical
    jseagrave21 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    528fb1e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    485904e View commit details
    Browse the repository at this point in the history
  2. add tests for too few params entered

    jseagrave21 committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    0f1e242 View commit details
    Browse the repository at this point in the history
  3. updated CHANGELOG.rst

    jseagrave21 committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    10570ba View commit details
    Browse the repository at this point in the history
  4. update tests

    jseagrave21 committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    efb6ef4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. remove Ceiling rounding for invocation GAS costs

    - based on discussion from @hal0x2328 and @ixje in Slack
    - adding to PR CityOfZion#973 because the change is so small
    jseagrave21 committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    98c8863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7ffb25 View commit details
    Browse the repository at this point in the history
  3. restore user_entry flag

    ixje authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    29e7fc4 View commit details
    Browse the repository at this point in the history
  4. fix lint error

    ixje authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    4d32219 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge branch 'development' of https://github.com/CityOfZion/neo-python

    …into verify-params
    jseagrave21 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    935e526 View commit details
    Browse the repository at this point in the history
  2. update Changelog for 0.9.1-dev

    jseagrave21 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    9611d83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    016f30d View commit details
    Browse the repository at this point in the history
  4. update unittest

    - update test_gas_costs.py based on using the `Ceil()` function
    jseagrave21 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    22a3339 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. improve per CityOfZion#973 (review)

    jseagrave21 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    19fe4e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. improve per CityOfZion#973 (comment)

    jseagrave21 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    9eddbe2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/CityOfZion/neo-python

    …into verify-params
    jseagrave21 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    435063d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Merge branch 'development' of https://github.com/CityOfZion/neo-python

    …into verify-params
    jseagrave21 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    23b50e4 View commit details
    Browse the repository at this point in the history