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

Projects v2 contracts #1002

Closed
wants to merge 25 commits into from
Closed

Projects v2 contracts #1002

wants to merge 25 commits into from

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    38f9416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca6377 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    53339d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561187f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f257063 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    bbcebbf View commit details
    Browse the repository at this point in the history
  2. remove activateBounty

    topocount committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    a4dd8d9 View commit details
    Browse the repository at this point in the history
  3. Cleanup addressing #753, #806

    - remove default token from initialize call (defaults to address(0))
    - remove references to github
    topocount committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    f541ef8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Add V2 interfaces and refactor applicable funcs

    - add metaTX fulfillment call
    - remove unsupported getters
    - remove support for adding multiple Issuers
    topocount committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    a068759 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. [#926] killBounty support

    2019-06-21: initial submission, corrected linter issues, corrected
    testing issues
    e18r committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    3d3b490 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    a2dfe3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d2c456 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge remote-tracking branch 'e18r/kill' into projectsV2-contracts

    - convert _removeBounty to work with Standard Bounties V2
    - add drainBounty and changeDeadline interfaces
    topocount committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    54e8b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0ea62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3363829 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    fb30248 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    520592d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    c891e97 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    459a826 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    61495eb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    6f897d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    e44aba7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    c79afa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Resolve remaining medium-level audit findings

    - convert repoIndex to a mapping
    - add requires to token approval calls
    topocount committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    39379d2 View commit details
    Browse the repository at this point in the history
  2. Resolve low-risk items

    - add isInitialized to all functions without auth
    - convert all functions with small enough parameter sizes to "external" from "public"
    - reorder functions to be match visibility order style
    - add "_description" to updateBounty to make it more forwarder-friendly
    topocount committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    ae351c5 View commit details
    Browse the repository at this point in the history