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

Klay -> Kaia in RPC #2159

Merged
merged 8 commits into from
May 15, 2024
Merged

Klay -> Kaia in RPC #2159

merged 8 commits into from
May 15, 2024

Conversation

ian0371
Copy link
Contributor

@ian0371 ian0371 commented May 13, 2024

Proposed changes

Types of changes

  • Bugfix
  • New feature or enhancement
  • Others

Checklist

  • I have read the CONTRIBUTING GUIDELINES doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes ($ make test)
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

sequenceDiagram
    actor User
    participant Console
    participant Server
    
    rect rgb(191, 223, 255)
    note right of Console: Console init (autocomplete)
    Server->>Console: {kaia,eth,net,...}
    Console->>Console: Embed {kaia,klay,eth,net,...}
    end

    rect rgb(191, 223, 255)
    note right of User: RPC request
    User->>Console: kaia.getCode
    Console->>Server: klay_getCode
    Server->>Server: klay_ -> kaia_getCode
    Server->>Console: 0x..
    Console->>User: 0x..
    end
Loading

@ian0371 ian0371 marked this pull request as ready for review May 14, 2024 01:58
@ian0371 ian0371 marked this pull request as draft May 14, 2024 02:35
@ian0371 ian0371 marked this pull request as ready for review May 14, 2024 03:20
params/denomination.go Outdated Show resolved Hide resolved
@ian0371 ian0371 merged commit 6704f67 into klaytn:dev May 15, 2024
11 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants