-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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(new-plugin): support Btcfun #2911
base: develop
Are you sure you want to change the base?
Conversation
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 (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
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.
Please make sure CI works when plugin is initialised!
pnpm run integrationTests
pnpm run smokeTests
Big brother,I've create this pr only commit text "are you ok", but ci still not work. |
will come back here when ci is fixed! |
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.
ok
When can we expect the CI to be fixed? Is it possible to merge this PR first since the plugins are relatively independent? |
@shakkernerd could you help to review and merge this PR |
@tcm390 @odilitime could you help to review this pr,thank you |
Looks fine to me :) but could you resolve the conflict? |
Done |
@tcm390 conflict fixed |
@tcm390 Our develop branch is updated too frequently, and there are frequent conflicts. We still hope to merge as soon as possible, as we've already resolved conflicts many times. It's good now. Thanks |
BTC.Fun Plugin for Eliza
Description
BTC.Fun enables users to effortlessly launch and trade Runes/BRC20 tokens on the Bitcoin network in a permissionless environment. Through the platform, anyone can create their own Runes/BRC20 tokens and initiate a minting process. If the funding goal is met, all minting fees are pooled into the Liquidity Pool to boost trading activity. If the goal is not reached, users will receive a 95% refund on minting fees. This functionality is powered by an Eliza plugin, ensuring seamless and efficient operations throughout the process.
Features
Relates To
Risks
Background
What does this PR do?
This PR adds support for Eliza to interact with btcFun, enabling users to:
What kind of change is this?
Documentation Changes
Documentation has been added with configuration details in the plugin's README.md file.
Testing
Where should a reviewer start?
Detailed Testing Steps
Please refer to the README.md file in this plugin for detailed testing instructions.