Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
a588efa
feat: added universal_validator new structure in proto
0xNilesh Nov 5, 2025
e9ef971
feat: update msg_add_universal_validator proto for new structure
0xNilesh Nov 5, 2025
6ed6ddf
refactor: added generated protobuf
0xNilesh Nov 5, 2025
e2e3920
refactor: added generated protobuf in module types
0xNilesh Nov 5, 2025
cfeebf6
refactor: added universal_validator message types
0xNilesh Nov 6, 2025
b81c0d2
refactor: added network_info message types
0xNilesh Nov 6, 2025
276f2fd
refactor: updated msg_add_universal_validator msg
0xNilesh Nov 6, 2025
8f20746
feat: added generated protobuf
0xNilesh Nov 6, 2025
96b706f
feat: modified universal validator proto message to make it more scal…
0xNilesh Nov 6, 2025
0ede860
feat: added generated protobuf
0xNilesh Nov 6, 2025
a666430
feat: added generated protobuf
0xNilesh Nov 6, 2025
c8d46a7
refactor: added lifecyle_event message types
0xNilesh Nov 6, 2025
357403c
refactor: added lifecyle_info message types
0xNilesh Nov 6, 2025
31e4dec
refactor: added identity_info message types
0xNilesh Nov 6, 2025
0933c07
refactor: updated universal_validator validateBasic fn
0xNilesh Nov 6, 2025
883e800
refactor: updated universal_validator network info nomenclature
0xNilesh Nov 6, 2025
c5a42c2
refactor: fixed universal validator validate basic
0xNilesh Nov 7, 2025
819e67d
feat: modified the universal validator storage from a set of string t…
0xNilesh Nov 7, 2025
3dc6c7c
refactor: added keeper methods for new map storage of UV
0xNilesh Nov 7, 2025
43fb157
refactor: modified the msg_add_universal_validator as per uv structur…
0xNilesh Nov 7, 2025
2443682
refactor: modified the msg_remove_universal_validator as per uv struc…
0xNilesh Nov 7, 2025
3e3ff94
refactor: modified the voting ballot inbound to only allow active, pe…
0xNilesh Nov 7, 2025
a568bd7
refactor: added a new query for single universal validator
0xNilesh Nov 7, 2025
b6230a2
refactor: added generated protobuf
0xNilesh Nov 7, 2025
7a3a5fa
refactor: added query server impl for single universal validator
0xNilesh Nov 7, 2025
dd8b7ad
refactor: added generated protobuf
0xNilesh Nov 7, 2025
9cbdebc
refactor: fixed uexecutor integration tests as per new uv structure
0xNilesh Nov 7, 2025
80078a2
refactor: modified add uv endpoint to activate an inactive validator …
0xNilesh Nov 10, 2025
5b6226f
refactor: added hooks in the uvalidator module
0xNilesh Nov 10, 2025
81ca217
refactor: invoke hooks in add_uv msg endpoint
0xNilesh Nov 10, 2025
e1e074a
refactor: invoke hooks in remove_uv msg endpoint
0xNilesh Nov 10, 2025
44e8b34
refactor: merge main branch
0xNilesh Nov 10, 2025
c730565
feat: added a new msg for updating a validator's metadata
0xNilesh Nov 10, 2025
fd4d36e
refactor: added generated protobuf
0xNilesh Nov 10, 2025
2d5ef92
refactor: added types for msg_update_universal_validator
0xNilesh Nov 10, 2025
e535c9e
refactor: added tests for msg_update_universal_validator validateBasic
0xNilesh Nov 10, 2025
60e3f68
feat: added msg server impl for msg_update_universal_validator
0xNilesh Nov 10, 2025
691b5ed
refactor: added generated protobuf
0xNilesh Nov 10, 2025
46cbf78
feat: added utss module
0xNilesh Nov 11, 2025
93c61bf
refactor: added uvalidator hook impl in utss
0xNilesh Nov 11, 2025
388fcbe
feat: added tssKey messages in proto
0xNilesh Nov 11, 2025
602bcaf
refactor: added msg for tss process initiation and voting
0xNilesh Nov 11, 2025
a355c18
refactor: imported uvalidator module in utss module
0xNilesh Nov 11, 2025
509f10c
refactor: added types of msg_update_params
0xNilesh Nov 11, 2025
e14978e
refactor: added msg_update_params types tests
0xNilesh Nov 11, 2025
03e9c9a
refactor: added types of tss_process
0xNilesh Nov 11, 2025
a541875
refactor: added types of tss_key
0xNilesh Nov 11, 2025
19ae4f2
refactor: added keys of keeper storage
0xNilesh Nov 11, 2025
1e96664
refactor: added params msg impl
0xNilesh Nov 11, 2025
bf2d7c0
refactor: added types of tss_key
0xNilesh Nov 11, 2025
a9ecd1f
refactor: added generated protobuf
0xNilesh Nov 11, 2025
2c2381f
fix: revert admin of uregistry module
0xNilesh Nov 11, 2025
07744c8
feat: added messages for initiating tss process and voting in proto
0xNilesh Nov 11, 2025
19ad203
refactor: added generated protobuf
0xNilesh Nov 11, 2025
95265e4
refactor: updated proto for tss_key_process
0xNilesh Nov 11, 2025
457200a
refactor: added generated protobuf
0xNilesh Nov 11, 2025
dcf6f2c
refactor: added initiate key tss msg impl
0xNilesh Nov 11, 2025
d1c0d80
refactor: added event for tss key process initiation
0xNilesh Nov 11, 2025
821de72
refactor: modified ballot proto to support tss
0xNilesh Nov 11, 2025
b096a58
refactor: added generated protobuf
0xNilesh Nov 11, 2025
2ae0a9d
refactor: added msg_vote_key_process impl
0xNilesh Nov 11, 2025
9bb8eb8
refactor: added msg_vote_key_process impl
0xNilesh Nov 11, 2025
5d3ec79
refactor: added hooks implementation for initiating tss process
0xNilesh Nov 11, 2025
1949c31
feat: modified the integration-test directory
0xNilesh Nov 12, 2025
cc33ff8
tests: added integration tests for msg_add_universal_validator
0xNilesh Nov 12, 2025
dd517d6
tests: added integration tests for msg_update_universal_validator
0xNilesh Nov 12, 2025
f2c100c
feat: update UVs status when tss vote finalises
0xNilesh Nov 13, 2025
a907fd1
feat: imported utssKeeper in uvalidatorKeeper
0xNilesh Nov 13, 2025
bb54e18
refactor: added a helper fn for getParticipants in utss module
0xNilesh Nov 13, 2025
b66b32e
refactor: updated remove universal validator endpoint to reject remov…
0xNilesh Nov 13, 2025
515394b
test: added integration tests of remove_universal_validator msg
0xNilesh Nov 13, 2025
3c24607
fix: fixed the removal of UV endpoint
0xNilesh Nov 13, 2025
e3513b7
refactor: modified tss key process type from reshare to refresh
0xNilesh Nov 13, 2025
e377fa2
refactor: added generated protobuf
0xNilesh Nov 13, 2025
2be1e23
refactor: added tss_process_type rename in module
0xNilesh Nov 13, 2025
fa9493f
feat: mitigated ballot unique key by hashing whole inbound
0xNilesh Nov 17, 2025
7629624
feat: mitigated tss ballot unique key
0xNilesh Nov 17, 2025
825ca41
feat: added integration test for initiate tss key and removed process…
0xNilesh Nov 17, 2025
8432152
feat: added integration test for vote tss key process
0xNilesh Nov 17, 2025
c1f48c4
feat: added queries in proto for utss module
0xNilesh Nov 17, 2025
3aebd30
refactor: added generated protobuf
0xNilesh Nov 17, 2025
d3d8a75
feat: added query server implementation
0xNilesh Nov 17, 2025
65630ab
refactor: added generated protobuf
0xNilesh Nov 17, 2025
49e4770
refactor: updated admin address of utss to actual prod admin
0xNilesh Nov 17, 2025
308c72e
refactor: reduced the default tss process expiry block to 500
0xNilesh Nov 17, 2025
5a8a172
refactor: updated the tss process initiation event to emit participan…
0xNilesh Nov 17, 2025
1019a2a
refactor: modified the tss voting ballot to use tss process participa…
0xNilesh Nov 17, 2025
ed33bcd
fix: fixed the expiryAfterBlocks in tss voting
0xNilesh Nov 17, 2025
3829ada
Merge branch 'main' into feat/tss-core
0xNilesh Nov 18, 2025
59c9d2c
refactor: added schemaBuilder in uvalidator module
0xNilesh Nov 18, 2025
624eed8
feat: created migration script for migrating universal validator set
0xNilesh Nov 18, 2025
60079c0
refactor: registered migrations for uvalidator module
0xNilesh Nov 18, 2025
2aa72d0
feat: created the upgrade handler for new tss-core upgrade
0xNilesh Nov 18, 2025
1e1d593
refactor: updated validator proto files for new NetworkInfo changes
0xNilesh Nov 28, 2025
ab6c093
refactor: added generated protobuf
0xNilesh Nov 28, 2025
e3c6072
refactor: added validation in networkInfo validateBasic
0xNilesh Nov 28, 2025
80ed5b3
refactor: updated identityInfo to remove pubkey
0xNilesh Nov 28, 2025
d9ed98f
refactor: removed pubKey from add and update validator endpoints
0xNilesh Nov 28, 2025
0267812
tests: updated test cases
0xNilesh Nov 28, 2025
c390d29
refactor: modified add, update uv messages to remove pubkey
0xNilesh Nov 28, 2025
20b8347
tests: updated integration tests
0xNilesh Nov 28, 2025
e80cb1b
refactor: updated migration of UVs to add new changes
0xNilesh Nov 28, 2025
bee1936
refactor: added generated protobuf
0xNilesh Nov 28, 2025
8a01dc3
feat: updated proto file to remove core_val address from update uv msg
0xNilesh Nov 28, 2025
79c180d
refactor: added generated protobuf
0xNilesh Nov 28, 2025
2c69764
feat: updated uv update msg implementation
0xNilesh Nov 28, 2025
fb6f260
tests: updated the update uv msg tests
0xNilesh Nov 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
500 changes: 500 additions & 0 deletions api/utss/module/v1/module.pulsar.go

Large diffs are not rendered by default.

591 changes: 591 additions & 0 deletions api/utss/v1/genesis.pulsar.go

Large diffs are not rendered by default.

6,990 changes: 6,990 additions & 0 deletions api/utss/v1/query.pulsar.go

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions api/utss/v1/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading