Colin Kennedy
Colin Kennedy
closes #16 Crash was for peeking an item on last line - not the empty text.
while running, if other tools add an item to a file in scope, tuido should be able to approaches: - **manual**: hit, say, `r` to refresh against from configured sources....
``` Caught panic: runtime error: slice bounds out of range [4:3] Restoring terminal... goroutine 1 [running]: runtime/debug.Stack() /opt/hostedtoolcache/go/1.18.10/x64/src/runtime/debug/stack.go:24 +0x65 runtime/debug.PrintStack() /opt/hostedtoolcache/go/1.18.10/x64/src/runtime/debug/stack.go:16 +0x19 github.com/charmbracelet/bubbletea.(*Program).StartReturningModel.func3() /home/runner/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:359 +0x95 panic({0x7bfd40, 0xc000206a50}) /opt/hostedtoolcache/go/1.18.10/x64/src/runtime/panic.go:844 +0x258 github.com/nilock/tuido/tuido.(*Item).GetContext(0xc0005b0368,...
Pull Request Checklist - [x] The documents updated are not in the `docs/` directory. These files are synced from upstream repositories ([lnd](https://github.com/lightningnetwork/lnd), [lit](https://github.com/lightninglabs/lightning-terminal), [loop](https://github.com/lightninglabs/loop), [pool](https://github.com/lightninglabs/pool) and [faraday](https://github.com/lightninglabs/faraday)), and should be...
Enables discovery of this repo from http://nuget.org/packages/rocksdb
This is draft work toward including HTLC transfers as part of the base `consensus_channel`. Strongest caveat: there is no on-chain implementation to enforce any of these data types.
HTLCs are a good option for off-chain value transfers in aa-nitro. They are: - battle tested - well understood by the community - applicable across "distinct" networks
Previously, the engine, via the voucher manager, was happy to create (oops) and receive (oh no!) vouchers for channels whose status was still in `Proposed`. This PR moves channel registration...
Go-nitro node currently assumes (eg, [here](https://github.com/statechannels/go-nitro/blob/e8451e1a633a490056dbb9d2b047a32f263ec75a/node/engine/engine.go#L457)) that all virtual fund objectives are for the [Virtual Payment App](https://github.com/statechannels/go-nitro/blob/main/packages/nitro-protocol/contracts/VirtualPaymentApp.sol). Possible path to decoupling is to inspect the `AppDefinition` value associated with the...