-
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
Open
Armanidashh
wants to merge
153
commits into
circlefin:v2
Choose a base branch
from
Deontae-Thompson:master
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create stale.yml #516
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
* Update validateAccountsToBlacklist * Add rebase script * Add diff checker * Update validateAccountsToBlacklist * Update validateAccountsToBlacklist * Address feedback * Tiny fix to duplicate validation
* Add changelog
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
Armanidashh
commented
Feb 4, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Detail
Testing
Documentation
Requested Reviewers: @mention