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

feat: implement realm for manual rewards #171

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Change remaining realm -> r
harry-hov committed Sep 27, 2023
commit df7cb717deb853fc050ff2abc6e187ffcd68d6c1
4 changes: 2 additions & 2 deletions .github/workflows/realm.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: realm
on:
pull_request:
paths:
- "realm/**"
- "r/**"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please rebase and also fix for .github/workflows/deploy-realm.yml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done -> Can you please verify the changes? -> 0f83b2d

- "Makefile"
- "go.sum"
push:
@@ -21,4 +21,4 @@ jobs:
with:
go-version: 'stable'
- run: go mod download -x
- run: go run github.com/gnolang/gno/gnovm/cmd/gno test -verbose -run 'Test([^P]|P[^e])' ./realm
- run: go run github.com/gnolang/gno/gnovm/cmd/gno test -verbose -run 'Test([^P]|P[^e])' ./r
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ z_use_remote_gno: ## Use the remote 'github.com/gnolang/gno' module and remove a
@go mod edit -dropreplace github.com/gnolang/gno

z_test_realms: ## Test the realms.
go run github.com/gnolang/gno/gnovm/cmd/gno test --verbose ./realm
go run github.com/gnolang/gno/gnovm/cmd/gno test --verbose ./r

z_test_integration: ## Test the realm.
go test -v -run='TestIntegration/.*' .
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ services:
depends_on:
- gnoland
volumes:
- "./realm:/realm"
- "./r:/r"
logging:
driver: "json-file"
options: