George Knee
George Knee
Reopening as it is named under deliverable 1 of the grant https://github.com/filecoin-project/devgrants/issues/1508
A minimal improvement would be to delete channels when they are defunded.
Another easy improvement would be to only store the latest voucher (assuming we don't do so already).
More difficult: delete old states from ledger channels.
Yes I think you're right. Somewhat related to https://github.com/statechannels/go-nitro/issues/1116
I think it would be nice for us to be able to split up the benchmark code a bit into several files, if that isn't too much of a headache.
Another idea which might make everything else easier / faster -- rewrite all of this in Go using a `SimulatedBackend`.
@lalexgap I concur. Let's not use the term where it doesn't currently apply, but let's also think about reinstating it in the future if it becomes important.
One skeleton in the closet is that for a ledger channel we may need to sometimes inspect the underlying `channel` and at other times inspect the underlying `ConsensusChannel` in order...
From standup today: 1. Instead of rewriting the code which is currently autogenerated by `abigen`, we could instead pass a different `tx.Opts.Signer` function. This would encapsulate sending the raw transaction...