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(contracts): handle contract events #140

Merged
merged 35 commits into from
Jul 23, 2024
Merged

feat(contracts): handle contract events #140

merged 35 commits into from
Jul 23, 2024

Commits on May 22, 2024

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

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    c64d514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe09e0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d1316 View commit details
    Browse the repository at this point in the history
  4. feat(cli): add typink command

    1cedrus committed May 31, 2024
    Configuration menu
    Copy the full SHA
    aa2391c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2f950b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. refactor: optimize code

    1cedrus committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0083a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd5eee View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. tweak: use VersionedGenericSubstrateApi instead of GenericSubstrateAp…

    …i, add default ChainApi
    1cedrus committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2bdda21 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    576c164 View commit details
    Browse the repository at this point in the history
  2. feat: events generator

    1cedrus committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e066e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2378c16 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. refactor: optimize code

    1cedrus committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3f8b3e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cddec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e96512 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge branch 'refs/heads/main' into tweak/contract-events

    # Conflicts:
    #	packages/cli/src/commands/typink.ts
    #	packages/codegen/src/chaintypes/generator/TypesGen.ts
    #	packages/codegen/src/chaintypes/index.ts
    #	packages/codegen/src/shared/BaseTypesGen.ts
    #	packages/codegen/src/shared/TypeImports.ts
    #	packages/codegen/src/typink/generator/ConstructorQueryGen.ts
    #	packages/codegen/src/typink/generator/ConstructorTxGen.ts
    #	packages/codegen/src/typink/generator/IndexGen.ts
    #	packages/codegen/src/typink/generator/QueryGen.ts
    #	packages/codegen/src/typink/generator/TxGen.ts
    #	packages/codegen/src/typink/generator/TypesGen.ts
    #	packages/codegen/src/typink/generator/index.ts
    #	packages/codegen/src/typink/index.ts
    #	packages/codegen/src/typink/templates/constructor-query.hbs
    #	packages/codegen/src/typink/templates/constructor-tx.hbs
    #	packages/codegen/src/typink/templates/index.hbs
    #	packages/codegen/src/typink/templates/query.hbs
    #	packages/codegen/src/typink/templates/tx.hbs
    #	packages/codegen/src/typink/templates/types.hbs
    #	packages/codegen/src/utils.ts
    #	packages/contracts/src/__tests__/Contract.spec.ts
    #	packages/contracts/src/__tests__/ContractDeployer.spec.ts
    #	packages/contracts/src/executor/ConstructorQueryExecutor.ts
    #	packages/contracts/src/executor/QueryExecutor.ts
    #	packages/contracts/src/executor/TxExecutor.ts
    #	packages/contracts/src/types/index.ts
    #	packages/contracts/src/types/shared.ts
    #	packages/contracts/src/types/v4.ts
    #	zombienet-tests/src/0001-check-contract-api.ts
    1cedrus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d8a88c2 View commit details
    Browse the repository at this point in the history
  2. chore: resolve conflict

    1cedrus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e05b4cd View commit details
    Browse the repository at this point in the history
  3. test(contracts): update specs

    1cedrus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9011ea3 View commit details
    Browse the repository at this point in the history
  4. fix: events field missing

    1cedrus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4d49d88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    052e25d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    ce8e7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec91711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bcb5b6 View commit details
    Browse the repository at this point in the history
  4. chore: add comments

    1cedrus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5ea12a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15e7c44 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    0b1e669 View commit details
    Browse the repository at this point in the history
  2. update e2e test

    sinzii committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b8a6a11 View commit details
    Browse the repository at this point in the history
  3. refactoring

    sinzii committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    edd29ed View commit details
    Browse the repository at this point in the history
  4. better type narrow handler

    sinzii committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fe8b777 View commit details
    Browse the repository at this point in the history
  5. minor refactoring

    sinzii committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    20a180d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    5269d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b94043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad91cb9 View commit details
    Browse the repository at this point in the history