Null auction in laconic cns authority whois laconic
#18
Closed
opened 2023-01-13 19:40:41 +00:00 by i-norden
·
3 comments
No Branch/Tag Specified
main
release-v0.2.10
release-v0.2.8
release-v0.2.7
pm-update-script
release-v0.2.6
release-v0.2.5
release-v0.2.4
release-v0.2.3
release-v0.2.2
release-v0.2.1
release-v0.2.0
laconic-deprecated
telackey/sub
zramsay/patch-1
murali/tests
dboreham/test-ci-on-murali-tests
zach/tests
zramsay-patch-1
rebrand-6
v0.2.10
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.13
v0.1.12
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
Labels
Clear labels
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
Something isn't working
Improvements or additions to documentation
This issue or pull request already exists
New feature or request
Good for newcomers
Extra attention is needed
This doesn't seem right
Further information is requested
This will not be worked on
An issue or PR manually copied from GitHub.
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconic-registry-cli#18
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
From Zach:
This works:
laconic cns authority reserve laconicbut:
laconic cns authority whois laconiconly provides a fraction of what was expected in the READMEvs
The auction model is unexpectedly empty.
laconic cns auctiononly has two subcommands,bidandgetso how do we create an auction?After speaking with @ABastionOfSanity and learning that the unit test that fails in https://github.com/cerc-io/laconic-sdk/issues/7 is getting back the CID of an empty JSON, I am starting to suspect this could be the same issue due to changes to the record types in laconicd that were not reflected here. The type mismatch causes the gRPC handler function to fail to decode the record (or in this case, a sub-record) and instead return empty JSON.
For clarification, the failing unit test mentioned above was getting back a incorrectly encoded CID, but not the CID for empty JSON. Data over the wire was correct.
To create auction with reserveName the paramater registry.params.authority_auction_enabled must be true. This is false by default and set true only when we use
TEST_AUCTION_ENABLED=true ./init.shinstead of./init.shwhile starting the chain.So to get auction with
laconic cns authority whois laconicuseTEST_AUCTION_ENABLED=true ./init.shto start laconicd.