Commit Graph
43 Commits
Author SHA1 Message Date
nabarun 022c55268c Rename laconic2d repo to laconicd in CI (#14)
Part of [Rename laconic2d to laconicd](https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7)

Reviewed-on: cerc-io/registry-sdk#14
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-07-23 04:52:49 +00:00
2757281e5b Add types and methods for participants onboarding module (#12)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)

Co-authored-by: Isha Venikar <145848618+IshaVenikar@users.noreply.github.com>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Reviewed-on: cerc-io/registry-sdk#12
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-07-16 08:33:41 +00:00
nabarunandneeraj 2589aacdb4 Update authority method for registry module to use cosmjs (#4)
* Update methods to send coins and reserve authority

* Make owner as mandatory param of reserve authority method

* Update method to set authority bond

* Add todo for skipping tests

* Decode message response

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-03-07 16:06:52 +05:30
nabarunandneeraj de0ac597a1 Setup eslint and husky pre-commit (#3)
* Set up eslint and husky

* Fix eslint errors

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-03-07 09:47:05 +05:30
65001568c8 Remove hard-coded record types (#52)
Refactors the `Record.Attributes` from Any into a byte string.
Companion to cerc-io/laconicd#132.

Resolves https://github.com/cerc-io/laconicd/issues/107

Co-authored-by: Roy Crihfield <roy@manteia.ltd>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Reviewed-on: https://git.vdb.to/cerc-io/laconic-sdk/pulls/52
Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-01-15 04:58:55 +00:00
nabarun b73bb3e216 Upgrade package version to 0.1.4 2022-12-09 18:16:58 +05:30
nabarun f2c7468ba8 Fix version of bip32 package (#14) 2022-12-09 18:13:53 +05:30
nabarun 94920171ae Upgrade package version (#13) 2022-12-09 17:35:49 +05:30
nabarun 2a9223fdd3 Add missing dependecies in package.json (#12) 2022-12-09 17:23:09 +05:30
nabarun 7ecd3eefa8 Add github workflow to publish package (#11) 2022-12-09 16:15:39 +05:30
nabarun ee0443b5fa Changes to use laconic-sdk with console-app (#10)
* Use older version of tiny-secp256k1 to work in browser

* Make REST endpoint optional
2022-12-09 14:25:13 +05:30
nabarun 27a176fbad Implement methods and tests for associate/dissociate bonds and records (#4)
* Implement methods for bond associate and dissociate

* Uncomment test for getStatus GQL query
2022-04-27 15:30:21 +05:30
nabarun 3d103b5fca Add getRecordsByIds method and sdk tests (#3)
* Implement getRecordsByIds method

* Add tests for sdk
2022-04-25 15:12:46 +05:30
nabarun 003cfcbf5c Use GQL query getAccounts instead of REST API 2022-04-22 16:01:04 +05:30
nabarun 349bc650d9 Generate same CID from chiba-clonk chain 2022-04-22 16:01:04 +05:30
nabarun 28c8099b16 Get record id from setRecord message response 2022-04-21 09:44:24 +05:30
nabarun 79b55b73da Replace wrn with crn 2022-04-21 09:44:24 +05:30
nabarun e563cfe6b1 Add tests for record and authority expiry 2022-04-21 09:44:24 +05:30
nabarun 6ca9f4041a Fixes from review 2022-04-21 09:44:24 +05:30
nabarun c3066db987 Add test for util getContentId 2022-04-21 09:44:24 +05:30
nabarun 407d31cea7 Fix queryRecords to return results filtered by attributes 2022-04-21 09:44:24 +05:30
nabarun 0bc619cad2 Send messages from secondary accounts 2022-04-21 09:44:24 +05:30
nabarun 838edaa9a6 Add auction tests for commitBid and revealBid 2022-04-21 09:44:24 +05:30
nabarun d51f9618e0 Implement tests for auction module 2022-04-21 09:44:24 +05:30
nabarun 44b3990377 Fix generating account address from private key 2022-04-21 09:44:24 +05:30
nabarun 837d9691ec Check if error contains expected message for failing transactions 2022-04-21 09:44:24 +05:30
nabarun 394f015a5e Add tests for nameservice deleteName 2022-04-21 09:44:24 +05:30
nabarun f207be4838 Add tests for querying names and deleteName 2022-04-21 09:44:24 +05:30
nabarun 9de3c59c19 Implement setRecord and add test for setAutorityBond 2022-04-21 09:44:24 +05:30
nabarun 48507ca46a Rename ethermint to chibaclonk 2022-04-21 09:44:24 +05:30
nabarun 58227b68be Changes from review 2022-04-21 09:44:24 +05:30
nabarun 252665512d Add tests for reserving authority with different owner 2022-04-21 09:44:24 +05:30
nabarun 65e90e7af0 Add nameservice tests for reserve and lookup authority 2022-04-21 09:44:24 +05:30
nabarun 36b633b908 Update README with steps to run tests 2022-04-21 09:44:24 +05:30
nabarun df5619932d Add tests for bond refill, withdraw and cancel 2022-04-21 09:44:24 +05:30
nabarun 7fe5bcda83 Add tests for querying bond 2022-04-21 09:44:24 +05:30
nabarun 19d5405087 Implement pattern from dxns-registry-client 2022-04-21 09:44:24 +05:30
nabarun 6bb264d69c Fix create bond message 2022-04-21 09:44:24 +05:30
nabarun 4c3a3558d3 Message for creating bond 2022-04-21 09:44:24 +05:30
nabarun 3f2bdd34f8 Send vote message in gov module 2022-04-21 09:44:24 +05:30
nabarun 72ab467d9b Send tokens using evmosjs and eth-sig-util 2022-04-21 09:44:24 +05:30
nabarun 6871e35964 Add failing test case for sending tokens 2022-04-21 09:44:24 +05:30
nabarun 4dedc3d7c4 Initial commit 2022-03-24 09:38:03 +05:30