Skip to content

Commit

Permalink
feat: implement fallback address (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey authored May 10, 2024
1 parent 3cf6a2c commit 02a34f8
Show file tree
Hide file tree
Showing 24 changed files with 1,199 additions and 376 deletions.
1 change: 1 addition & 0 deletions .changelog/unreleased/features/12-fallback-address.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Support an optional fallback address for easy recovery of funds. ([#12](https:/noble-assets/forwarding/pull/12))
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
run: docker image load -i ${{ env.TAR_PATH }}

- name: run test
run: cd e2e && go test -race -v -timeout 30m -run ^${{ matrix.test }}$ .
run: cd e2e && go test -race -v -timeout 15m -run ^${{ matrix.test }}$ .
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ test: test-e2e

test-e2e:
@echo "🤖 Running e2e tests..."
@cd e2e && go test -race -v ./...
@cd e2e && go test -timeout 15m -race -v ./...
@echo "✅ Completed e2e tests!"
110 changes: 92 additions & 18 deletions api/noble/forwarding/v1/account.pulsar.go

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

Loading

0 comments on commit 02a34f8

Please sign in to comment.