Open web4er opened 1 year ago
should accept wallet command without signature
register-wallet-with-verification: false
/wallet 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2
Updated the wallet address for @web4er successfully! Your new address: 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2
should print correct error with correct usage example for empty wallet command
register-wallet-with-verification: false
/wallet
Please include your wallet or ENS address. usage: /wallet 0x0000000000000000000000000000000000000000
register-wallet-with-verification: true
should not accept wallet without signature
register-wallet-with-verification: true
/wallet 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2
Skipping to register the wallet address because you have not provided a valid SIGNATURE_HASH.
Use etherscan to sign the message DevPool
and register your wallet by appending the signature hash.
Usage:
/wallet <WALLET_ADDRESS | ENS_NAME>
Example: /wallet 0x0000000000000000000000000000000000000000 0x0830f316c982a7fd4ff050c8fdc1212a8fd92f6bb42b2337b839f2b4e156f05a359ef8f4acd0b57cdedec7874a865ee07076ab2c81dc9f9de28ced55228587f81c
should accept wallet with correct signature
register-wallet-with-verification: true
/wallet 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2 0x02aa024ce04bfe53648d410cee03a046c54e6ec558b26e376b207cf36c8685404e00e7e2ccb0ba5114f1b890c90881f016f628efbb21c930db789c157690e58c1b
Updated the wallet address for @web4er successfully! Your new address: 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2
should not accept wallet with incorrect signature
register-wallet-with-verification: true
/wallet 0x1F9FCc0E84dc2094499b848AE37Cd6a51db03Ff2 0xdcd592592ed6e964b13a5837b2f7eca6ca8265a1ac919cfc87495213165e1b5176274e09e69632a03f579ea25d8ded9b31c16d1a7ef94574d3b6a36e154bcc4f1b
Skipping to register the wallet address because you have not provided a valid SIGNATURE_HASH.
Use etherscan to sign the message DevPool
and register your wallet by appending the signature hash.
Usage:
/wallet <WALLET_ADDRESS | ENS_NAME>
Example: /wallet 0x0000000000000000000000000000000000000000 0x0830f316c982a7fd4ff050c8fdc1212a8fd92f6bb42b2337b839f2b4e156f05a359ef8f4acd0b57cdedec7874a865ee07076ab2c81dc9f9de28ced55228587f81c
should print correct error with correct usage example for empty wallet command
register-wallet-with-verification: true
/wallet
Please include your wallet or ENS address. usage: /wallet 0x0000000000000000000000000000000000000000 0x0830f316c982a7fd4ff050c8fdc1212a8fd92f6bb42b2337b839f2b4e156f05a359ef8f4acd0b57cdedec7874a865ee07076ab2c81dc9f9de28ced55228587f81c
should print correct help
register-wallet-with-verification: true
/help
- /assign: Assign the origin sender to the issue automatically.
- /unassign: Unassign the origin sender from the issue automatically.
- /help: List all available commands.
- /multiplier: Set the bounty payout multiplier for a specific contributor, and provide the reason for why.
example usage: "/wallet @user 0.5 'Multiplier reason'"
- /allow: Set access control. (Admin Only)
- /wallet: <WALLET_ADDRESS | ENS_NAME> <SIGNATURE_HASH>: Register the hunter's wallet address.
Your message to sign is: DevPool
You can generate SIGNATURE_HASH at https://etherscan.io/verifiedSignatures
ex1: /wallet 0x0000000000000000000000000000000000000000 0xe2a3e34a63f3def2c29605de82225b79e1398190b542be917ef88a8e93ff9dc91bdc3ef9b12ed711550f6d2cbbb50671aa3f14a665b709ec391f3e603d0899a41b
ex2: /wallet vitalik.eth 0x75329f883590507e581cd6dfca62680b6cd12e1f1665db8097f9e642ed70025146b5cf9f777dde90c4a9cbd41500a6bf76bc394fd0b0cae2aab09f7a6f30e3b31b
Running some other commands to make sure things are working smooth because merge conflicts were a bit extensive
/allow set-multiplier @web4er true
Updated access for @web4er successfully! Access: multiplier for "web4er/ubiquibot"
/multiplier 0.7 @web4er "testing"
Successfully changed the payout multiplier for @web4er to 0.7. The reason provided is "testing ".
/assign
Deadline | Fri, 28 Jul 2023 12:20:14 GMT |
Registered Wallet | Please set your wallet address to use `/wallet 0x4FDE...BA18` |
Payment Multiplier | 1.00 |
Multiplier Reason | undefined |
Total Bounty | Permit generation skipped since price label is not set |
/wallet 0x4FDE...BA18
if you want to update your registered payment wallet address @user./unassign
You have been unassigned from the bounty @web4er
For testing, I will change the config option
register-wallet-with-verification
in file.github/ubiquibot-config.yml
in this fork's development branch.