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

Feature/template simplification #15

Closed
wants to merge 67 commits into from

Commits on Jun 29, 2022

  1. removed cw721-off-chain template

    Georges Chouchani committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    aae235b View commit details
    Browse the repository at this point in the history
  2. changed readme to add all new contracts including escrow

    Georges Chouchani committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2b962f7 View commit details
    Browse the repository at this point in the history
  3. updated dependencies on cw721 template

    Georges Chouchani committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    268314e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. simplification of cw20 base

    Georges Chouchani committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    11bd629 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. changes completed especially in readme

    Georges Chouchani committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    891517b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. resolve issues with idea

    Georges Chouchani committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c3d841e View commit details
    Browse the repository at this point in the history
  2. removed schema from base

    Georges Chouchani committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    99bb5a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. fix test_generate

    Georges Chouchani committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5d9544a View commit details
    Browse the repository at this point in the history
  2. change testing

    Georges Chouchani committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b41f72e View commit details
    Browse the repository at this point in the history
  3. extra changes

    Georges Chouchani committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    ce3c7dd View commit details
    Browse the repository at this point in the history
  4. cjange git branch

    Georges Chouchani committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    3e14c08 View commit details
    Browse the repository at this point in the history
  5. echo of template root

    Georges Chouchani committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1560efc View commit details
    Browse the repository at this point in the history
  6. ff

    Georges Chouchani committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    78f1cfa View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. change to repo root in test_generate.sh

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    31bb4fa View commit details
    Browse the repository at this point in the history
  2. added tmate session after failure to debug error

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    daca019 View commit details
    Browse the repository at this point in the history
  3. change in repo test generate

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d2c49ab View commit details
    Browse the repository at this point in the history
  4. removed tmate session

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b330449 View commit details
    Browse the repository at this point in the history
  5. added top comment

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b29505e View commit details
    Browse the repository at this point in the history
  6. fixing testing in test_generate.sh

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e4733a8 View commit details
    Browse the repository at this point in the history
  7. fixed extra differences

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f03f8ba View commit details
    Browse the repository at this point in the history
  8. added extra end line

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b75231a View commit details
    Browse the repository at this point in the history
  9. added Uint128 import

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    8a3936a View commit details
    Browse the repository at this point in the history
  10. fixed Uint128 import

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f8aac0c View commit details
    Browse the repository at this point in the history
  11. fixed space

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f2fbe4d View commit details
    Browse the repository at this point in the history
  12. fixed comma

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f10d7f1 View commit details
    Browse the repository at this point in the history
  13. change schema to template name

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    bd742c6 View commit details
    Browse the repository at this point in the history
  14. remove schema run from .cargo

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    639cc6e View commit details
    Browse the repository at this point in the history
  15. removed schema test from test_generate

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    c80c49d View commit details
    Browse the repository at this point in the history
  16. add updates to rust with script

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    623ab7d View commit details
    Browse the repository at this point in the history
  17. changed name of cw20-base to cw20-base-lib

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    8d6662a View commit details
    Browse the repository at this point in the history
  18. change dependency of version

    Georges Chouchani committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    aab3c2d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. change in check to remove pull-request test

    Georges Chouchani committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    03ecc16 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. fixed library entry point issue

    Georges Chouchani committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    10e4eae View commit details
    Browse the repository at this point in the history
  2. fixed issues from PR comment and testing

    Georges Chouchani committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ed67eb4 View commit details
    Browse the repository at this point in the history
  3. fixed test_generate script and schema crate name issue

    Georges Chouchani committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    44cc1d0 View commit details
    Browse the repository at this point in the history
  4. fixed test generate

    Georges Chouchani committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d8cd4e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. fix PR issues

    Georges Chouchani committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    badb95a View commit details
    Browse the repository at this point in the history
  2. changed template name in workflow

    Georges Chouchani committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    32a977d View commit details
    Browse the repository at this point in the history
  3. added Random generator for project_name

    Georges Chouchani committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4c9c2c2 View commit details
    Browse the repository at this point in the history
  4. changed name to not start with digit

    Georges Chouchani committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    2b2e5ad View commit details
    Browse the repository at this point in the history
  5. replaced slash with dash to fit name

    Georges Chouchani committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b92a7c8 View commit details
    Browse the repository at this point in the history
  6. final changes:

    Georges Chouchani committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    ca871d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02d8fb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b47285 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    692b542 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0681b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b614ea8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f26e98f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd268ed View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. fixed git diff issue in github workflow

    Georges Chouchani committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d5ff3f6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/template-simplification' of https://github.com/…

    …archway-network/archway-templates into feature/template-simplification
    Georges Chouchani committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    71eba45 View commit details
    Browse the repository at this point in the history
  3. fixed linter error in workflow

    Georges Chouchani committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    158ca44 View commit details
    Browse the repository at this point in the history
  4. fixed comma linter issue

    Georges Chouchani committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fbe34c8 View commit details
    Browse the repository at this point in the history
  5. fixed crate name issue in escrow

    Georges Chouchani committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7546b5b View commit details
    Browse the repository at this point in the history
  6. change import of msgs for escrow

    Georges Chouchani committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a5226ae View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fixed workflow diff issue

    Georges Chouchani committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2813ac9 View commit details
    Browse the repository at this point in the history
  2. deriving as well:

    Georges Chouchani committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e9d5294 View commit details
    Browse the repository at this point in the history
  3. deriving as well:

    Georges Chouchani committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0dba2ec View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. added Eq next to partialEq

    Georges Chouchani committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    839a04d View commit details
    Browse the repository at this point in the history
  2. added Eq in state

    Georges Chouchani committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    ee80f5e View commit details
    Browse the repository at this point in the history
  3. removed Eq from escrow

    Georges Chouchani committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    37826f3 View commit details
    Browse the repository at this point in the history
  4. added clippy configs

    Georges Chouchani committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    43acf42 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. added clippy to each template seperately

    Georges Chouchani committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    61e2dd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. added clippy as component in stable toolchain

    Georges Chouchani authored and Georges Chouchani committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a415331 View commit details
    Browse the repository at this point in the history
  2. remove clippy files

    Georges Chouchani authored and Georges Chouchani committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d93e266 View commit details
    Browse the repository at this point in the history
  3. added clippy to escrow only

    Georges Chouchani authored and Georges Chouchani committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    66d6dee View commit details
    Browse the repository at this point in the history
  4. added eq only for escrow

    Georges Chouchani authored and Georges Chouchani committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4121822 View commit details
    Browse the repository at this point in the history