Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.58 KB

DEVELOPMENT.md

File metadata and controls

54 lines (42 loc) · 2.58 KB

Development

Skipped go-nitro Commits / Features

Known issues (ts-nitro)

Known issues (go-nitro)

  • Error is thrown when trying to fund virtual channels with amounts more than their ledger channel supports

    panic: error updating ledger funding: error proposing ledger update: propose could not add new state vars: insufficient funds
    goroutine 88 [running]:
    github.com/statechannels/go-nitro/node/engine.(*Engine).checkError(0x748a4ac48e62a6aa?, {0x1e60900, 0xc00048c940})
    go-nitro/node/engine/engine.go:867 +0x139
    github.com/statechannels/go-nitro/node/engine.(*Engine).run(0xc000306500, {0x1e6f948, 0xc0006a09b0})
    go-nitro/node/engine/engine.go:211 +0x852
    created by github.com/statechannels/go-nitro/node/engine.New in goroutine 1
    go-nitro/node/engine/engine.go:164 +0x54b
  • Error is thrown when conducting direct defund while virtual channel is running

    panic: handleAPIEvent: Could not create directdefund objective for {ChannelId:0xecb0d8f2cdd9222b56dc24daa6b10fc2143f7b8861695071e260417d4ad289f6 objectiveStarted:0xc000743da0}: ledger channel has running guarantees
    goroutine 200 [running]:
    github.com/statechannels/go-nitro/node/engine.(*Engine).checkError(0x0?, {0x1e60900, 0xc000b8a240})
    go-nitro/node/engine/engine.go:867 +0x139
    github.com/statechannels/go-nitro/node/engine.(*Engine).run(0xc0009800a0, {0x1e6f948, 0xc000984000})
    go-nitro/node/engine/engine.go:211 +0x852
    created by github.com/statechannels/go-nitro/node/engine.New in goroutine 1
    go-nitro/node/engine/engine.go:164 +0x54b