Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Apply reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonLewis committed Feb 13, 2024
1 parent 43c683f commit 3364e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions KIPs/kip-113.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ After reading from IKIP113, users must perform the following validations:

### JSON-RPC API

The following JSON-RPC method for the Klaytn node should be added to provide the registered bls public keys.
The following JSON-RPC method for the Klaytn node should be added to provide the registered BLS public keys.

- Name: `klay_getBlsInfos`
- Description: Returns all registered bls public keys and proof-of-possessions of the validators.
- Description: Returns all registered BLS public keys and proof-of-possessions of the validators.
- Parameters:
- `number` - (optional) integer or hexadecimal block number, or the string "pending" or "latest".
- Returns: A map of the addresses and their associated bls public keys, proof-of-possessions and verify error.
- Returns: A map of the addresses and their associated BLS public keys, proof-of-possessions and verify error.
- `publicKey` - The compressed BLS12-381 public key in hex string.
- `pop` - The proof-of-possession in hex string.
- `verifyErr` - The error message of the verification. If the verification is successful, it returns null.
Expand Down
2 changes: 1 addition & 1 deletion KIPs/kip-149.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ The following JSON-RPC methods for the Klaytn node should be added to provide th
- `Record[]`: An array of the records of the system contract.
- `Record`: A struct of the record with the following fields.
- `addr`: The address of the system contract.
- `activation`: The block number when the system contract will be activated.
- `activation`: The block number when the system contract is activated.
- Example
```json
// Request
Expand Down

0 comments on commit 3364e36

Please sign in to comment.