Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

refactor(rpc): update rpc type #423

Merged
merged 13 commits into from
Jun 1, 2022

Conversation

EthanYuan
Copy link
Collaborator

@EthanYuan EthanYuan commented Jun 1, 2022

What this PR does / why we need it:

Breaking Change:

  • rpc Type SudtIssuePayload add from array filed, remove pay_fee filed
  • rpc Type DaoWithdrawPayload support from array input, remove pay_fee filed
  • rpc Type DaoClaimPayload support from array input
  • rpc from filed with Type Vec<JsonItem>, remove limit by check_same_enum_value
  • rpc Type AdjustAccountPayload filed from modify Type from HashSet<JsonItem> to Vec<JsonItem> for unity

Maintenance:

  • fix and udpate rpc readme doc
  • removed the limitation that the number of accounts based on pw lock cannot be fully recycled
  • the results of get_balance can be output in a certain order

Which issue(s) this PR fixes:

Fixes #

Which docs this PR relation:

Ref #

Which toolchain this PR adaption:

Breaking Change

Special notes for your reviewer:

@EthanYuan EthanYuan requested a review from quake June 1, 2022 01:49
@EthanYuan EthanYuan merged commit 7ff8d8c into nervosnetwork:dev-0.4 Jun 1, 2022
@EthanYuan EthanYuan deleted the dev-0.4-rpc branch June 1, 2022 06:27
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.

2 participants