lightwalletd/parser
Larry Ruane e8453e62f6 update dependencies: packages ioutil, errors
No functional changes.

As pointed out in lightwalletd/pull/469, the errors package we're using
has been deprecated, so this commit updates the code to use "errors"
instead of "github.com/pkg/errors". Same with "io/ioutil", which has
been superceded by "os".
2024-02-01 12:41:14 -07:00
..
internal/bytestring add NU5 Orchard transaction data to CompactBlock 2021-11-30 10:16:28 -07:00
block.go update dependencies: packages ioutil, errors 2024-02-01 12:41:14 -07:00
block_header.go update dependencies: packages ioutil, errors 2024-02-01 12:41:14 -07:00
block_header_test.go parse V5 (nu5) transactions 2021-10-24 13:30:35 -06:00
block_test.go update dependencies: packages ioutil, errors 2024-02-01 12:41:14 -07:00
fuzz.go add COPYING and copyright lines 2020-03-12 12:02:55 -06:00
transaction.go update dependencies: packages ioutil, errors 2024-02-01 12:41:14 -07:00
transaction_test.go Fix V5 transaction txid (#392) 2022-05-24 09:23:15 -05:00
util.go refactor Reverse(), no functional changes 2020-09-14 10:31:17 -06:00
util_test.go refactor Reverse(), no functional changes 2020-09-14 10:31:17 -06:00