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

Sync feature/atree-register-inlining branch with master branch #2848

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    acb1e61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f71d49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f681b3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31f7035 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. suggest optional chaining

    turbolent committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    dc80acb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. add support for max parameter count

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7f0f7e6 View commit details
    Browse the repository at this point in the history
  2. Update runtime/sema/type.go

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4a8ffd9 View commit details
    Browse the repository at this point in the history
  3. lint

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    76ff4d3 View commit details
    Browse the repository at this point in the history
  4. fix merge

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    46cc113 View commit details
    Browse the repository at this point in the history
  5. fix resource loss check

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    123ef2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a5b751 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74e4557 View commit details
    Browse the repository at this point in the history
  8. test should fail

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c8d793a View commit details
    Browse the repository at this point in the history
  9. fix reference expression borrow type

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9a3aa84 View commit details
    Browse the repository at this point in the history
  10. adjust tests

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    90418ca View commit details
    Browse the repository at this point in the history
  11. simplify boolean expression

    Co-authored-by: Daniel Sainati <[email protected]>
    2 people authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5719f00 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea8981f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef71256 View commit details
    Browse the repository at this point in the history
  14. add reproducer for stack overflow issue

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bb98151 View commit details
    Browse the repository at this point in the history
  15. prevent recursion in transfers

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    458f734 View commit details
    Browse the repository at this point in the history
  16. prevent transfer of insertion target

    turbolent authored and SupunS committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bb4c1eb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5246348 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fba2918 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #2656 from onflow/supun/master-port-internal-128

    Add support for max parameter count (internal #128)
    SupunS authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a393e87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2657 from onflow/supun/master-port-internal-130

    Remove spurious resource loss errors (internal #130)
    SupunS authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    563c84b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2658 from onflow/supun/master-port-internal-129

    Fix checking of reference expressions involving optionals (internal #129)
    SupunS authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9df8e23 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/onflow/cadence into supun…

    …/master-port-internal-133
    SupunS committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ee7b48d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2659 from onflow/supun/master-port-internal-133

    Prevent recursive transfers (internal #133)
    SupunS authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bca3e4e View commit details
    Browse the repository at this point in the history
  6. v0.39.14

    SupunS committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2bfdc82 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2660 from onflow/supun/bump-version

    Bump version to `v0.39.14`
    SupunS authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    931e30b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Add crasher test

    SupunS committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f25610c View commit details
    Browse the repository at this point in the history
  2. check if value is destroyed

    turbolent authored and SupunS committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    265e7fa View commit details
    Browse the repository at this point in the history
  3. add runtime test

    turbolent authored and SupunS committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2f574ac View commit details
    Browse the repository at this point in the history
  4. assert error

    turbolent authored and SupunS committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4be9b8b View commit details
    Browse the repository at this point in the history
  5. use existing constant name

    turbolent authored and SupunS committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1119bd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12afeae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1869acb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a8f426 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    316e8a9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2661 from onflow/supun/port-internal-136

    Handle destroyed optional references
    SupunS authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    21efa9b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    0803ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34549f7 View commit details
    Browse the repository at this point in the history
  3. Use v.Type instead of creating new type.

    Co-authored-by: Supun Setunga <[email protected]>
    darkdrag00nv2 and SupunS committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    84e7a9e View commit details
    Browse the repository at this point in the history
  4. reformat to tabs

    darkdrag00nv2 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    bbb3bdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    344ce6a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    f774a65 View commit details
    Browse the repository at this point in the history
  2. Use "index" instead of "idx"

    Co-authored-by: Supun Setunga <[email protected]>
    darkdrag00nv2 and SupunS authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3960890 View commit details
    Browse the repository at this point in the history
  3. Improve test case

    darkdrag00nv2 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4d42e5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2654 from darkdrag00nv2/reversed_array

    Introduce `reverse` in Fixed/Variable sized Array type
    SupunS authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    24ca444 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d689b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    291d81c View commit details
    Browse the repository at this point in the history
  7. assert location in tests

    dsainati1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1e282eb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2665 from onflow/sainati/error-positioning

    Fix positioning of default function conflict errors
    dsainati1 authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    181924e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    a93d153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cf6009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae4c521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a32ac46 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    abb7402 View commit details
    Browse the repository at this point in the history
  2. Update go.cap

    SupunS committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fe2ba63 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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

Commits on Jul 31, 2023

  1. Address review comments

    darkdrag00nv2 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ff1207f View commit details
    Browse the repository at this point in the history
  2. fix lint

    darkdrag00nv2 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4cac1eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae0b246 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #2683 from onflow/supun/handle-external-errors

    Wrap host env errors with external errors
    SupunS authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5ea8284 View commit details
    Browse the repository at this point in the history
  2. Pass down the location range

    SupunS committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e5694e7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/onflow/cadence into supun…

    …/fix-storage-iteration
    SupunS committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b127194 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2676 from onflow/supun/fix-storage-iteration

    Fix storage iteration and error misclassification
    SupunS authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7655a90 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    13d2513 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2687 from onflow/supun/fix-type-error

    Fix error on reference creation with invalid type
    SupunS authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c8833d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2673 from m-Peter/temporarily-remove-existing-cap…

    …ability-api-deprecations
    turbolent authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    62d6ec8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. remove unused code

    turbolent committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    48e73aa View commit details
    Browse the repository at this point in the history
  2. provide location ranges

    turbolent committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c373e38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    937ff73 View commit details
    Browse the repository at this point in the history
  4. fix error types

    turbolent committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d278372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e010922 View commit details
    Browse the repository at this point in the history
  6. fix run for push

    turbolent committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    440fb31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9d584c View commit details
    Browse the repository at this point in the history
  8. update to Go 1.20

    turbolent committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8d83423 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8d763e View commit details
    Browse the repository at this point in the history
  10. v0.40.0

    turbolent authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9962b85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0f1acc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96403f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    e940e2d View commit details
    Browse the repository at this point in the history
  2. Add the Test.assertError() helper function

    This matcher function asserts that the result of an executed operation,
    such as scripts and transactions, resulted in an error that contains
    a given sub-string.
    m-Peter committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c5a7641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff06b1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2696 from m-Peter/cadence-testing-framework-impro…

    …vements
    
    Cadence testing framework improvements
    SupunS authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fcb488b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. update runtime interface method for randomness

    Tarak Ben Youssef committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b1ca6fa View commit details
    Browse the repository at this point in the history
  2. remove slice allocation

    Tarak Ben Youssef committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a64c735 View commit details
    Browse the repository at this point in the history
  3. Hex enc user input in error to avoid invalid UTF-8

    Currently, error message can include invalid UTF-8 when
    it shows content of actualPrefix (user input).
    
    This commit hex encodes actualPrefix in the error message.
    fxamacker committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    70f0ddf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2704 from onflow/fxamacker/fix-potential-invalid-…

    …utf8-in-error-message
    
    Hex encode user input in error to avoid invalid UTF-8
    fxamacker authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    016525d View commit details
    Browse the repository at this point in the history
  5. minor change

    Tarak Ben Youssef committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d68565d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

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

Commits on Aug 14, 2023

  1. Merge pull request #2678 from darkdrag00nv2/filter_array

    Introduce `filter` in Fixed/Variable sized Array types
    SupunS authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    af119ed View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. Merge pull request #2706 from onflow/tarak/new-unsafeRandom-signature

    Update randomness runtime interface method
    tarakby authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e287ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4fe65 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    2a39a39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2729 from m-Peter/testing-framework-move-time-uti…

    …lity
    
    Add a utility method to the `Test.Blockchain` struct for moving the blockchain time
    SupunS authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    853a510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    128aea5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd65cc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8e3f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    893aea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e229a View commit details
    Browse the repository at this point in the history
  3. Add more tests

    SupunS committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b775cda View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2734 from m-Peter/testing-framework-move-time-bac…

    …kward
    
    Allow `moveTime` function to accept negative time deltas for going backwards in time
    turbolent authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    75714d7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2733 from onflow/supun/container-mutation-test

    Add test for inner container mutation while iterating outer
    SupunS authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    510df95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7355acf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2717 from m-Peter/composite-type-handler-precedence

    Give `CompositeTypeHandler` higher precedence over `getUserCompositeType`
    SupunS authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a8519ad View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Update runtime/interpreter/value.go

    Co-authored-by: Bastian Müller <[email protected]>
    darkdrag00nv2 and turbolent authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    4dc39ff View commit details
    Browse the repository at this point in the history
  2. address review comments

    darkdrag00nv2 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b8a7fe3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. issues-520 fixed

    PratikDhanave committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4013dcb View commit details
    Browse the repository at this point in the history
  2. issues-520 fixed

    PratikDhanave committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3c1b177 View commit details
    Browse the repository at this point in the history
  3. Update runtime/interpreter/value.go

    Co-authored-by: Bastian Müller <[email protected]>
    darkdrag00nv2 and turbolent authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3d521f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 23, 2023

  1. Review suggestions

    darkdrag00nv2 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    519407f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2737 from darkdrag00nv2/map_function_array

    Introduce `map` in Fixed/Variable sized Array types
    SupunS authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8cd7819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81ee60 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge pull request #2742 from onflow/supun/fix-update-tool

    Add `cadence-tools/test` as a dependency to the language server
    SupunS authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f63f38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1db11c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    d4b8e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f67e2f View commit details
    Browse the repository at this point in the history
  3. add type ID getter function to static type

    avoid unnecessary need for conversion to sema type
    turbolent committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2f45b8c View commit details
    Browse the repository at this point in the history
  4. improve Type.identifier, remove unnecessary conversion of static to s…

    …ema type to get type ID
    turbolent committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8da91c2 View commit details
    Browse the repository at this point in the history
  5. improve TypeValue.HashInput, remove unnecessary conversion of static …

    …to sema type to get type ID
    turbolent committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    16c349d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1208bc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53b2e6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bee5dad View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

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

Commits on Aug 28, 2023

  1. test added

    PratikDhanave committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e982587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07255c1 View commit details
    Browse the repository at this point in the history
  3. code review resolved

    PratikDhanave committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9132dfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bbc078 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add the NewEmulatorBackend method on TestFramework interface

    This method is used to create a new emulator backend, each time
    a developer calls Test.newEmulatorBlockchain().
    Up to this point, one and the same emulator backend was used,
    which meant that there was no way to reset state.
    m-Peter committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b607d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d752c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6862627 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2744 from m-Peter/testing-framework-new-emulator-…

    …backend
    
    Add the `NewEmulatorBackend` method on `TestFramework` interface
    SupunS authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4e587ce View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2751 from onflow/bastian/clean-up-composite-and-i…

    …nterface-static-types
    turbolent authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bd3056f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c29c99e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5ea847 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Sep 3, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

  1. Review suggestions

    darkdrag00nv2 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a4a1af9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0c10225 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2763 from m-Peter/add-blockchain-snapshots

    Add functions on testing framework's blockchain to create/load snapshots
    turbolent authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    75f6616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9463053 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Review suggestion - rename argument to stringArray and bring back man…

    …ual creation of string memory usage
    darkdrag00nv2 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    72fdad6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. Merge pull request #2780 from onflow/bastian/meeting-2023-09-12

    Add notes for 2023-09-12 meeting
    turbolent authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b761511 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. v0.41.0

    turbolent authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    27ec8b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2786 from onflow/release/v0.41.0

    Merge `release/v0.41.0` to `master`
    turbolent authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5f64dd4 View commit details
    Browse the repository at this point in the history
  3. Add Testing section

    turbolent authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    17db323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdb8110 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Remove unnecessary 'arity'

    Co-authored-by: Bastian Müller <[email protected]>
    SupunS and turbolent authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9356371 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2762 from darkdrag00nv2/string_join

    Introduce `String.join` function
    SupunS authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ed71b40 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    ca5a537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf07e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b91ff2 View commit details
    Browse the repository at this point in the history
  4. add more test cases

    turbolent committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f6ad29e View commit details
    Browse the repository at this point in the history
  5. adjust test

    turbolent committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9d552fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3ff121 View commit details
    Browse the repository at this point in the history
  7. v0.41.1

    turbolent authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f9520f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    833562e View commit details
    Browse the repository at this point in the history
  9. assign to whole group

    turbolent authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bc918dd View commit details
    Browse the repository at this point in the history
  10. assign whole group

    turbolent authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6486dd5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7cdde06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96e15fd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    0639275 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2798 from onflow/sainati/attachment-resource-loss

    Properly check removed expression for resource loss
    dsainati1 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1b64714 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    58bf115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb1074 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4cd626 View commit details
    Browse the repository at this point in the history
  4. add support for injecting composite types, potentially nested: perfor…

    …m lookup in base type activation
    turbolent committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    957de13 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2808 from m-Peter/injected-fields-handler-remove-…

    …panic
    
    Replace panic with nil return in `newInjectedCompositeFieldsHandler`
    SupunS authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1309c1d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Refine API of the testing framework

    These changes will allow testing providers to unify
    unit & integration tests.
    m-Peter committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3dadaa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d9c4b View commit details
    Browse the repository at this point in the history
  3. Caching of initializeMemberResolvers seems to cause a bug

    For contracts that contain both a .cdc source file, with Cadence code,
    and with some functions being implemented natively, the GetMembers()
    does not return the natively implemented members.
    m-Peter committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d39fa9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b8bdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34f6ebe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72bbfe1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20a58ec View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    9e8068e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f50bc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. remove gocap

    turbolent committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    74e0b2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2819 from onflow/bastian/fix-test-diff

    Use kr/pretty instead of go-test/deep to prevent empty diffs, remove gocap
    turbolent authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b9b9568 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2783 from m-Peter/refine-test-framework-api

    Refine API of the testing framework
    SupunS authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    368d7e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d0836e View commit details
    Browse the repository at this point in the history
  5. improve error message

    Co-authored-by: Supun Setunga <[email protected]>
    turbolent and SupunS authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5f185e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d174f7b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2821 from onflow/bastian/check-native-functions

    Check native function declarations
    turbolent authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1956c2e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    88f2e1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de1ec1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    405464a View commit details
    Browse the repository at this point in the history
  4. add new parameter

    turbolent committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f1a8ff1 View commit details
    Browse the repository at this point in the history
  5. fix swap statement evaluation evaluate all parts (left target, left k…

    …ey, right target, right key), before getting and setting
    turbolent committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c6e7139 View commit details
    Browse the repository at this point in the history
  6. add tests

    turbolent committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6748a7e View commit details
    Browse the repository at this point in the history
  7. lint

    turbolent committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6c6f491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e912b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e998f3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a082e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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