Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Renaming for testnet release #186

Merged
merged 7 commits into from
Sep 10, 2021
Merged

Conversation

ptagl
Copy link
Contributor

@ptagl ptagl commented Sep 8, 2021

The following RPC commands have been renamed:

  • create_sidechain => sc_create
  • sc_create => dep_sc_create
  • send_to_sidechain => sc_send
  • sc_send => dep_sc_send
  • request_transfer_from_sidechain => sc_request_transfer
  • send_certificate => sc_send_certificate

Additionally, the following RPC JSON fields have been renamed:

  • "withdrawalEpochLength"
  • "backward transfer" => "backwardTransfer"

This PR closes #158 #159 #160 #166.

Paolo Tagliaferri added 5 commits September 8, 2021 17:14
The following commands have been renamed:

 sc_create => dep_sc_create
 create_sidechain => sc_create
The following commands have been renamed:
 sc_send => dep_sc_send
 send_to_sidechain => sc_send
The following RPC commands have been renamed:

 request_transfer_from_sidechain => sc_request_transfer
The following commands have been renamed:

 send_certificate => sc_send_certificate
The following JSON fields have been renamed:

 "withdrawal epoch length" => "withdrawalEpochLength"

 "backward transfer" => "backwardTransfer"
@@ -173,7 +173,7 @@ def run_test(self):

try:
# The send_certificate call must be ok since the proof verification is disabled on node 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to update the comment ->"sc_send_certificate"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@cronicc cronicc changed the base branch from sidechains_integration_code_review to testnet_staging September 9, 2021 09:33
@cronicc cronicc merged commit 0618ae2 into testnet_staging Sep 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants