We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
Darwin-Arm64
On main for kwil-db v0.10, I add my wallet address to my genesis.json as follows:
{ "chain_id": "kwil-testnet", "initial_height": 0, "leader": "0226b3ff29216dac187cea393f8af685ad419ac9644e55dce83d145c8b1af213bd", "validators": [ { "pubkey": "0226b3ff29216dac187cea393f8af685ad419ac9644e55dce83d145c8b1af213bd", "power": 1 } ], "db_owner": "AfFDC06cF34aFD7D5801A13d48C92AD39609901D", "max_block_size": 6291456, "join_expiry": 14400, "vote_expiry": 108000, "disabled_gas_costs": true, "max_votes_per_tx": 200, "state_hash": null, "migration": { "start_height": 0, "end_height": 0 } }
When I try to execute a privilege SQL query (e.g., CREATE NAMESPACE) with the private key for the AfFDC... address, I expect the command to succeed.
CREATE NAMESPACE
AfFDC...
I receive the following error:
lukelamey@Lukes-MBP-2 .build % ./kwil-cli database execute -s 'CREATE NAMESPACE luke' --sync tx query failed: jsonrpc.Error: code = -700, message = failed to query transaction, data = null err code = -700, msg = failed to query transaction
Set up new node files, add a wallet address to db_owner, and try to execute CREATE NAMESPACE with the configured wallet's private key.
db_owner
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version / Commit
main
Operating System
Darwin-Arm64
Configuration
On main for kwil-db v0.10, I add my wallet address to my genesis.json as follows:
Expected Behavior
When I try to execute a privilege SQL query (e.g.,
CREATE NAMESPACE
) with the private key for theAfFDC...
address, I expect the command to succeed.Actual Behavior
I receive the following error:
lukelamey@Lukes-MBP-2 .build % ./kwil-cli database execute -s 'CREATE NAMESPACE luke' --sync tx query failed: jsonrpc.Error: code = -700, message = failed to query transaction, data = null err code = -700, msg = failed to query transaction
Steps to Reproduce
Set up new node files, add a wallet address to
db_owner
, and try to executeCREATE NAMESPACE
with the configured wallet's private key.Additional Information
No response
The text was updated successfully, but these errors were encountered: