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

fix(feed): portal-loop deployment #1448

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

n0izn0iz
Copy link
Collaborator

@n0izn0iz n0izn0iz commented Dec 6, 2024

The social feeds on portal loop got brought down because it's /p/teritori/jsonutil dependency was importing the users realm

I tried to fix and redeploy in this PR, deploying jsonutils worked but deploying the feed errors out with:

❯ gnokey maketx call \                                                                                                                                                              Native
                -pkgpath "gno.land/r/teritori/social_feeds" \
                -func="CreateFeed" \
                -gas-fee="1000000ugnot" \
                -gas-wanted="5000000" \
                -remote="https://rpc.gno.land" \
                -chainid="portal-loop" \
                -broadcast \
                -args "teritori" \
                teritori-test4-seed --simulate skip
Enter password.
TX HASH:    JCaVWe0O9HM6dft5pPgDGDpwA2r312GN0F03CDavidQ=
--= Error =--
Data: internal error
Msg Traces:
    0  /Users/norman/Code/gno/tm2/pkg/crypto/keys/client/maketx.go:215 - deliver transaction failed: log:recovered: unexpected node with location gno.land/r/teritori/social_feeds/:0:0
stack:
goroutine 44 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.22.9/x64/src/runtime/debug/stack.go:24 +0x5e
github.com/gnolang/gno/tm2/pkg/sdk.(*BaseApp).runTx.func1()
	/home/runner/work/gno/gno/tm2/pkg/sdk/baseapp.go:763 +0x205
panic({0xf01220?, 0xc006000500?})
	/opt/hostedtoolcache/go/1.22.9/x64/src/runtime/panic.go:770 +0x132
github.com/gnolang/gno/gnovm/pkg/gnolang.(*defaultStore).GetBlockNode(0x0?, {{0xc010c37940, 0x20}, {0x0, 0x0}, 0x0, 0x0})
	/home/runner/work/gno/gno/gnovm/pkg/gnolang/store.go:521 +0x1ad
github.com/gnolang/gno/gno.land/pkg/sdk/vm.(*VMKeeper).Call(_, {{0x13896b8, 0xc010084570}, 0x2, {0x1388620, 0xc029257f40}, {0x13898b0, 0xc015e0d8c0}, {0xc0054cb010, 0xb}, ...}, ...)
	/home/runner/work/gno/gno/gno.land/pkg/sdk/vm/keeper.go:422 +0x154
github.com/gnolang/gno/gno.land/pkg/sdk/vm.vmHandler.handleMsgCall({_}, {{0x13896b8, 0xc010084570}, 0x2, {0x1388620, 0xc029257f40}, {0x13898b0, 0xc015e0d8c0}, {0xc0054cb010, 0xb}, ...}, ...)

Signed-off-by: Norman Meier <[email protected]>
Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for gno-dapp ready!

Name Link
🔨 Latest commit 128c677
🔍 Latest deploy log https://app.netlify.com/sites/gno-dapp/deploys/6752e4f7b007f8000855e498
😎 Deploy Preview https://deploy-preview-1448--gno-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for teritori-dapp ready!

Name Link
🔨 Latest commit 128c677
🔍 Latest deploy log https://app.netlify.com/sites/teritori-dapp/deploys/6752e4f7f8326e00088004dd
😎 Deploy Preview https://deploy-preview-1448--teritori-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@n0izn0iz n0izn0iz marked this pull request as draft December 7, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant