-
Notifications
You must be signed in to change notification settings - Fork 26
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-fee-column #163
base: development
Are you sure you want to change the base?
feat/new-fee-column #163
Conversation
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 post QA
@0x4007 I have added tests. |
@0x4007 @gentlementlegen Please review this PR. I just made changes. |
Please post QA |
I have Posted QA as well |
QA added to fees.test.ts |
I mean run it and share a link to the GitHub comment |
Could you guide me through the process of running it on github. I have only been able to successfully run the tests locally. |
You should install an app on your own organization or account, then run https://github.com/ubiquity-os/ubiquity-os-kernel locally so events are dispatched, and finally the plugin will run. Find more doc here. |
I have installed my app and ran the kernel but i am still confused on how to run this plugin. could you clarify this more for me? @gentlementlegen |
@UbiquityOS Explain how to install and run the kernel, and install |
! 413 Request Entity Too Large |
@UbiquityOS Explain how to install and run the kernel, and install text-conversation-rewards plugin, in a short way. |
! 413 Request Entity Too Large |
@jaykayudo You will need to add this plugin in your configuration so the kernel can call it, like so Then on your repo once you close an issue, it will trigger a run. |
@gentlementlegen I am still having some issues so i am going to share the steps i took so please help me point where i might have made a mistake
|
|
This query afaik probably wouldn't work, it pulls the repo readme into the conversation to understand setup instructions. I've not seeded my DB and investigated (I assume reviewers have done this already and confirmed it's all good) what is being returned from the embedding-related search or what is stored in the DB so I may be mistaken here. @jaykayudo here is a walkthrough by our LLM, but it looks like it's a @gentlementlegen perhaps a helper CLI tool like |
! 413 Request Entity Too Large |
The plug-in should not have run on a quoted comment also. What I've seen is that it tried to diff the |
Perhaps this strategy is valid:
Basically this strategy would start by excluding dist and likely other large changes like lock file etc. it will be able to include tens of small files dynamically though. |
@UbiquityOS Explain how to install and run the kernel, and install |
Installing and Running the UbiquityOS Kernel with the
|
Pretty solid. Looks like very minor url hallucinations. Good job. Based on your reactions seems like that wasn't the output you expected. |
I expected it to be a lot less verbose. It still dumps out the entire thing. |
@UbiquityOS Could you check the file src/parser/permit-generation-module.ts file and explain the changes ? |
No output because the API calls are rate-limited. |
We should throw an error and comment that. I thought this was already the default behavior |
Add Comment to the issue also got rate limited, so it could not log the error to the comment. |
@UbiquityOS Could you check the file src/parser/permit-generation-module.ts file and explain the changes ? |
Certainly! Here's a detailed overview of the changes made to the 1. Fee Rate Calculation AdjustmentBefore the Change: result[key].feeRate = feeRateDecimal.toNumber();
After the Change: result[key].feeRate = new Decimal(env.PERMIT_FEE_RATE).toNumber();
2. Impact on Reward Calculations
3. Enhancements in Test OutputsChanges in
4. Rationale Behind the Changes
5. Additional Considerations
SummaryThe primary modification in If you have any further questions or need additional clarification on these changes, feel free to ask! |
I think we did hit some sort of Secondary Rate Limit for GQL Queries or something. |
I wonder if we can fallback to github actions bot auth in extreme situations to comment the error |
I agree with this, for extreme situations, the kernel should be be able to log a message/comment from where the even was invoked ? |
@jaykayudo, this task has been idle for a while. Please provide an update. |
Resolves #161