-
Notifications
You must be signed in to change notification settings - Fork 4.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: add new plugin fuse #2341
base: develop
Are you sure you want to change the base?
Conversation
* feat: create token template * Update CreateToken.ts * Update Token Creation integration * fix: clean code errors * Update packages/plugin-fuse/src/contracts/src/ERC20Factory.sol Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update packages/plugin-fuse/src/actions/createToken.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update packages/plugin-fuse/src/templates/index.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: remove kzg and chain arguments and update get setting * refactor: simplify ERC20Factory and CustomToken constructors by removing unused parameters * refactor: remove unused parameters from createToken action and update token creation types * refactor: update createTokenTemplate to remove unnecessary fields from required list * refactor: remove unused factoryAddress from TokenCreationParameters and update related templates and tests * fix: roll back changes made by IA * feat: add createTokenAction to fusePlugin actions --------- Co-authored-by: Arthera Node <node@arthera.bask.guru> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: BABA Node <node@baba.guru> Co-authored-by: Bertrand Juglas <b@juglas.name>
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking forward to using this asap
Removed ].filter(Boolean),
for chain config
…reateTokenAction (#6)
Relates to
#3002
Risks
Low, only adding one new plugin dedicated to one EVM chain.
Background
What does this PR do?
This PR integrates a plugin intended for the Fuse blockchain, which includes onchain actions:
What kind of change is this?
Features (non-breaking change which adds functionality)
Documentation changes needed?
My changes do not require a change to the project documentation.
Testing
How we have tested the PR?
By integrating plugin-fuse in eliza-starter and starting the new actions by discussing with the Telegram bot. Our integration test is visible at https://github.com/bertux/eliza-starter/tree/plugin-fuse-integration
Where should a reviewer start?
By looking at the automated tests of
plugin-fuse
Detailed testing steps
FUSE_PRIVATE_KEY
to.env
createToken
action to generate a new ERC20 tokentransfer
action to send tokens to another walletDiscord username
bertux.celo