client.toml parameters are not read #32
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd#32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! I have set up a client.toml file as follows:
When I submit a transaction, these values are not read properly and I need to use all the flags every time.
Setting the home only:
Setting keyring-backend:
Setting node:
Setting chain id:
Version:
Hi @dasanchez
--home
) when reading the client config (client.toml
)However, it seems be working as expected in cosmos-sdk v0.50.7 simapp
Will try upgrading cosmos-sdk and check for any setup differences in simapp and laconicd.
Hi @dasanchez
v0.50.4
(commit) for the same