Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9062ab1
routing: make payment lifecycle test more verbose
yyforyongyu Apr 30, 2021
fc113c7
routing: add private key attribute in router test
Bluetegu Dec 10, 2018
242a844
routing: fix TestSendPaymentErrorRepeatedFeeInsufficient
Bluetegu Dec 10, 2018
37d0e21
routing: test private edge on fee error
Bluetegu Dec 22, 2018
ae6d8a9
routing: parse Channel ID from json file
yyforyongyu Apr 10, 2021
8172811
routing: rm hardcoded channel id in router test
yyforyongyu Apr 10, 2021
54aacac
routing: use require in router test
yyforyongyu Apr 14, 2021
1656611
routing: use shardHandler to process err in SendToRoute
yyforyongyu Apr 14, 2021
cf2b574
routing: move sendErr handling in shardHandler
yyforyongyu Apr 15, 2021
5df776e
routing: add method UpdateAdditionalEdge and GetAdditionalEdgePolicy
yyforyongyu Apr 15, 2021
f31001e
routing: make shardHandler aware of payment session
yyforyongyu Apr 15, 2021
e05b78f
routing: refactor TestSendPaymentErrorFeeInsufficientPrivateEdge
yyforyongyu Apr 14, 2021
735e89c
routing: add TestSendPaymentPrivateEdgeUpdateFeeExceedsLimit
yyforyongyu Apr 15, 2021
e10bd84
itest: moving routing related tests into one file
yyforyongyu Apr 16, 2021
319cc53
itest: fix make lint
yyforyongyu Apr 16, 2021
193d149
itest: test channel policy update in private channels
yyforyongyu Apr 16, 2021
54ed6c2
itest: silence depreciation warnings
yyforyongyu May 5, 2021
289d97f
routing: rename mock structs to make them obsolete
yyforyongyu May 24, 2021
f5de56a
mod: add package stretchr/testify mock
yyforyongyu May 24, 2021
e79e46e
routing: add mock structs for testing
yyforyongyu May 24, 2021
cd35981
routing: refactor update payment state tests
yyforyongyu May 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ github.com/spf13/pflag v1.0.1 h1:aCvUg6QPl3ibpQUxyLkrEkCHtPqYJL4x9AuhqVqFis4=
github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
Expand Down
Loading