Closed ghost closed 4 years ago
@raladev @kilrau when you test this again please do so with a clean environment as the contract address for USDT changed and simnet was completely wiped. Using old connext store could cause weird issues.
With the node upgraded to 7.1.2 closechannel seems to work for me:
simnet > getbalance
Balance:
┌──────────┬───────────────┬────────────────────────────┬───────────────────────────────┐
│ Currency │ Total Balance │ Channel Balance (Tradable) │ Wallet Balance (Not Tradable) │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ BTC │ 2.5 │ 0 (2.5 pending) │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ ETH │ 14.99942669 │ 10 │ 4.99942669 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ LTC │ 5 │ 0 (5 pending) │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ USDT │ 1000 │ 1000 │ 0 │
└──────────┴───────────────┴────────────────────────────┴───────────────────────────────┘
simnet > closechannel ETH --amount 10
success
simnet > getbalance
Balance:
┌──────────┬───────────────┬────────────────────────────┬───────────────────────────────┐
│ Currency │ Total Balance │ Channel Balance (Tradable) │ Wallet Balance (Not Tradable) │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ BTC │ 2.5 │ 0 (2.5 pending) │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ ETH │ 14.99942669 │ 0 │ 14.99942669 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ LTC │ 5 │ 0 (5 pending) │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ USDT │ 1000 │ 1000 │ 0 │
└──────────┴───────────────┴────────────────────────────┴───────────────────────────────┘
Withdrawal looking good now:
simnet > getbalance
Balance:
┌──────────┬───────────────┬────────────────────────────┬───────────────────────────────┐
│ Currency │ Total Balance │ Channel Balance (Tradable) │ Wallet Balance (Not Tradable) │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ BTC │ 2.49802832 │ 2.49802832 │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ ETH │ 14.99921669 │ 11 │ 3.99921669 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ LTC │ 5 │ 5 │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ USDT │ 1000 │ 1000 │ 0 │
└──────────┴───────────────┴────────────────────────────┴───────────────────────────────┘
simnet > closechannel eth
success
simnet > getbalance
Balance:
┌──────────┬───────────────┬────────────────────────────┬───────────────────────────────┐
│ Currency │ Total Balance │ Channel Balance (Tradable) │ Wallet Balance (Not Tradable) │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ BTC │ 2.49802832 │ 2.49802832 │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ ETH │ 3.99921669 │ 0 │ 3.99921669 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ LTC │ 5 │ 5 │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ USDT │ 1000 │ 1000 │ 0 │
└──────────┴───────────────┴────────────────────────────┴───────────────────────────────┘
simnet > getbalance
Balance:
┌──────────┬───────────────┬────────────────────────────┬───────────────────────────────┐
│ Currency │ Total Balance │ Channel Balance (Tradable) │ Wallet Balance (Not Tradable) │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ BTC │ 2.49802832 │ 2.49802832 │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ ETH │ 14.99921669 │ 0 │ 14.99921669 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ LTC │ 5 │ 5 │ 0 │
├──────────┼───────────────┼────────────────────────────┼───────────────────────────────┤
│ USDT │ 1000 │ 1000 │ 0 │
└──────────┴───────────────┴────────────────────────────┴───────────────────────────────┘
withdrawal connext client logs: https://paste.ubuntu.com/p/9smJPMH9SY/
Updated connext client(From 7.1.0 to 7.1.1):
openchannel ETH 5 closechannel ETH --amount 0.015
UPD: Tested with clean installation - same result