Skip to content

Commit

Permalink
feat: airdrop transfer contract #ntrn-116 (#1)
Browse files Browse the repository at this point in the history
* Implement stage basics

* tmp

* finish first draft

* fix release

* add basic structure for typescript test script

* implement step #1

* add queries and rename stuff

* add checks

* split steps into separate commands

* refactor a bit

* fix fee, add query state

* fix fee calculation

* fix timeout

* cleanup

* add handle sudo error

* rewrite stages to handle error states

* draft: make contract work with errors, and independent ica creation

* add timeouts as initialization msg parts to test them

* feat: integration tests (#2)

* tmp: add integration tests

* fix: fix

* fix tests

* ignore cosmopark file

* tmp

* kek

* tests run

* add gaia client for tests

* review fixes

* add waitResult

* tests almost pass

* fix tests

* add incorrect stage checks

* finish tests

* remove old manual tests

---------

Co-authored-by: Sergey Ratiashvili <[email protected]>

---------

Co-authored-by: Sergey Ratiashvili <[email protected]>
  • Loading branch information
NeverHappened and ratik authored Oct 17, 2023
1 parent 5720803 commit c5b82cf
Show file tree
Hide file tree
Showing 63 changed files with 6,807 additions and 73 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install stable toolchain
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.71
override: true
components: rustfmt, clippy

Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/Release.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
# IDEs
*.iml
.idea

# Built artifacts
/artifacts
Loading

0 comments on commit c5b82cf

Please sign in to comment.