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

🛁 Use XC-20 standard for contracts-watr TrueUSD #1252

Merged
merged 104 commits into from
Apr 14, 2023
Merged

Conversation

abam-iksde
Copy link
Collaborator

No description provided.

@tt-krzysztof
Copy link
Contributor

For redemptions to work, we also need to call setBurnBounds on the token (or through controller). Eth mainnet values seem to be 1k-1bn.

Comment on lines 101 to 107
function name() public pure virtual returns (string memory) {
return "";
}

function symbol() public pure virtual returns (string memory) {
return "";
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps those can be abstract / left unimplemented?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base automatically changed from watr-deployment to main April 14, 2023 10:12
@tt-krzysztof tt-krzysztof merged commit 3dc9d59 into main Apr 14, 2023
@tt-krzysztof tt-krzysztof deleted the watr-xc20 branch April 14, 2023 13:47
qiwihui added a commit to tutoken/smart-contracts that referenced this pull request Aug 9, 2023
* main:
  🎦 Fix: add CI test (#2)
  🏊‍♂️ Freeze Watr native token on blacklisting (trusttoken#1256)
  🛁 Use XC-20 standard for `contracts-watr` TrueUSD (trusttoken#1252)
  🌊 Setup `contracts-watr` deployment (trusttoken#1251)
  ⬇️ Lower amount in `Pool Curve integration` test (trusttoken#1255)
qiwihui added a commit to tutoken/smart-contracts that referenced this pull request Aug 9, 2023
* main:
  🔗 Fix lint for tron contracts (#4)
  🏆 Feat: add TrueUSD on Tron (#3)
  🎦 Fix: add CI test (#2)
  🏊‍♂️ Freeze Watr native token on blacklisting (trusttoken#1256)
  🛁 Use XC-20 standard for `contracts-watr` TrueUSD (trusttoken#1252)
  🌊 Setup `contracts-watr` deployment (trusttoken#1251)
  ⬇️ Lower amount in `Pool Curve integration` test (trusttoken#1255)

# Conflicts:
#	packages/contracts-tron/contracts/OwnedUpgradeabilityProxy.sol
#	packages/contracts-tron/contracts/Registry.sol
#	packages/contracts-tron/contracts/TronTokenController.sol
#	packages/contracts-tron/contracts/TronTrueUSD.sol
#	packages/contracts-tron/contracts/common/BurnableTokenWithBounds.sol
#	packages/contracts-tron/contracts/common/ClaimableOwnable.sol
#	packages/contracts-tron/contracts/common/ProxyStorage.sol
#	packages/contracts-tron/contracts/common/ReclaimerToken.sol
#	packages/contracts-tron/contracts/common/TRC20.sol
#	packages/contracts-tron/contracts/common/TrueCurrency.sol
#	packages/contracts-tron/contracts/interface/ITRC20.sol
qiwihui added a commit to tutoken/smart-contracts that referenced this pull request Aug 9, 2023
* main:
  🔗 Fix lint for tron contracts (#4)
  🏆 Feat: add TrueUSD on Tron (#3)
  🎦 Fix: add CI test (#2)
  🏊‍♂️ Freeze Watr native token on blacklisting (trusttoken#1256)
  🛁 Use XC-20 standard for `contracts-watr` TrueUSD (trusttoken#1252)
  🌊 Setup `contracts-watr` deployment (trusttoken#1251)
  ⬇️ Lower amount in `Pool Curve integration` test (trusttoken#1255)
qiwihui added a commit to tutoken/smart-contracts that referenced this pull request Aug 9, 2023
* main:
  🔗 Fix lint for tron contracts (#4)
  🏆 Feat: add TrueUSD on Tron (#3)
  🎦 Fix: add CI test (#2)
  🏊‍♂️ Freeze Watr native token on blacklisting (trusttoken#1256)
  🛁 Use XC-20 standard for `contracts-watr` TrueUSD (trusttoken#1252)
  🌊 Setup `contracts-watr` deployment (trusttoken#1251)
  ⬇️ Lower amount in `Pool Curve integration` test (trusttoken#1255)
qiwihui added a commit to tutoken/smart-contracts that referenced this pull request Aug 9, 2023
* main:
  🔗 Fix lint for tron contracts (#4)
  🏆 Feat: add TrueUSD on Tron (#3)
  🎦 Fix: add CI test (#2)
  🏊‍♂️ Freeze Watr native token on blacklisting (trusttoken#1256)
  🛁 Use XC-20 standard for `contracts-watr` TrueUSD (trusttoken#1252)
  🌊 Setup `contracts-watr` deployment (trusttoken#1251)
  ⬇️ Lower amount in `Pool Curve integration` test (trusttoken#1255)
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.

4 participants