-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature: Added aelf-samples submodule #52
base: master
Are you sure you want to change the base?
Conversation
vasmohi
commented
Sep 27, 2024
- Added aelf-samples submodule to aelf-developer-tools
- Added Todo, TicTacToe & ExpenseTracker smart contract templates to aelf-developer-tools
Pull request analysis by VIZIPI Below you will find who is the most qualified team member to review your code. Reviewers with knowledge related to these changes
Potential missing files from this Pull requestNo commonly committed files found with a 40% threashold Committed file ranks(click to expand)0.00% [templates/TicTacToeContract/test/TicTacToe.Tests.csproj] 0.00% [templates/ToDoContract/src/ToDo.csproj] 0.00% [templates/ExpenseTrackerContract/src/.DS_Store] 0.00% [templates/TicTacToeContract/src/TicTacToe.csproj] 0.00% [templates/ExpenseTrackerContract/src/ExpenseTrackerState.cs] 0.00% [templates/ExpenseTrackerContract/.DS_Store] 0.00% [...templates/ExpenseTrackerContract/test/ExpenseTrackerTests] 0.00% [...templates/ToDoContract/test/Protobuf/stub/hello_world_con] 0.00% [...templates/TicTacToeContract/src/Protobuf/contract/hello_w] 0.00% [templates/ToDoContract/test/_Setup.cs] |
on: | ||
push: | ||
tags: | ||
- 'aelf-samples-v*' |
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.
This file should not exists. Basically when someone puts up a template tag with version, it should also pack all aelf-samples contract into the contract template package.
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.
Removed prod-workflow
@@ -20,6 +20,9 @@ | |||
<Content Include="LotteryGameContract\**\*" Exclude="LotteryGameContract\**\bin\**;LotteryGameContract\**\obj\**" /> | |||
<Content Include="SimpleDAOContract\**\*" Exclude="SimpleDAOContract\**\bin\**;SimpleDAOContract\**\obj\**" /> | |||
<Content Include="NftSaleContract\**\*" Exclude="NftSaleContract\**\bin\**;NftSaleContract\**\obj\**" /> | |||
<Content Include="ToDoContract\**\*" Exclude="ToDoContract\**\bin\**;ToDoContract\**\obj\**" /> |
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.
These should be removed and instead be read from the aelf-sample submodule
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.
Configured to fetch from aelf-samples
@@ -0,0 +1,21 @@ | |||
{ | |||
"$schema": "http://json.schemastore.org/template", |
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.
All these should be added into aelf-samples repo to maintain consistency
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.
Added to aelf-samples
…les prod workflow