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

Remove channelID array #56

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f3ba31c
chore: Update to latest multi-backend commit in go-perun.
sophia1ch Aug 28, 2024
402ee09
chore: Update to latest multi-backend commit in go-perun.
sophia1ch Sep 22, 2024
c17ca34
feat(asset): Change to multi.Asset implementation.
sophia1ch Sep 25, 2024
5b4c56d
feat(asset): Change to multi.Asset implementation.
sophia1ch Oct 2, 2024
97e70cc
feat(all): Adjust to mutli.AssetID implementation & specify backendID…
sophia1ch Oct 15, 2024
0e69319
feat(asset): Change to multi.Asset implementation.
sophia1ch Oct 15, 2024
d1b472f
chore(go.mod): Update go-perun version
sophia1ch Oct 29, 2024
759a943
fix(adjudicator.go, test, contractbackend.go): Use chainID.MapKey as …
sophia1ch Nov 6, 2024
bf6b0a1
feat(bindings): Add latest compiled contract
sophia1ch Dec 4, 2024
5f0c9aa
chore: Add Maintainers file
sophia1ch Dec 18, 2024
61a01c7
chore(all): update go-perun dependency and gofmt files
sophia1ch Dec 23, 2024
3f500a6
fix: delete toolchain directive
sophia1ch Dec 23, 2024
639ef81
chore(all): Add comments
sophia1ch Dec 30, 2024
d9f34d9
chore(all): Add comments
sophia1ch Dec 30, 2024
a30c3f0
fix: increase test timeout
sophia1ch Dec 30, 2024
3114384
chore: Update go-perun dependency and contract bindings
sophia1ch Jan 14, 2025
1cba30f
fix: remove unwanted linters
sophia1ch Jan 14, 2025
5cf3234
chore(all): Use named BackendID and update license date
sophia1ch Jan 28, 2025
6e3fd89
chore(channel): go fmt files
sophia1ch Jan 28, 2025
d0bd87c
chore: Add comments
sophia1ch Jan 28, 2025
80faf4a
chore: Update go-perun dependency
sophia1ch Jan 28, 2025
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
115 changes: 62 additions & 53 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