remove fee required to create sidechain deposit address #61

Closed
opened 2021-04-06 10:45:49 +00:00 by bobinson · 1 comment
bobinson commented 2021-04-06 10:45:49 +00:00 (Migrated from gitlab.com)
  • right the sidechain address creation needs fee
  • we need to remove it
  • the sidechain account should be created only once per sidechain thus this is not a op which will end up spamming the chain
- right the sidechain address creation needs fee - we need to remove it - the sidechain account should be created only once per sidechain thus this is not a op which will end up spamming the chain
sierra19XX commented 2021-04-07 10:08:37 +00:00 (Migrated from gitlab.com)

list_account_balances sonaccount01

49990000 TEST

unlocked >>> add_sidechain_address sonaccount01 bitcoin safdsf dsafa dsafasdf true

add_sidechain_address sonaccount01 bitcoin safdsf dsafa dsafasdf true
{
"ref_block_num": 29189,
"ref_block_prefix": 2890663842,
"expiration": "2021-04-07T10:05:03",
"operations": [[
113,{
"fee": {
"amount": 0,
"asset_id": "1.3.0"
},
"payer": "1.2.36",
"sidechain_address_account": "1.2.36",
"sidechain": "bitcoin",
"deposit_public_key": "safdsf",
"deposit_address": "",
"deposit_address_data": "",
"withdraw_public_key": "dsafa",
"withdraw_address": "dsafasdf"
}
]
],
"extensions": [],
"signatures": [
"205466723cad2fc81861fd23590bb3e0b7f7303ca0f0539b0221b6fee897374e233cc5c3c52a1942ea8aff4306bc5c067dbc252959a4eb3d3df6115fdc709fc232"
]
}

unlocked >>> list_account_balances sonaccount01

list_account_balances sonaccount01

49990000 TEST

The fee is already 0 by default and is also configurable by the committee.

list_account_balances sonaccount01 49990000 TEST unlocked >>> add_sidechain_address sonaccount01 bitcoin safdsf dsafa dsafasdf true add_sidechain_address sonaccount01 bitcoin safdsf dsafa dsafasdf true { "ref_block_num": 29189, "ref_block_prefix": 2890663842, "expiration": "2021-04-07T10:05:03", "operations": [[ 113,{ "fee": { "amount": 0, "asset_id": "1.3.0" }, "payer": "1.2.36", "sidechain_address_account": "1.2.36", "sidechain": "bitcoin", "deposit_public_key": "safdsf", "deposit_address": "", "deposit_address_data": "", "withdraw_public_key": "dsafa", "withdraw_address": "dsafasdf" } ] ], "extensions": [], "signatures": [ "205466723cad2fc81861fd23590bb3e0b7f7303ca0f0539b0221b6fee897374e233cc5c3c52a1942ea8aff4306bc5c067dbc252959a4eb3d3df6115fdc709fc232" ] } unlocked >>> list_account_balances sonaccount01 list_account_balances sonaccount01 49990000 TEST The fee is already 0 by default and is also configurable by the committee.
sierra19XX (Migrated from gitlab.com) closed this issue 2021-04-07 10:08:38 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#61
No description provided.