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/feat substrate main merge #1016

Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
fcc70cd
Merge PR #919: Clean up and move scripts folder and dev-env
boojamya Aug 19, 2022
53eeddf
Use self-hosted runner for ibctest integration tests (#943)
agouin Aug 23, 2022
323e4b3
bugfix - intermittent channel handshake failure (#937)
agouin Aug 23, 2022
e4cabf9
Adding MinGasAmount (#940)
joeabbey Aug 24, 2022
ebcbfda
Merge PR #953: cosmos - begin and end block event parsing
agouin Aug 26, 2022
91182c9
Fix nil pointer for begin/end block events (#956)
agouin Aug 27, 2022
830b5b9
Fix bug with tracking processing channel msgs (#970)
jtieri Sep 4, 2022
ffc46dc
Merge PR #974: Clarify demo
boojamya Sep 7, 2022
aa8f256
Merge PR #963: Additional Metrics
joeabbey Sep 9, 2022
bf044c6
Merge PR #981: Update IBCdata struct
JeremyParish69 Sep 10, 2022
d8f7914
Fix flattening of events (#979)
agouin Sep 12, 2022
c3db790
Fix unnecessary retention of irrelevant messages (#980)
agouin Sep 12, 2022
e051649
Merge PR #987: Use config.lock file to guard access to config.yaml in…
agouin Sep 15, 2022
d020d3e
ignore recv packet with empty ack bytes (#985)
agouin Sep 15, 2022
1bcaef3
Relay multiple paths from the same process (#988)
agouin Sep 16, 2022
ef5a768
Default to events processor (#989)
agouin Sep 16, 2022
a4206f0
sort packet messages by sequence number (#992)
agouin Sep 19, 2022
2c2c6a7
path processor race (#995)
agouin Sep 20, 2022
be7e027
Use in process Relayer for race detection (#996)
agouin Sep 20, 2022
6a27190
Merge PR #999: Add ability to run all paths in config easil
jackzampolin Sep 23, 2022
15840b7
Merge PR #1005: Fix legacy race condition
agouin Sep 23, 2022
5db81ab
fix counterparty path filter (#1000)
agouin Sep 23, 2022
1d97390
dockerfile: move TARGET* args for fast workflow & ... (#993)
pratikbin Sep 26, 2022
5ac3f63
Respect the `override` flag upon client creation (#997)
jtieri Sep 27, 2022
66e260b
disable CountTotal (#1009)
agouin Sep 30, 2022
25897a2
Fix account sequence mismatch errors (#1007)
agouin Oct 3, 2022
4c38ee1
Keystore implementation for substrate chain (#922)
oshorefueled Aug 22, 2022
a9c366b
feat: add chain processor implementation (#924)
TxCorpi0x Aug 30, 2022
aca1cae
feature/ implement substrate event parser (#923)
TxCorpi0x Sep 14, 2022
3659244
fix: go.mod
TxCorpi0x Oct 11, 2022
8ab8669
Merge branch 'feat-substrate' into sync/feat-substrate-main-merge
TxCorpi0x Oct 11, 2022
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
Use self-hosted runner for ibctest integration tests (#943)
agouin authored Aug 23, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tvdeyen Thomas von Deyen
commit 53eeddf6c6f3581bfddd3948e0391342616dfa50
4 changes: 2 additions & 2 deletions .github/workflows/ibctest.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:

jobs:
events:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
@@ -29,7 +29,7 @@ jobs:
- name: ibctest
run: make ibctest-docker-events
legacy:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1