Status of this CLI / known bugs #17
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
question
wontfix
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/delete-me#17
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?
Queries by and large work (didn't test them all).
The only write/transaction I was able to make is
laconic cns bond create --type aphoton --quantity 1000000000 --gas 200000 --fees 200000aphoton
which worked and returned the bondID.Publishing a record failed with the following error (second last line):
We cut a new release of
laconic-sdk
to include what ideally would've been the fix ie., this commitand the error went from:
to
From discussion, it seems to be that a dependency went from using sha384 -> sha256 (or vice-versa?). The
laconic-sdk
and its tests were updated for that fix, but this CLI was not.This might be using the old version of laconic-sdk repo. Fixed them in this PR https://github.com/cerc-io/laconic-sdk/pull/15.
@0xmuralik the second error
unable to resolve type URL : tx parse error
is using the 0.1.5 release cut yesterday so it included that PR.See the last line in my original comment:
Hey @zramsay stupid question: which version of laconicd are you running this against?
This error is due to change in record types support. We only support a few record types See: https://github.com/cerc-io/laconicd/issues/27, https://github.com/cerc-io/laconicd/issues/52 and https://github.com/cerc-io/laconicd/issues/51.
You can get examples for all the supported types from here.
@0xmuralik thanks I will test out locally, however, if i understand correctly, it depends on https://github.com/cerc-io/laconicd/pull/79 and https://github.com/cerc-io/laconic-sdk/pull/27, can you confirm?
Hi @zramsay, the PRs you mentioned add support for additional record types. But with https://github.com/cerc-io/laconicd/pull/40 the support for the generic record type is removed and only the service provider and website registration records are supported.
#23 and #24 seem to have solved my issues. #26 addresses updates to the README so that this works out of the box