Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
133 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
1f2479c
feat: added outbound tx types in proto
0xNilesh Nov 24, 2025
09d4f1f
refactor: added generated protobuf
0xNilesh Nov 24, 2025
ec36d47
fix: fixed integration tests
0xNilesh Nov 24, 2025
00c7eff
fix: fixed txType change in universalClient
0xNilesh Nov 24, 2025
3a4a25c
refactor: modified txType change in inbound keeper methods
0xNilesh Nov 24, 2025
317f0f1
refactor: added generated protobuf
0xNilesh Nov 24, 2025
55af6f9
feat: updated validateBasic fn of outbound msg type
0xNilesh Nov 24, 2025
912c95c
feat: updated validateBasic tests of outbound msg type
0xNilesh Nov 24, 2025
e3a4af2
refactor: added id changes in the UniversalTx
0xNilesh Nov 24, 2025
d8600b3
refactor: modified outbound and universal_tx tests for id changes
0xNilesh Nov 24, 2025
a14a262
feat: updated universalTx proto
0xNilesh Nov 26, 2025
baad061
refactor: added generated protobuf
0xNilesh Nov 26, 2025
1c94b1f
fix: fixed proxy runtime bytecode
0xNilesh Nov 26, 2025
d032fcf
refactor: added a helper util to fetch the chain id dynamically
0xNilesh Nov 26, 2025
7530fa0
refactor: added event signature of withdraw event
0xNilesh Nov 26, 2025
8162bbf
refactor: update validateBasic of universalTx
0xNilesh Nov 26, 2025
deb9339
tests: updated tests of universalTx
0xNilesh Nov 26, 2025
7b58ce2
feat: added unique key of UniversalTx for pc originating Outbound
0xNilesh Nov 26, 2025
ad1435e
refactor: added abi fn for decoding UniversalTxWithdraw event
0xNilesh Nov 26, 2025
3408a06
feat: added keeper methods to create outbound from logs and attach to…
0xNilesh Nov 26, 2025
c747946
feat: added outbound creation in inbound execution
0xNilesh Nov 26, 2025
a482ed0
feat: added outbound creation in msg execute payload
0xNilesh Nov 26, 2025
2e26705
refactor: added OutboundCreatedEvent event
0xNilesh Nov 26, 2025
e96f363
feat: added evm_hooks processing to create new UTx
0xNilesh Nov 26, 2025
c7c0dfb
refactor: added generated protobuf
0xNilesh Nov 26, 2025
bbba94e
feat: modified outbound proto and added a voteOutbound msg
0xNilesh Nov 28, 2025
a0fb697
refactor: added generated protobuf
0xNilesh Nov 28, 2025
998ef0f
feat: renamed outbound_index to outbound_id
0xNilesh Nov 28, 2025
a965604
refactor: added generated protobuf
0xNilesh Nov 28, 2025
ed4d80b
feat: added outboundId and outboundBallot key
0xNilesh Nov 28, 2025
b03b02d
refactor: added generated protobuf
0xNilesh Nov 28, 2025
d8bc210
refactor: updated outbound_tx type
0xNilesh Nov 28, 2025
8a7873f
feat: added OutboundCreatedEvent
0xNilesh Nov 28, 2025
e249763
feat: added a keeper method to vote on outbound ballot
0xNilesh Nov 28, 2025
3f8a24b
feat: added msg_vote_inbound msg server pre-check
0xNilesh Nov 28, 2025
461a2bc
feat: added msg_vote_inbound implementation
0xNilesh Nov 28, 2025
a86e2e2
refactor: modified the outbound event decoding as per recent event ch…
0xNilesh Nov 28, 2025
cf255bc
refactor: added 0x in the stored recipient and payload
0xNilesh Dec 1, 2025
29a479a
feat: completed the setup of universalGatewayPC in integration tests
0xNilesh Dec 1, 2025
957ff53
feat: added test for outbound creation from a inbound tx
0xNilesh Dec 1, 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
1,308 changes: 1,215 additions & 93 deletions api/uexecutor/v1/tx.pulsar.go

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions api/uexecutor/v1/tx_grpc.pb.go

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

Loading
Loading