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

Create stale.yml #516

Open
wants to merge 153 commits into
base: v2
Choose a base branch
from
Open

Create stale.yml #516

wants to merge 153 commits into from

Conversation

Armanidashh
Copy link

Summary

Detail

Testing

Documentation


Requested Reviewers: @mention

eztierney and others added 30 commits September 7, 2018 16:51
All tests use global Accounts object from AccountUtils.
Changed MintController MintableTokenInterface token to MinterManagementInterface minterManager
* 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
* Wrote 15 BasicTests

* Finish writing BasicTests, added ABITests

* Removed unused variables, fixed comments, and deleted quotation marks from csv file

* returning quatation marks
circle-aloychan and others added 27 commits October 27, 2023 09:45
* Update validateAccountsToBlacklist

* Add rebase script

* Add diff checker

* Update validateAccountsToBlacklist

* Update validateAccountsToBlacklist

* Address feedback

* Tiny fix to duplicate validation
* Add changelog
## 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 Armanidashh changed the base branch from master to upgradable-centre-fiat February 4, 2025 02:52
@Armanidashh Armanidashh changed the base branch from upgradable-centre-fiat to v2 February 4, 2025 02:54
Copy link
Author

@Armanidashh Armanidashh left a 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.