Steven Allen
|
4e730b5ec8
|
port to v2 imports
|
2020-10-21 12:16:23 -07:00 |
|
Steven Allen
|
9621dbb4f1
|
fix tests to use v2 types
|
2020-10-05 13:27:34 -07:00 |
|
Steven Allen
|
8292d60196
|
Merge branch 'master' into asr/spec-v1
|
2020-10-02 18:03:03 -07:00 |
|
Dirk McCormick
|
594ec8855c
|
fix: read lane state from chain as well as datastore
|
2020-10-01 12:08:11 +02:00 |
|
Dirk McCormick
|
9dc75a7bc4
|
fix: verify voucher amount check
|
2020-10-01 11:35:41 +02:00 |
|
Steven Allen
|
23b729a056
|
remove proof parameter from payment channels
It never worked properly, and will be removed in actors v2.
|
2020-09-30 09:35:42 -07:00 |
|
Steven Allen
|
1bf3b4989d
|
rename imports to match actors code
`sed -i 's/\bv0\(\w\)\(\w*\)/\L\1\E\20/g' **/*.go`
|
2020-09-18 14:59:27 -07:00 |
|
hannahhoward
|
05c11531b1
|
feat(paych): convert paych actor
build abstraction for paych actor and switch to using it in payment channel manager and state
predicates
|
2020-09-15 21:06:04 -07:00 |
|
Aayush Rajasekaran
|
39755a294a
|
Update to specs v0.9.6
|
2020-09-07 15:48:41 -04:00 |
|
Dirk McCormick
|
2c98bf0cc7
|
feat: PaychAvailableFunds API method
|
2020-09-02 14:31:32 +02:00 |
|
Dirk McCormick
|
340d11be38
|
fix: check voucher spendable should take into account submitted vouchers
|
2020-08-25 12:51:29 +02:00 |
|
Dirk McCormick
|
d317835535
|
fix: paych check voucher should get inbound channel from state
|
2020-08-19 09:17:08 -04:00 |
|
Dirk McCormick
|
b25215e31b
|
fix: paych add voucher - for inbound voucher check channel To address is owned by wallet
|
2020-08-17 11:13:13 -04:00 |
|
Dirk McCormick
|
536b2ad9d7
|
fix: paych - bug with allocating lane
|
2020-08-13 10:14:11 -04:00 |
|
Steven Allen
|
cac3d07abb
|
Fix payment channel for actor changes
Also, allocate the next available lane, instead of max+1. That way, we fill
holes.
Finally, check some error cases.
|
2020-08-12 17:29:00 -07:00 |
|
Dirk McCormick
|
335d165db6
|
refactor: use spec-actors paych with AMT for lane states
|
2020-08-12 17:06:18 -07:00 |
|
Dirk McCormick
|
f857ee159e
|
refactor: unify manager interfaces for easier mocks
|
2020-08-11 13:15:39 -04:00 |
|
Dirk McCormick
|
fdfccf0466
|
WIP: fix payment channel locking
|
2020-08-06 12:04:10 -04:00 |
|
Łukasz Magiera
|
9f4fb428c9
|
gofmt
|
2020-07-16 17:24:55 +02:00 |
|
Łukasz Magiera
|
d41a07161d
|
paychmgr: handle voucher.ChannelAddr
|
2020-07-15 11:12:03 +02:00 |
|
Dirk McCormick
|
f07c7377b6
|
feat: account for other vouchers when calculating voucher validity
|
2020-07-10 14:06:52 -04:00 |
|
Dirk McCormick
|
b888385ba1
|
refactor: lint fixes
|
2020-07-09 18:49:43 -04:00 |
|
Dirk McCormick
|
6c70ef7c7d
|
refactor: simplify state management
|
2020-07-09 18:27:39 -04:00 |
|
Dirk McCormick
|
1cdb008bd5
|
fix: lane allocation
|
2020-07-09 17:20:17 -04:00 |
|
Dirk McCormick
|
770ee8b54d
|
test: payment channel manager voucher and channel info tests
|
2020-07-09 16:35:43 -04:00 |
|