-
Notifications
You must be signed in to change notification settings - Fork 154
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
AIP-6 #193
Commits on Dec 23, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c0b5739 - Browse repository at this point
Copy the full SHA c0b5739View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3f21570 - Browse repository at this point
Copy the full SHA 3f21570View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bacb1 - Browse repository at this point
Copy the full SHA c3bacb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9437698 - Browse repository at this point
Copy the full SHA 9437698View commit details
Commits on Jan 8, 2021
-
Merge pull request #176 from ampleforth/hardhat-refactor
migrate to hardhat
Configuration menu - View commit details
-
Copy full SHA for 489ac6a - Browse repository at this point
Copy the full SHA 489ac6aView commit details -
Merge pull request #177 from ampleforth/formatting
Add support for and apply auto code formatting
Configuration menu - View commit details
-
Copy full SHA for 3442040 - Browse repository at this point
Copy the full SHA 3442040View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aa041bc - Browse repository at this point
Copy the full SHA aa041bcView commit details
Commits on Jan 12, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for abcc0e5 - Browse repository at this point
Copy the full SHA abcc0e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09be39b - Browse repository at this point
Copy the full SHA 09be39bView commit details
Commits on Jan 15, 2021
-
Add getGlobalAmpleforthEpochAndAMPLSupply (#189)
* fixes #188 * code review fixes
Configuration menu - View commit details
-
Copy full SHA for 4aba740 - Browse repository at this point
Copy the full SHA 4aba740View commit details
Commits on Jan 21, 2021
-
Public Contract interfaces (#190)
* checked in standard interface * multichain ampl interface methods
Configuration menu - View commit details
-
Copy full SHA for dd0465a - Browse repository at this point
Copy the full SHA dd0465aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d7184 - Browse repository at this point
Copy the full SHA 54d7184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dde1cc - Browse repository at this point
Copy the full SHA 6dde1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d646687 - Browse repository at this point
Copy the full SHA d646687View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dac98a1 - Browse repository at this point
Copy the full SHA dac98a1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ed86918 - Browse repository at this point
Copy the full SHA ed86918View commit details
Commits on Feb 5, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 1f43051 - Browse repository at this point
Copy the full SHA 1f43051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404bd9e - Browse repository at this point
Copy the full SHA 404bd9eView commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 97c89a1 - Browse repository at this point
Copy the full SHA 97c89a1View commit details -
Replacing if statement with ternary operator (#198)
* replacing if with ternary operator * Update contracts/UFragments.sol
Configuration menu - View commit details
-
Copy full SHA for 1a3245b - Browse repository at this point
Copy the full SHA 1a3245bView commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57e322f - Browse repository at this point
Copy the full SHA 57e322fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d71b55 - Browse repository at this point
Copy the full SHA 4d71b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 212d341 - Browse repository at this point
Copy the full SHA 212d341View commit details
Commits on Feb 18, 2021
-
Add inline documentation to document that Orchestrator will revert if…
… any transaction fails (#203) Co-authored-by: Ted Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35b6cbd - Browse repository at this point
Copy the full SHA 35b6cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aefc98 - Browse repository at this point
Copy the full SHA 4aefc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd815f - Browse repository at this point
Copy the full SHA 7bd815fView commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 52ca7be - Browse repository at this point
Copy the full SHA 52ca7beView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 213cfb7 - Browse repository at this point
Copy the full SHA 213cfb7View commit details