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

AIP-6 #193

Closed
wants to merge 28 commits into from
Closed

AIP-6 #193

wants to merge 28 commits into from

Commits on Dec 23, 2020

  1. Bump lodash from 4.17.13 to 4.17.19 (#154)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.13...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nithin Krishna <[email protected]>
    dependabot[bot] and aalavandhan authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    c0b5739 View commit details
    Browse the repository at this point in the history
  2. Bump tree-kill from 1.2.0 to 1.2.2 (#167)

    Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.0 to 1.2.2.
    - [Release notes](https://github.com/pkrumins/node-tree-kill/releases)
    - [Commits](pkrumins/node-tree-kill@v1.2.0...v1.2.2)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3f21570 View commit details
    Browse the repository at this point in the history
  3. migrate to hardhat

    thegostep committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    c3bacb1 View commit details
    Browse the repository at this point in the history
  4. add formatting

    thegostep committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    9437698 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Merge pull request #176 from ampleforth/hardhat-refactor

    migrate to hardhat
    thegostep authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    489ac6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from ampleforth/formatting

    Add support for and apply auto code formatting
    thegostep authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3442040 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

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

Commits on Jan 12, 2021

  1. Gas optimization on erc-20 (#182)

    * added profiler
    
    * gas optimization
    
    * updated comment
    
    * Update contracts/UFragments.sol
    
    Co-authored-by: Brandon Iles <[email protected]>
    
    Co-authored-by: Brandon Iles <[email protected]>
    aalavandhan and brandoniles authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    abcc0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09be39b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Add getGlobalAmpleforthEpochAndAMPLSupply (#189)

    * fixes #188
    
    * code review fixes
    aalavandhan authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4aba740 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Public Contract interfaces (#190)

    * checked in standard interface
    
    * multichain ampl interface methods
    aalavandhan authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    dd0465a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d7184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dde1cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d646687 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    dac98a1 View commit details
    Browse the repository at this point in the history
  2. transferAll and transferAllFrom (#187)

    * fixes #184 added transfer all and transfer all from
    
    * code review fix
    
    * fixed desc
    
    * Apply suggestions from code review
    
    Co-authored-by: Ahmed Naguib Aly <[email protected]>
    
    Co-authored-by: Ahmed Naguib Aly <[email protected]>
    aalavandhan and ahnaguib authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ed86918 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Upgrading token compiler version (#195)

    * copied 0.4.24 token dependencies
    
    * updated solidity version in external dependencies
    
    * updated solidity version in all internal contracts
    
    * removed unused dependency
    aalavandhan authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    1f43051 View commit details
    Browse the repository at this point in the history
  2. fixed #178 (#181)

    aalavandhan authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    404bd9e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    97c89a1 View commit details
    Browse the repository at this point in the history
  2. Replacing if statement with ternary operator (#198)

    * replacing if with ternary operator
    
    * Update contracts/UFragments.sol
    aalavandhan authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    1a3245b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    57e322f View commit details
    Browse the repository at this point in the history
  2. fixed flaky test (#200)

    aalavandhan authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4d71b55 View commit details
    Browse the repository at this point in the history
  3. Revert "gas optimization" (#199)

    This reverts commit b150071.
    aalavandhan authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    212d341 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Add inline documentation to document that Orchestrator will revert if…

    … any transaction fails (#203)
    
    Co-authored-by: Ted Wu <[email protected]>
    tedwu13 and Ted Wu authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    35b6cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aefc98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bd815f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    52ca7be View commit details
    Browse the repository at this point in the history
  2. Replace custom external call with native solidity .call (#204)

    * Replace custom external call with native solidity .call
    
    * add return type of memory
    
    * Code review comments
    
    * Remove transaction failed event
    
    Co-authored-by: Ted Wu <[email protected]>
    tedwu13 and Ted Wu authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    213cfb7 View commit details
    Browse the repository at this point in the history