This PR is enabling the paych tests that I disabled during the Drand outage tests, since upstream libraries / APIs have changed in the meantime.
The errors during compilation were:
# github.com/filecoin-project/oni/lotus-soup/paych
paych/stress.go:106:69: undefined: abi.TokenPrecision
paych/stress.go:182:84: voucher.Lane undefined (type *api.VoucherCreateResult has no field or method Lane)
paych/stress.go:182:98: voucher.Nonce undefined (type *api.VoucherCreateResult has no field or method Nonce)
paych/stress.go:182:113: voucher.Amount undefined (type *api.VoucherCreateResult has no field or method Amount)
This PR is enabling the
paych
tests that I disabled during the Drand outage tests, since upstream libraries / APIs have changed in the meantime.The errors during compilation were:
Thanks to @dirkmc for the help!