Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: get transfer status function #309

Merged
merged 27 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
98191b6
feat: get transfer status function
wainola Nov 3, 2023
e218cf8
chore: small correction on url
wainola Nov 3, 2023
1045243
chore: jsdocs with description
wainola Nov 3, 2023
fe0c188
chore: updating function implementation, adding explorer urls as cons…
wainola Nov 4, 2023
aa97ee0
chore: update evm to evm example
wainola Nov 4, 2023
69731a9
fix: revert back on ethers version
wainola Nov 4, 2023
f05d0ac
chore: update ethers version and lock file
wainola Nov 4, 2023
99c4ba4
chore: changes on yarnrc file to deal with checksum error
wainola Nov 6, 2023
d320aa4
chore: reset checksum behaviour
wainola Nov 6, 2023
f7a85a8
chore: checksum behaviour update
wainola Nov 6, 2023
9ee9ef2
chore: remove checksum behaviour from yarnrc file
wainola Nov 6, 2023
ff94afa
chore: revert
wainola Nov 6, 2023
4623039
chore: update lock file and remove update on checksum
wainola Nov 6, 2023
4ebd33d
chore: revert removal of checksum
wainola Nov 6, 2023
934ed7c
chore: use stable yarn version on ci
wainola Nov 6, 2023
1836f8d
chore: update on checksum using stable version of yarn
wainola Nov 6, 2023
dece930
chore: test removal of node version 16
wainola Nov 6, 2023
d8c5525
chore: remove duplicated entry
wainola Nov 6, 2023
e682cd2
chore: update examples with get transfer status call
wainola Nov 7, 2023
7397513
chore: minor update to gmp example
wainola Nov 7, 2023
91913cf
chore: using testnet and not devnet for GMP
wainola Nov 7, 2023
67d1b3b
chore: rebase with main
wainola Nov 7, 2023
a9c72c2
chore: removing eslint disable comment
wainola Nov 7, 2023
5e153b2
chore: using node version 18 and 20 on workflows, and using node vers…
wainola Nov 7, 2023
d1b39a6
chore: positioning end of the script inside the interval
wainola Nov 8, 2023
b01ee11
chore: small changes for PR review
wainola Nov 13, 2023
0c643fa
Merge branch 'main' into feat/transfer-status
wainola Nov 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: test removal of node version 16
wainola committed Nov 6, 2023
commit dece930838b96e7341905ed79f6eb11a9f12b50a
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18]
node: [18]
fail-fast: true
steps:
- uses: actions/checkout@v3