Closed 0x4007 closed 1 month ago
Pull request should be ready by tomorrow EOD.
I had a delay on this one, will continue on Sunday.
@gitcoindev any update
@pavlovcik thank you for reminding me, I left it half-baked last week. I am on it and will try to finish today.
Pull request https://github.com/ubiquity/ubiquibot-kernel/pull/16 ready for review.
! No price label has been set. Skipping permit generation.
I'll try and replace the X25519 key tonight to the correct wallet to roll out GitHub incentives/payments again.
+ Evaluating results. Please wait...
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Specification | 1 | 8.4 |
Issue | Comment | 2 | 4.6 |
Review | Comment | 1 | 4 |
Comment | Formatting | Relevance | Reward |
---|---|---|---|
1. Allow configuration in the `UbiquiBot Logger` npm module to i... | 8.4li: count: 2 score: "2" words: 29 code: count: 1 score: "1" words: 2 | 1 | 8.4 |
@gitcoindev any update... | 0.6 | - | 0.6 |
I'll try and replace the X25519 key tonight to the correct walle... | 4 | 0.01 | 4 |
> Also tested at https://github.com/gitcoindev/ubiquibot/issues/... | 4 | 0.63 | 4 |
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Task | 1.00 | 200 |
Issue | Comment | 4 | 0 |
Issue | Comment | 4 | 5.5 |
Review | Comment | 3 | 27.2 |
Review | Comment | 3 | 27.2 |
/help
Command | Description | Example |
---|---|---|
/start |
Assign yourself to the issue. | /start |
/stop |
Unassign yourself from the issue. | /stop |
/help |
List all available commands. | /help |
/query |
Returns the user's wallet, access, and multiplier information. | /query @user |
/ask |
Ask a context aware question. | /ask is x or y the best approach? |
/multiplier |
Set the task payout multiplier for a specific contributor, and provide a reason for why. | /multiplier @user 0.5 "multiplier reason" |
/labels |
Set access control, for admins only. | /labels @user priority time price |
/authorize |
Approve a label change, for admins only. | /authorize |
/wallet |
Register your wallet address for payments. | /wallet ubq.eth |
/query @gitcoindev
Property | Value |
---|---|
Wallet | 0x4D0704f400D57Ba93eEa88765C3FcDBD826dCFc4 |
/wallet 0x7e92476D69Ff1377a8b45176b1829C4A5566653a
+ Successfully registered wallet address
/query @gitcoindev
Property | Value |
---|---|
Wallet | 0x4D0704f400D57Ba93eEa88765C3FcDBD826dCFc4 |
Hi @pavlovcik @whilefoo during a few hrs debugging I seem to have found the root cause. The permit was generated to a wrong destination address. See values in the comments above. I tried to update the wallet address, but the bot still returns 0x4D0704f400D57Ba93eEa88765C3FcDBD826dCFc4
, which was used in the permit.
I was also able to reproduce on my localhost 'The reward is not for you' when I flipped isNonceClaimed() return value to true.
This looks promising! Do you think you can open a pull request?
This looks promising! Do you think you can open a pull request?
Not yet, I am still looking at why the wallet address cannot be updated.
/query @gitcoindev
Property | Value |
---|---|
Wallet | 0x4D0704f400D57Ba93eEa88765C3FcDBD826dCFc4 |
/wallet 0x7e92476D69Ff1377a8b45176b1829C4A5566653a
+ Successfully registered wallet address
/query @gitcoindev
Property | Value |
---|---|
Wallet | 0x4D0704f400D57Ba93eEa88765C3FcDBD826dCFc4 |
I manually migrated the wallets in from the old database a couple of weeks ago. I probably messed up something with a foreign key which is probably the root cause of this issue. I can check when I'm back on my computer but also dm me your Supabase email and I can share access so you can see for yourself.
I manually migrated the wallets in from the old database a couple of weeks ago. I probably messed up something with a foreign key which is probably the root cause of this issue. I can check when I'm back on my computer but also dm me your Supabase email and I can share access so you can see for yourself.
All right, thank you for the hint. I was pretty confused about this -). There is no rush, please take your time and check when you're back on your computer.
/wallet 0x7e92476D69Ff1377a8b45176b1829C4A5566653a
+ Successfully registered wallet address
/query @gitcoindev
Property | Value |
---|---|
Wallet | 0x4D0704f400D57Ba93eEa88765C3FcDBD826dCFc4 |
[ 17 WXDAI ]
@pavlovcik
[ 259.9 WXDAI ]
@gitcoindev
Due to the unexpected extended downtime with the payments I will proceed with manual payments. I will use the address you have registered for our core team base payroll 0x7e92476D69Ff1377a8b45176b1829C4A5566653a
to proceed.
https://gnosisscan.io/tx/0x9b1be0f6fa49938a067b93eb9c4fd32e495e68a993e5953fdcf3e06293fa75bd
/wallet 0x7e92476D69Ff1377a8b45176b1829C4A5566653a
! action returned an unexpected value
/start
! Skipping '/start' because the issue is closed.
/start
/query @gitcoindev
! action has an uncaught error
/start
Please ignore the comments below, I am debugging the root cause.
/help
Command | Description | Example |
---|---|---|
/start |
Assign yourself to the issue. | /start |
/stop |
Unassign yourself from the issue. | /stop |
/help |
List all available commands. | /help |
/query |
Returns the user's wallet, access, and multiplier information. | /query @user |
/ask |
Ask a context aware question. | /ask is x or y the best approach? |
/multiplier |
Set the task payout multiplier for a specific contributor, and provide a reason for why. | /multiplier @user 0.5 "multiplier reason" |
/labels |
Set access control, for admins only. | /labels @user priority time price |
/authorize |
Approve a label change, for admins only. | /authorize |
/wallet |
Register your wallet address for payments. | /wallet ubq.eth |
/start
! action has an uncaught error
/query @gitcoindev
Property | Value |
---|---|
Wallet | 0x7e92476D69Ff1377a8b45176b1829C4A5566653a |
/start
UbiquiBot Logger
npm module to interface with our Supabase key and URL.