Commit Graph
87 Commits
Author SHA1 Message Date
prathamesh 7ac169d822 Add placeholders for remaining tests 2024-01-25 14:11:05 +05:30
prathamesh 12dd420a13 Refactor basic command result checks 2024-01-25 12:45:30 +05:30
prathamesh 3a0866ea96 Refactor and fix failing test 2024-01-25 12:26:49 +05:30
prathamesh 19ac893020 Add tests for name authority operations commands 2024-01-25 11:41:00 +05:30
prathamesh f8dee0d8d4 Add tests for record operations commands 2024-01-25 10:54:05 +05:30
prathamesh 4036d33d7a Refactor and add test for command to send balance 2024-01-25 09:58:49 +05:30
prathamesh 75493f05e3 Add test for command to fetch account details 2024-01-24 19:10:49 +05:30
prathamesh a971b10cf5 Pass fixturenet account address in env 2024-01-24 18:56:35 +05:30
prathamesh 0221d75b86 Add tests for commands to fetch bond 2024-01-24 18:22:03 +05:30
prathamesh 55854afbab Update laconicd path 2024-01-24 17:18:26 +05:30
prathamesh 92a9f8b034 Add a step to set registry 2024-01-24 17:13:19 +05:30
prathamesh 39e9c33622 Add a step to download yarn 2024-01-24 17:08:25 +05:30
prathamesh 7bbba3ec74 Explicitly set npm registry-url 2024-01-24 17:02:22 +05:30
prathamesh 395e8bddee Add a script to run tests and update gitea workflow 2024-01-24 16:48:04 +05:30
prathamesh abe9195615 Add tests for bond create and list commands 2024-01-24 14:32:12 +05:30
prathamesh 055f903ce2 Add a test for status command 2024-01-24 12:47:38 +05:30
prathamesh 821172f8ea Add a test for CLI commands 2024-01-24 12:21:43 +05:30
telackey 5a0298dda5 Fix yarn.lock (#51)
Reviewed-on: cerc-io/laconic-registry-cli#51
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-01-15 18:23:30 +00:00
telackey 97b74760d9 Bump version. (#50)
Reviewed-on: cerc-io/laconic-registry-cli#50
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-01-15 18:03:26 +00:00
telackey 6814707752 Update SDK version. (#48)
Reviewed-on: cerc-io/laconic-registry-cli#48
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
v0.1.7
2023-12-21 21:38:11 +00:00
telackey e1da44bae7 Bump version (#47)
Reviewed-on: cerc-io/laconic-registry-cli#47
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
v0.1.6
2023-12-13 21:13:39 +00:00
telackey 51fd81a082 Decode JSON strings automatically. 2023-12-13 15:10:09 -06:00
telackey 3cdd930b82 0.1.5 (#46)
Reviewed-on: cerc-io/laconic-registry-cli#46
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
v0.1.5
2023-12-08 04:55:27 +00:00
telackey 80d1b01713 SDK 0.1.11 (#45)
Reviewed-on: cerc-io/laconic-registry-cli#45
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-12-08 04:53:08 +00:00
telackey f3c0ae8c34 Use SDK 0.1.10 (#44)
Reviewed-on: cerc-io/laconic-registry-cli#44
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
v0.1.4
2023-12-07 22:15:04 +00:00
telackey f5625d0c87 Take the path as-is, not relative to the current dir. (#43)
Reviewed-on: cerc-io/laconic-registry-cli#43
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-12-05 03:53:15 +00:00
telackey fb381c07f3 Fix cns name resolve (#42)
The `cns name resolve` does not return the result.  Obviously it should.

Reviewed-on: cerc-io/laconic-registry-cli#42
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
v0.1.3
2023-11-30 05:01:25 +00:00
telackey 145da8c453 v0.1.2 (#41)
Reviewed-on: cerc-io/laconic-registry-cli#41
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
v0.1.2
2023-11-29 17:39:18 +00:00
telackey 6e0829d91f Filter by arbitrary attributes (#40)
```
laconic cns record list \
  --type GeneralRecord \
  --value anything-goes-here \
  --category filter-by-this \
  --bond-id d0094c75e267abb709d631abd7bfaa8d610413f5766ddfc07db735822905d641 \
  --owner AB0A17A1EBF47DDCF6AB267CA8E07B7EA836E1AF \
  --all
```

Reviewed-on: cerc-io/laconic-registry-cli#40
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-11-28 23:22:57 +00:00
telackey 1fa32a3cc1 Add .gitea workflows (#39)
Reviewed-on: cerc-io/laconic-registry-cli#39
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
v0.1.1
2023-11-22 04:19:39 +00:00
telackey 129019105d Convert sub-objects (other than arrays) in YAML to JSON strings automatically. (#38)
This allows us to support attributes in YAML like this:

```
  meta:
    foo: bar
    bar:
      baz: boz
```

Which will automatically become:

```
"meta": "{\"foo\":\"bar\",\"bar\":{\"baz\":\"boz\"}}"
```

> Note: cosmos-sdk's protobuf code does not support maps (https://github.com/cosmos/cosmos-sdk/issues/15254), or else we would just use a map.

Reviewed-on: https://git.vdb.to/cerc-io/laconic-registry-cli/pulls/38
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-11-20 22:01:39 +00:00
Zach 37b69da3bb Merge pull request #35 from cerc-io/dboreham/remove-lerna-file
Remove unnecessary lerna.json file
2023-04-04 09:14:47 -04:00
dboreham 707b3049ef Remove unnecessary lerna.json file 2023-04-04 07:09:48 -06:00
Zach a986e4cccb Merge pull request #33 from cerc-io/murali/output
fix cmd outputs
2023-03-28 08:30:56 -04:00
0xmuralik 61a2aaab0f fix send output 2023-03-27 19:37:16 +05:30
0xmuralik 0c0eb79fa3 eliminate dry code 2023-03-27 18:14:42 +05:30
0xmuralik 8ebb80beed json format 2023-03-27 17:35:47 +05:30
0xmuralik 9b9e8829ec name outputs 2023-03-27 16:58:14 +05:30
0xmuralik 1de17a40ef authority and auction output 2023-03-27 13:58:41 +05:30
0xmuralik d3020daf2e bond and records outputs 2023-03-27 13:14:02 +05:30
Zach 495bbfdb3c Merge pull request #21 from cerc-io/integrated_testing
Integrated testing
2023-03-17 14:21:49 -04:00
Zach 64a796c421 Merge pull request #30 from cerc-io/murali/bond
get bond id
2023-03-15 21:26:47 -04:00
0xmuralik 3258e4cfe3 get bond id 2023-03-07 16:27:53 +05:30
Zach cbcc31d6bd Merge pull request #23 from cerc-io/0xmuralik-patch-1
Update README.md
2023-03-06 21:10:10 -05:00
Zach a5e0a6dd22 Merge pull request #24 from cerc-io/0xmuralik-patch-2
Update README.md to fix null auction
2023-03-06 17:50:55 -05:00
Murali Krishna Komatireddy 5e0c6dd649 Update README.md 2023-03-01 14:51:15 +05:30
Murali Krishna Komatireddy 46c333985e Update README.md 2023-03-01 11:48:50 +05:30
dboreham 2ef028a671 Update to latest sdk (#22) 2023-02-20 12:37:20 -07:00
Michael Shaw 93e3f5c301 trying basic npm publish 2023-02-15 17:57:29 -05:00
Michael Shaw 723c2be857 private for workspaces 2023-02-15 17:24:44 -05:00