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

feat: upgrade contracts json #420

Merged
merged 1 commit into from
Nov 10, 2022
Merged

feat: upgrade contracts json #420

merged 1 commit into from
Nov 10, 2022

Conversation

purplesmoke05
Copy link
Member

@purplesmoke05 purplesmoke05 commented Nov 10, 2022

Close #403

Changes

コントラクトjsonをv22.12にアップデートしました。
jsonファイルはこのGitHub Actionsで生成されたものが使われています。

contract diff

ABI
  • Not changed.

変更なし

ByteCode

アップデートには以下のPRが含まれます。
ibet-PrimeではIbetStraightBond.jsonIbetShare.json でのみバイトコードがデプロイで使用されているため、上記のPRはIbetStraightBond.jsonIbetShare.jsonにのみ影響します。

@@ -1039,7 +1039,7 @@ def redeem_token_in_batch(
response_model=GetBatchIssueRedeemResponse,
responses=get_routers_responses(422, 404)
)
def retrieve_batch_additional_issue(
def retrieve_batch_redeem(
Copy link
Member Author

Choose a reason for hiding this comment

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

fix misspell

Comment on lines +1 to +21
| Contract json file | version | bytecode used | ABI used |
|---------------------------------|--------------|------------------------|----------|
| ContractReceiver.json | **v22.12.0** | no | yes |
| ContractRegistry.json | **v22.12.0** | no | yes |
| E2EMessaging.json | **v22.12.0** | yes(only for unittest) | yes |
| EscrowStorage.json | **v22.12.0** | yes(only for unittest) | yes |
| ExchangeStorage.json | **v22.12.0** | yes(only for unittest) | yes |
| IbetCoupon.json | **v22.12.0** | yes(only for unittest) | yes |
| IbetEscrow.json | **v22.12.0** | yes(only for unittest) | yes |
| IbetExchange.json | **v22.12.0** | yes(only for unittest) | yes |
| IbetExchangeInterface.json | **v22.12.0** | no | yes |
| IbetMembership.json | **v22.12.0** | yes(only for unittest) | yes |
| IbetSecurityTokenEscrow.json | **v22.12.0** | yes(only for unittest) | yes |
| IbetSecurityTokenInterface.json | **v22.12.0** | no | yes |
| IbetShare.json | **v22.12.0** | **yes** | yes |
| IbetStandardTokenInterface.json | **v22.12.0** | no | yes |
| IbetStraightBond.json | **v22.12.0** | **yes** | yes |
| Ownable.json | **v22.12.0** | yes(only for unittest) | yes |
| PaymentGateway.json | **v22.12.0** | yes(only for unittest) | yes |
| PersonalInfo.json | **v22.12.0** | yes(only for unittest) | yes |
| TokenList.json | **v22.12.0** | yes(only for unittest) | yes |
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 contract_version file to markdown file to explain how each json file is used.

@purplesmoke05 purplesmoke05 marked this pull request as ready for review November 10, 2022 01:58
@YoshihitoAso YoshihitoAso merged commit 4e51845 into dev-22.12 Nov 10, 2022
@YoshihitoAso YoshihitoAso deleted the feature/#403 branch November 10, 2022 02:25
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] Upgrade contracts to v22.12
2 participants