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

[Framwork Add]Add examples #931

Merged
merged 36 commits into from
Feb 28, 2024
Merged

[Framwork Add]Add examples #931

merged 36 commits into from
Feb 28, 2024

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    21f7419 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. optimize the code

    Jim8y committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2c0da4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f13c68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c75cff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    e1af5f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    40ea594 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge branch 'master' into add-examples

    # Conflicts:
    #	src/Neo.Compiler.CSharp/CompilationContext.cs
    #	src/Neo.SmartContract.Template/templates/neocontract/Contract1.cs
    Jim8y committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    1b9d962 View commit details
    Browse the repository at this point in the history
  2. Delete src/Neo.SmartContract.Template/templates/neocontract/Contract1.cs

    this was removed from templates
    shargon authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    24555e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge branch 'master' into add-examples

    # Conflicts:
    #	src/Neo.Compiler.CSharp/CompilationContext.cs
    #	src/Neo.SmartContract.Template/templates/neocontract/Contract1.cs
    Jim8y committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    09f2785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e671a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into add-examples

    # Conflicts:
    #	src/Neo.SmartContract.Template/templates/neocontractoracle/OracleRequest.cs
    #	src/Neo.SmartContract.Template/templates/neocontractowner/Ownable.cs
    Jim8y committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b6b6e94 View commit details
    Browse the repository at this point in the history
  4. fix coverage issue

    Jim8y committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b6d6c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    725a783 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d61e4ff View commit details
    Browse the repository at this point in the history
  7. remove conflict

    Jim8y committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    28c829d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5954bee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0f5006 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fe9173 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a4d438 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge branch 'add-examples'

    # Conflicts:
    #	tests/Neo.Compiler.CSharp.TestContracts/Contract_StaticVar.cs
    #	tests/Neo.SmartContract.Template.UnitTests/templates/CoverageContractTests.cs
    Jim8y committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    38aad3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be6cdbf View commit details
    Browse the repository at this point in the history
  3. Update tests/Neo.SmartContract.Template.UnitTests/templates/neocontra…

    …ctoracle/OracleRequestTests.cs
    shargon authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f0c1d6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79f01a3 View commit details
    Browse the repository at this point in the history
  5. fix url

    Jim8y committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    528d263 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6dc7e12 View commit details
    Browse the repository at this point in the history
  7. fix name

    Jim8y committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    39d28f9 View commit details
    Browse the repository at this point in the history
  8. remove extra file

    Jim8y committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c3fd99b View commit details
    Browse the repository at this point in the history
  9. revert

    Jim8y committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    862a2a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge branch 'master' into add-examples

    # Conflicts:
    #	tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard11Enum.cs
    #	tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard17Enum.cs
    Jim8y committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0aaa6dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1db8c8 View commit details
    Browse the repository at this point in the history
  3. Update TransferContract.cs

    shargon authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ae15f04 View commit details
    Browse the repository at this point in the history
  4. Some fixes & clean code

    shargon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a0fd5c1 View commit details
    Browse the repository at this point in the history
  5. clean

    shargon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    933d6fa View commit details
    Browse the repository at this point in the history
  6. Clean and comment

    shargon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    330ff6a View commit details
    Browse the repository at this point in the history
  7. clean

    shargon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4a7ba49 View commit details
    Browse the repository at this point in the history
  8. Remove todo

    shargon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    af5f866 View commit details
    Browse the repository at this point in the history