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

v1.4.0 (CosmWasm v1) #930

Merged
merged 577 commits into from
Sep 12, 2022
Merged

v1.4.0 (CosmWasm v1) #930

merged 577 commits into from
Sep 12, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 28, 2022

  1. Channel close tests

    liorbond committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    4058c9e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    c32ba0b View commit details
    Browse the repository at this point in the history
  2. adding util file that lets me see a transaction more cleanly: convert…

    …ing attributes from the form of bytes to their string form
    eshelB committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a0b0bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b49d664 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1096 from scrtlabs/lior-ibc-tests

    IBC packet receive tests and bag fixes
    liorbond authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    498d961 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d0f85a View commit details
    Browse the repository at this point in the history
  6. IBC ack tests

    liorbond committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b058d3c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    5b97e6f View commit details
    Browse the repository at this point in the history
  2. adding util file that lets me see a transaction more cleanly: convert…

    …ing attributes from the form of bytes to their string form
    eshelB committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8152de2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d65399 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1097 from scrtlabs/lior-ibc-tests

    All IBC tests
    liorbond authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b7ab07f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfd161b View commit details
    Browse the repository at this point in the history
  6. Fix gtests

    liorbond committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    add2302 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1098 from scrtlabs/lior-ibc-tests

    Fix gtests
    liorbond authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    50551f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5dfee90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    819352f View commit details
    Browse the repository at this point in the history
  10. Commented code

    liorbond committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    07d51f4 View commit details
    Browse the repository at this point in the history
  11. Fix test setup

    Cashmaney committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2888b8a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9312c1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1099 from scrtlabs/lior-ibc-tests

    Lior ibc tests
    liorbond authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    30a4318 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    b115959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21fe583 View commit details
    Browse the repository at this point in the history
  3. Fixed secretcli dependency on SGX_MODE environment variable when inte…

    …racting with contracts
    Cashmaney committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9f30493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc98d0a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1105 from scrtlabs/cosmwasm-v1-with-every

    Cosmwasm v1 with every
    liorbond authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7f10223 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1f4475 View commit details
    Browse the repository at this point in the history
  7. Fix redundant base64

    liorbond committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3bc94c2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1107 from scrtlabs/fix-redundant-base64

    Fix redundant base64 in SubMsgResponse
    liorbond authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2d22526 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b66b585 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    460b951 View commit details
    Browse the repository at this point in the history
  11. avoiding a sequence mismatch by using a different account for the rel…

    …ayer and for the contract initialization
    eshelB committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    fa8019e View commit details
    Browse the repository at this point in the history
  12. clippy

    assafmo committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    fbad24e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    66ed573 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d23d2f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a891416 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c1f96ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eabc980 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1113 from scrtlabs/ibc-integration-tests

    Ibc integration tests
    eshelB authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    4094d3e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b8b4aeb View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1110 from scrtlabs/upload-artifact

    Fix CI by uploading the artifacts
    liorbond authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6454dfa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    111b684 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #1115 from scrtlabs/fix-xbuild

    Fix xbuild the same way as it was fixed in master
    liorbond authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3001846 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #1114 from scrtlabs/fix-query-error-parsing

    CW v1 supports every error rather than only StdErrors in query
    liorbond authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    4c70d6d View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1111 from scrtlabs/split-store-events

    Split events when using StoreCode
    liorbond authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    779dc5e View commit details
    Browse the repository at this point in the history
  25. Prettier

    assafmo committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1236aae View commit details
    Browse the repository at this point in the history
  26. See 229bc81

    assafmo committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    20b76a4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    041f01f View commit details
    Browse the repository at this point in the history
  28. Merge pull request #1104 from scrtlabs/fu-sgx-mode

    Fixed that stupid dependency on SGX_MODE in secretcli
    assafmo authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    daa3fe9 View commit details
    Browse the repository at this point in the history
  29. Add /cosmos/tx/v1beta1 to swagger

    Also re-tag everything, it looks nicer in the UI that way
    assafmo committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    8892abb View commit details
    Browse the repository at this point in the history
  30. Rebuild swagger as v1.4.0

    assafmo committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    16a2199 View commit details
    Browse the repository at this point in the history
  31. empty

    assafmo committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    80580c0 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #1117 from scrtlabs/cw1-fix-swagger-for-cosmos/tx/…

    …v1beta1
    
    Add `/cosmos/tx/v1beta1` to swagger
    assafmo authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    750c8d3 View commit details
    Browse the repository at this point in the history
  33. Fix make build-ibc-hermes

    assafmo committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c39bd56 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cf8034a View commit details
    Browse the repository at this point in the history
  35. Merge pull request #1067 from scrtlabs/go-1.19

    go-1.19
    assafmo authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7f75294 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    bfffb72 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #1118 from scrtlabs/cw1-some-integration-tests

    Refactor integration tests + Test MsgDelegate
    assafmo authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b56363c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Code comment

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f3885d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8771a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901e81a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5ba279 View commit details
    Browse the repository at this point in the history
  5. Debug CI

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    992f4fb View commit details
    Browse the repository at this point in the history
  6. lint

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    05bdbdf View commit details
    Browse the repository at this point in the history
  7. code comments

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3245c61 View commit details
    Browse the repository at this point in the history
  8. lint

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e5da311 View commit details
    Browse the repository at this point in the history
  9. lint

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d849225 View commit details
    Browse the repository at this point in the history
  10. Undo debug CI

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    1ea8d4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39463aa View commit details
    Browse the repository at this point in the history
  12. lint

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d9d528f View commit details
    Browse the repository at this point in the history
  13. improving the method with which the relayer waits for the localsecret…

    …s to be available before starting
    eshelB committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6737c5b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e65d5e1 View commit details
    Browse the repository at this point in the history
  15. logging dockers in ci

    eshelB committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    70bfd2c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd34723 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e6a0103 View commit details
    Browse the repository at this point in the history
  18. killing ibc containers so that secret.js step in ci can have the port…

    …s available for its localsecret
    eshelB committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5c5dbbe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5049dd3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c5310c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0d48b68 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cc9004b View commit details
    Browse the repository at this point in the history
  23. Debug CI

    assafmo committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a9d327c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

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

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    a53c7f3 View commit details
    Browse the repository at this point in the history
  2. Remove redundant healthcheck from IBC docker-compose

    Already in LocalSecret
    assafmo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    077d27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f686cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dccab46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c3c5c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    154ece5 View commit details
    Browse the repository at this point in the history
  7. LocalSecret: Fix HEALTHCHECK

    assafmo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    50d3556 View commit details
    Browse the repository at this point in the history
  8. Remove unused code comments

    assafmo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    aa5ad16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df21e8c View commit details
    Browse the repository at this point in the history
  10. LocalSecret: Fix HEALTHCHECK

    assafmo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    ca8d153 View commit details
    Browse the repository at this point in the history
  11. CI debug prints

    assafmo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2899d60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2aea33 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e0803e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7729e07 View commit details
    Browse the repository at this point in the history
  15. CI: Remove debug prints

    assafmo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    78ce31f View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1121 from scrtlabs/fix-integration-tests-ci

    Fix CI + More Stuff
    assafmo authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    8d8bd40 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1123 from bjaanes/cosmwasm-v1

    Add support for nano ledger s+
    assafmo authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    80367a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80008a3 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #969 from scrtlabs/gitignore

    Gitignore
    assafmo authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    262ecae View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1124 from scrtlabs/faster-go-tests-startup

    make go tests start up faster when rerunning them
    assafmo authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    b6b52c4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    26b183a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    73164e8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0d2cc80 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2ab0307 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bf85115 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    05fb57b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7d27674 View commit details
    Browse the repository at this point in the history
  28. Merge remote-tracking branch 'origin/cosmwasm-v1' into cw1-upgrade-an…

    …d-migrations
    
    # Conflicts:
    #	app/upgrades/v1.3/upgrades.go
    #	x/compute/module.go
    Cashmaney committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    d816cbe View commit details
    Browse the repository at this point in the history
  29. Consensus version = 1

    Cashmaney committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2a83cbb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. more perf adjustments

    reuvenpo committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ab9f17b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1125 from scrtlabs/faster-go-tests-startup

    more perf adjustments to go tests
    reuvenpo authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9a341b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baba093 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    279e73f View commit details
    Browse the repository at this point in the history
  5. Add message.contract_address attribute to new msg router

    MsgInstantiateContract
    MsgExecuteContract
    
    This was in the old router so will be good for backwards comptability
    assafmo committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    03c0497 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d851ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c79564b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63c269f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b617687 View commit details
    Browse the repository at this point in the history
  10. * Refactored v1/v010 contracts to be in the same path

    * Refactored test contract path - fuck having random contracts in the go module rather than with the other contracts, and refactored most of the hard coded paths so it's easier to move around. Still need to do some work here, but for now I mostly want to see that test pass and shit
    * Deleted schema package (the one in our cw1.0 repo is the same, no need to keep this here)
    Cashmaney committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    fdb2907 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53decf4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b9e623 View commit details
    Browse the repository at this point in the history
  13. Forgot one

    Cashmaney committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    32e2e9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd40e6e View commit details
    Browse the repository at this point in the history
  15. contracts pass compilation

    eshelB committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    589f0dc View commit details
    Browse the repository at this point in the history
  16. Enclave EIP191: Don't use regex to parse StdSignDoc

    Co-authored-by: Cashmaney <itzik@scrtlabs.com>
    assafmo and Cashmaney committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    79bf782 View commit details
    Browse the repository at this point in the history
  17. clippy

    assafmo committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8ceefd0 View commit details
    Browse the repository at this point in the history
  18. Refactor substring

    assafmo committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    0241230 View commit details
    Browse the repository at this point in the history
  19. EIP191: Prettify Amino JSON

    assafmo committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e161627 View commit details
    Browse the repository at this point in the history
  20. EIP191: Prettify Amino JSON

    assafmo committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b941c74 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0e29051 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    019b2b2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    eb1e3d7 View commit details
    Browse the repository at this point in the history
  24. golangci-lint run ./... --fix

    Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
    assafmo and faddat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    99f54ab View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    543a390 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f935f3d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8389903 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    236bfa3 View commit details
    Browse the repository at this point in the history
  29. refactor

    assafmo committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1cb7a49 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4633277 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #1127 from scrtlabs/eip191-enclave

    Fix EIP191 signature verification inside the enclave
    assafmo authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    563ce65 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #1129 from scrtlabs/cw1-lint

    Lint CosmWasm v1
    assafmo authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8416613 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge pull request #1128 from scrtlabs/more-cw1-integration-tests

    More CosmWasm v1 Integration Tests
    assafmo authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0b323ec View commit details
    Browse the repository at this point in the history
  2. clippy

    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5bc1e2d View commit details
    Browse the repository at this point in the history
  3. Overhaul x/compute gRPC queries

    Co-authored-by: liorbond <liorbond@gmail.com>
    assafmo and liorbond committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8b83130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba8e73a View commit details
    Browse the repository at this point in the history
  5. Rebuild swagger

    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7928fd4 View commit details
    Browse the repository at this point in the history
  6. Code comments

    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    038a58d View commit details
    Browse the repository at this point in the history
  7. Integration tests: update to secretjs@1.4.0-alpha.1

    To use the new gRPC interface
    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7c40dd6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1130 from scrtlabs/overhaul-protobuf

    Overhaul gRPC queries
    assafmo authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c1480d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21b4a4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2275108 View commit details
    Browse the repository at this point in the history
  11. Remove admin & history stuff

    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8690d89 View commit details
    Browse the repository at this point in the history
  12. lint

    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    acb59ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f70a627 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23ea672 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80062d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    66cf606 View commit details
    Browse the repository at this point in the history
  17. contracts pass compilation

    eshelB committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b599f7b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7879dd2 View commit details
    Browse the repository at this point in the history
  19. Remove compute 1->2 migration

    no migrations in v1.4
    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0ec9f74 View commit details
    Browse the repository at this point in the history
  20. Revert mode changes

    chmod +x deployment/docker/devimage/bootstrap_init_no_stop.sh
    chmod +x scripts/protoc-swagger-openapi-gen.sh
    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    16e5007 View commit details
    Browse the repository at this point in the history
  21. v2 store migration example

    assafmo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f529309 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c07b341 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'ibc-integration-tests' of github.com:scrtlabs/SecretNet…

    …work into ibc-integration-tests
    eshelB committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b7e4a5b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c1d2284 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #1132 from scrtlabs/add-compute-ibc-route

    Add ibc routing for compute module
    liorbond authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5a94d71 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b0d68f8 View commit details
    Browse the repository at this point in the history
  27. Fix

    liorbond committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    65b5599 View commit details
    Browse the repository at this point in the history
  28. fix

    liorbond committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e04de64 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e329ff1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6d74359 View commit details
    Browse the repository at this point in the history
  31. contracts pass compilation

    eshelB committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    14ad976 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    993e751 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    04db45e View commit details
    Browse the repository at this point in the history
  34. Merge branch 'ibc-integration-tests' of github.com:scrtlabs/SecretNet…

    …work into ibc-integration-tests
    eshelB committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ca07792 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #1131 from scrtlabs/init-tx-info

    Init tx info
    liorbond authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    93495f4 View commit details
    Browse the repository at this point in the history
  36. Rust logs stdout -> stderr

    toml01 authored and liorbond committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    059b547 View commit details
    Browse the repository at this point in the history
  37. fix build

    toml01 authored and liorbond committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ade5aa1 View commit details
    Browse the repository at this point in the history
  38. fix tests

    toml01 authored and liorbond committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    538c344 View commit details
    Browse the repository at this point in the history
  39. Add env variable to control log level

    toml01 authored and liorbond committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    fb635a4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4b1ef77 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    94d3783 View commit details
    Browse the repository at this point in the history
  42. saving to state the values passed on ack and receive, to try to verif…

    …y for sure if the packets got relayed, query not working for some reason
    eshelB committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    3de05c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Merge pull request #1134 from scrtlabs/stderr-logs-cosmwasmv1

    Stderr logs cosmwasmv1
    liorbond authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    33d39c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78b6ccb View commit details
    Browse the repository at this point in the history
  3. parseEncryptedBlob()

    toml01 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0aff497 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1109 from scrtlabs/cw1-upgrade-and-migrations

    v1.4 upgrade handler
    assafmo authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    614bf70 View commit details
    Browse the repository at this point in the history
  5. saving timeouts to state too, querying for all cases in both contract…

    …s, explicitly stating filter in hermes config file, adding traces to localsecrets
    eshelB committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1b3a674 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    182b27c View commit details
    Browse the repository at this point in the history
  7. multiple messages decryption

    toml01 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    373991f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d27ddf View commit details
    Browse the repository at this point in the history
  9. Fix OutputError

    toml01 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    8619e89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    632f62b View commit details
    Browse the repository at this point in the history
  11. using account c to open the channel between the contracts, to avoid s…

    …equence mismatch in relayer loop
    eshelB committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1aad22d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1135 from scrtlabs/decrypt-multiple-cv1

    Decrypt multiple txs `q compute tx`
    liorbond authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2bb6317 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c11a88a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    acf6fb7 View commit details
    Browse the repository at this point in the history
  15. Fix whitespaces

    liorbond committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dddb150 View commit details
    Browse the repository at this point in the history
  16. Cargo.lock

    assafmo committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    42aa1e7 View commit details
    Browse the repository at this point in the history
  17. Fix IBC test

    liorbond committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4fee1b1 View commit details
    Browse the repository at this point in the history
  18. Dont skip tests

    liorbond committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3e465b3 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1137 from scrtlabs/ibc-integration-tests-cw

    Ibc integration tests cw
    liorbond authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    08d61b4 View commit details
    Browse the repository at this point in the history
  20. Bump gas costs to 100K per contract instance and another 200_000 (was…

    …m gas) per ocall (read/write from db)
    Cashmaney authored and assafmo committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b20f773 View commit details
    Browse the repository at this point in the history
  21. Update gas.rs

    Bumping ocall cost to 2_000_000 gas
    Cashmaney authored and assafmo committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f3f4bbe View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a6bd7c5 View commit details
    Browse the repository at this point in the history
  23. stuff

    assafmo committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4bed248 View commit details
    Browse the repository at this point in the history
  24. things

    assafmo committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2c7241f View commit details
    Browse the repository at this point in the history
  25. Merge pull request #1133 from scrtlabs/bump-gas-costs

    Bump gas costs to 100K per contract instance and another 200_000 (was…
    assafmo authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    900491c View commit details
    Browse the repository at this point in the history
  26. Fix release

    liorbond committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    39f982a View commit details
    Browse the repository at this point in the history
  27. Merge pull request #1139 from scrtlabs/fix-release

    Fix release
    liorbond authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ccc3da5 View commit details
    Browse the repository at this point in the history
  28. Merge remote-tracking branch 'origin/cosmwasm-v1' into refactored-tes…

    …t-contracts
    
    # Conflicts:
    #	x/compute/internal/keeper/test_common.go
    Cashmaney committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    cfa439b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. lint

    assafmo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f5e9d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cecf34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb306ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ededce2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9f5b7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40f0d2c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1140 from scrtlabs/fix-secretcli-data-field-decrypt

    Fix `secretcli q compute tx` data field decryption
    assafmo authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    411026d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6534cc View commit details
    Browse the repository at this point in the history
  9. Add aliases for secretcli compute subcommands

    Now all of these are possible:
    - secretcli q wasm
    - secretcli tx wasm
    - secretcli tx compute init
    - secretcli tx compute exec
    - secretcli tx wasm init
    - secretcli tx wasm exec
    assafmo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    06e7e6b View commit details
    Browse the repository at this point in the history
  10. Better jest output

    assafmo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a0458bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af91aab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8bcf46c View commit details
    Browse the repository at this point in the history
  13. Test addr validate

    liorbond committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3744932 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1141 from scrtlabs/add-validate-test

    Add validate test
    liorbond authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d4b5a44 View commit details
    Browse the repository at this point in the history
  15. Protobuf code comments

    assafmo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    094ef0f View commit details
    Browse the repository at this point in the history
  16. Testing passing locally -

    Moved all the paths to be defined in test_common.go
    Cashmaney committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    531730d View commit details
    Browse the repository at this point in the history
  17. Trigger CI

    assafmo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    baefa7e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    985638d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1020 from scrtlabs/codeql-test

    Create codeql-analysis.yml
    Cashmaney authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    7480df2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c2d6901 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Another old contract path

    Cashmaney committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1d3582f View commit details
    Browse the repository at this point in the history
  2. Test init and execute data

    liorbond committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    67f8130 View commit details
    Browse the repository at this point in the history
  3. Fix v0.10 env.block.time

    + go-tests `TestEnv()`
    assafmo committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    4c3624f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9464c1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1126 from scrtlabs/refactored-test-contracts

    * Refactored v1/v010 contracts to be in the same path
    Cashmaney authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8430557 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3840269 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d4c525 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1163 from scrtlabs/remove-stargatequery-get-all-q…

    …ueries
    
    StartgateQuery: Remove all non-O(1) queries
    assafmo authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    652d804 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5506e41 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1162 from scrtlabs/fix-v010-env-block-time

    Fix v0.10 `env.block.time`
    assafmo authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    77952ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbab3ab View commit details
    Browse the repository at this point in the history
  12. "v1.4-fix" upgrade handler

    assafmo committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    036c898 View commit details
    Browse the repository at this point in the history
  13. gofumpt

    assafmo committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f6d1bf6 View commit details
    Browse the repository at this point in the history
  14. Fix tests

    liorbond committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    26c1a07 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1164 from scrtlabs/test-outputs

    Test outputs
    liorbond authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    88eebbc View commit details
    Browse the repository at this point in the history
  16. Trigger CI

    assafmo committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    2006602 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Update CHANGELOG.md

    liorbond authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e2cac38 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into cosmwasm-v1

    # Conflicts:
    #	.github/workflows/ci.yaml
    #	.github/workflows/release.yaml
    Cashmaney committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4b9d80a View commit details
    Browse the repository at this point in the history