-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: multiversx plugin #860
Merged
lalalune
merged 15 commits into
elizaOS:develop
from
mgavrila:feature/multivesrx-plugin
Dec 14, 2024
Merged
feat: multiversx plugin #860
lalalune
merged 15 commits into
elizaOS:develop
from
mgavrila:feature/multivesrx-plugin
Dec 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mgavrila
changed the title
[WIP] Feature/multivesrx plugin
[WIP] Feature/multiversx plugin
Dec 5, 2024
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
2 times, most recently
from
December 6, 2024 16:51
b654ebf
to
78ec35c
Compare
lalalune
previously approved these changes
Dec 7, 2024
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
from
December 7, 2024 12:19
78ec35c
to
1d3c41b
Compare
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
4 times, most recently
from
December 10, 2024 15:02
b33d8e5
to
ff47f55
Compare
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
from
December 10, 2024 18:47
ff47f55
to
989a2a8
Compare
odilitime
previously approved these changes
Dec 10, 2024
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
5 times, most recently
from
December 12, 2024 07:40
b326e79
to
47f3c6a
Compare
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
from
December 12, 2024 18:04
47f3c6a
to
eaa3ce4
Compare
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
2 times, most recently
from
December 13, 2024 17:44
a00b160
to
f8873a3
Compare
mgavrila
force-pushed
the
feature/multivesrx-plugin
branch
from
December 13, 2024 19:26
314d99a
to
b47ff06
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Risks
Background
MultiversX, the EGLD network, is a distributed blockchain network for next-gen applications. Decentralized via 3,000+ nodes, scalable through sharding, fast, secure & green.
What does this PR do?
Introducing new plugin for agent to manage a MultiversX wallet.
What kind of change is this?
Documentation changes needed?
Testing
Where should a reviewer start?
Go to the multiversx-plugin directory. For the moment i only support transfer of EGLD and ESDT tokens and new token creation. New features will be added.
Detailed testing steps
Enable the multiversx-plugin in the test agent, set the MultiversX wallet private key and network in .env.
For unit test, run pnpm test in plugin-multiversx directory.