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

P 1277 Avoid depending on moonbeam/astar deps #3237

Merged
merged 4 commits into from
Jan 24, 2025
Merged

P 1277 Avoid depending on moonbeam/astar deps #3237

merged 4 commits into from
Jan 24, 2025

Conversation

BillyWooo
Copy link
Collaborator

remove moonbeam/astar direct dependency;
copy rpc related code and put it into repo litentry/moonbeam-vendor-rpc.
Also check repo: https://github.com/litentry/moonbeam-vendor-rpc

BillyWooo added 2 commits January 24, 2025 13:25
copy rpc related code and put it into separate repo `litentry/moonbeam-vendor-rpc`
@BillyWooo BillyWooo requested a review from a team January 24, 2025 13:27
Copy link

linear bot commented Jan 24, 2025

@BillyWooo BillyWooo self-assigned this Jan 24, 2025
@BillyWooo BillyWooo requested a review from Kailai-Wang January 24, 2025 14:25
Copy link
Collaborator

@Kailai-Wang Kailai-Wang left a comment

Choose a reason for hiding this comment

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

Thank you!

# the network might not be started with zombienet
killall polkadot || true
killall litentry-collator || true
else
kill -2 $ZOMBIENET_PID
sudo kill -2 $ZOMBIENET_PID
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we don't need sudo here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

wired. I was getting something like ./scripts/clean-network.sh: line 27: kill: (388645) - Operation not permitted.
But now it's disappeared.
I will remove this sudo.

@BillyWooo BillyWooo merged commit c89f8d7 into dev Jan 24, 2025
20 checks passed
@BillyWooo BillyWooo deleted the p-1277-new-try branch January 24, 2025 20:06
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.

2 participants