Skip to content

Adjust to stellar #54

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

Merged
merged 20 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 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
86a48df
Remove channel id array (#2)
sophia1ch Feb 19, 2025
ccb0880
chore: Refactoring and remove unnecessary logs
sophia1ch Feb 19, 2025
5791b8c
chore(all): Update license date
sophia1ch Feb 26, 2025
8cea3fc
fix(golangci): allow 2025 in license header
sophia1ch Feb 26, 2025
a3c8680
Merge branch 'main' into adjust-to-stellar
sophia1ch Feb 26, 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 .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ linters-settings:
goheader:
values:
regexp:
ANY_YEAR: "20(19|20|21|22|23|24)" # 2019-2024
ANY_YEAR: "20(19|20|21|22|23|24|25)" # 2019-2024
template-path: .copyright-header
forbidigo:
forbid:
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