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

Add currency attributes to ibetStraightBond contract #424

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

purplesmoke05
Copy link
Member

@purplesmoke05 purplesmoke05 commented Oct 27, 2023

Close: #423


  • Upgrade solc to 0.8.22
  • Added currency attributes to bond token contract.
  • Remove deprecated attributes from bond token contract.

@@ -2,10 +2,18 @@ version: "3"

services:
ganache-cli:
image: "trufflesuite/ganache-cli:latest"
image: "trufflesuite/ganache:latest"
Copy link
Member Author

Choose a reason for hiding this comment

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

Replaced to ganache because it seems that ganache-cli is dead.

Comment on lines -792 to -808

/// ---------------------------------------------------------------
/// 後方互換対応
/// - 旧トークンフォーマットでのCallを一時的にサポート
/// - 次回バージョン以降で削除予定
/// ---------------------------------------------------------------

bool public initialOfferingStatus;

function getImageURL(uint8 _class)
public
view
returns (string memory)
{
return "";
}

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed deprecated attribute/method.

@purplesmoke05 purplesmoke05 self-assigned this Oct 27, 2023
@purplesmoke05 purplesmoke05 marked this pull request as ready for review October 27, 2023 09:12
@YoshihitoAso YoshihitoAso merged commit 77e3132 into dev-23.12 Oct 27, 2023
@YoshihitoAso YoshihitoAso deleted the feature/#423 branch October 27, 2023 10:03
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.

[FEATURE] token: Add currency code attribute
2 participants