Commit af9bda8
authored
add changeset for snapchain signers (#2688)
<!-- start pr-codex -->
## PR-Codex overview
This PR focuses on updating the protobuf bindings for the snapchain V16
protocol, introducing new features related to signers and scopes, and
deprecating some existing RPC calls.
### Detailed summary
- Introduces snapchain V16 protos for signers and scopes.
- Regenerates protobuf bindings for engine version V16.
- Adds `MESSAGE_TYPE_KEY_ADD` and `MESSAGE_TYPE_KEY_REMOVE` to
`MessageType`.
- Introduces `KeyAddBody`, `KeyRemoveBody`, and their related types.
- Implements `isKeyAdd*` and `isKeyRemove*` typeguards in `core`.
- Adds `GetSigner` and `GetSignersByFid` RPC methods for on-chain and
gasless keys.
- Deprecates `GetOnChainSigner` and `GetOnChainSignersByFid`.
- Re-exports `Signer` as `SignerInfo` from `core`.
- Allows `GetSignersByFid` to accept `SignersByFidRequest` for nonce
counters.
- Removes `BlocksRequest.shard_id` as it was ignored by the server.
- Adds factories and runtime tests for `LendStorage*`, `KeyAdd*`, and
`KeyRemove*` types.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`
<!-- end pr-codex -->1 parent be4837d commit af9bda8
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments