-
Notifications
You must be signed in to change notification settings - Fork 390
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
Create stale.yml #516
base: v2
Are you sure you want to change the base?
Create stale.yml #516
Conversation
MINT prototype
All tests use global Accounts object from AccountUtils.
Increase code coverage
Changed MintController MintableTokenInterface token to MinterManagementInterface minterManager
Add removeController() function
Fix build failure circlefin#214
…kMINTp0 function for unit tests
* add ControllerState object to ControllerTestUtils.js * checkVariables takes as input either FiatTokenV1 or MintController * replaced literal objects with actual objects * Using library funciton clone(), removing logObject, and creating checkMINTp0 function for unit tests * removed unused clone code * Updated yarn.lock and package.json to use yarn 1.10.1
Switch to CSV file verification
* Wrote 15 BasicTests * Finish writing BasicTests, added ABITests * Removed unused variables, fixed comments, and deleted quotation marks from csv file * returning quatation marks
Fiat Token v2.2
## Summary Implement PR code scanning and SBOM on release. ## Detail ## Testing ## Documentation --- **Requested Reviewers:** @mention
Co-authored-by: Yvonne Zhang <[email protected]> Co-authored-by: Alex Kroeger <[email protected]>
## Summary This PR aims to modernize the development environment in the repository by 1. replacing Truffle with [Hardhat](https://github.com/NomicFoundation/hardhat) and [Foundry](https://github.com/foundry-rs/foundry) 2. updating the CI pipelines to be faster and more comprehensive 3. removing unused code
## Summary This PR adds the files that we used to introduce [native USDC to the Celo blockchain](https://www.circle.com/blog/usdc-now-available-on-celo). - Add `ICeloGasToken` and `IFiatTokenFeeAdapter` per Celo documentation - Add `FiatTokenFeeAdapterProxy` and `FiatTokenFeeAdapterV1` to support USDC as gas on Celo - Implement `debitGasFees` and `creditGasFees` in `FiatTokenCeloV2_2`
## Summary upgrade github action versions to use node 20 runtime actions/checkout v3 -> v4 Release notes: https://github.com/actions/checkout/releases/tag/v4.0.0
…dged USDC standard documentation, update the entity name in copyright headers
… Standard (circlefin#474) ## Summary This PR contains the following changes: 1. add a GitHub workflow for automated bytecode verification for bridged tokens that could potentially be upgraded to native deployments 2. updates to documentation for the bridged USDC standard 3. update the entity name in copyright headers 4. Upgrade to Node v20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read
@@ -22,6 +22,7 @@ | |||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |||
* SOFTWARE. | |||
*/ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Viewed
Summary
Detail
Testing
Documentation
Requested Reviewers: @mention