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

Adjust to stellar #54

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
${{ runner.os }}-go-

- name: go test
run: go test -timeout 60s ./...
run: go test -timeout 80s ./...

race-test:
name: Race Test
Expand Down
26 changes: 26 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Maintainers

## Active Maintainers
| Name | Github | [Discord][_chat_url] |
|-------------------|----------------------------------------------------|----------------|
| Hendrik Amler | [@tinnendo](https://github.com/tinnendo) | hendrik#5345 |
| Jan Bormet | [@janbormet](https://github.com/janbormet) | _.pants |
| Ilja von Hoessle | [@iljabvh](https://github.com/iljabvh) | iljabvh |
| Sophia Koehler | [@sophia1ch](https://github.com/sophia1ch) | sophia#3072 |
| Philipp-Florens Lehwalder | [@cryptphil](https://github.com/cryptphil) | cryptphil |
| Steffen Rattay | [@rmbrt](https://github.com/rmbrt) | rmbrt |
| Minh Huy Tran | [@NhoxxKienn](https://github.com/NhoxxKienn) | NhoxxKienn |
| Jens Winkle | [@DragonDev1906](https://github.com/DragonDev1906) | jens#4601 |

## Emeritus Maintainers

| Name | GitHub | [Discord][_chat_url] |
|-------------------|-----------|----------------------|
| Matthias Geihs | [@matthiasgeihs](https://github.com/matthiasgeihs) | mpn#9737 |
| Manoranjith | [@manoranjith](https://github.com/manoranjith) | manoranjith#8124 |
| Sebastian Stammler | [@sebastianst](https://github.com/sebastianst) | |
| Anagha Sukumaran| [@anagha-ks](https://github.com/anagha-ks) | |
| Oliver Tale-Yazdi | [@ggwpez](https://github.com/ggwpez) | |


[_chat_url]: https://discord.com/channels/817445017680609340/834052993258225715
119 changes: 64 additions & 55 deletions bindings/adjudicator/Adjudicator.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/adjudicator/AdjudicatorBinRuntime.go

Large diffs are not rendered by default.

45 changes: 26 additions & 19 deletions bindings/assetholder/AssetHolder.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading