Commit Graph

3 Commits

Author SHA1 Message Date
Isha Venikar
b44cc00b7b
Rename ethereum_address to nitro_address in onboarding module (#10)
* Rename ethereum_address to nitro_address

* Use camel case for variables in query fields

* Replace snake case with camel case
2024-07-15 17:14:38 +05:30
Isha Venikar
51fed6aa62
Add a method to get registered participants (#6)
* Add getParticipant query method for getting participants list

* Add check to verify the list of registered participants in onboarding-test

* Modify test messages

* Add updated proto files and regenerate ts bindings

* Update proto files and regenerate ts bindings

* Fix imports
2024-07-04 19:33:10 +05:30
Isha Venikar
f2e1a1bd4a
Incorporate onboarding module and export required types (#5)
* Add proto bindings and generated ts files

* Add onboard participant message

* Add onboard participant method in client

* Add test for onboarding participant

* Regenerate proto bindings

* Remove hard-coded values from onboarding-test

* Export required types for onboarding app

* Export types from message files

---------

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
2024-07-03 19:43:52 +05:30