Commit graph

  • c1775c195f ci: run goimports and gofmt roylee/go-1.19 Roy Lee 2022-08-12 02:26:58 -0700
  • e055ed85c0 ci: bump to go 1.19 Roy Lee 2022-08-12 02:23:56 -0700
  • 6a93b80756 block: allow cached seralized block to be overritten v1.0.202 master Roy Lee 2022-08-12 02:18:22 -0700
  • c604c37b24 [lbry] go module: update dependencies v1.0.202-rc3 Roy Lee 2021-05-27 15:28:17 -0700
  • da9486f408 [lbry] go module: update dependencies v1.0.202-rc2 test-rebase Roy Lee 2021-05-27 15:28:17 -0700
  • be580c28b7 [lbry] repaired a few unit tests Brannon King 2021-12-14 12:52:58 -0500
  • 38a9f69d1e [lbry] ci: add golangci-lint action Roy Lee 2021-09-14 12:28:20 -0700
  • 44869b8b01 [lbry] ci: fix linting errors Roy Lee 2021-09-14 12:22:08 -0700
  • ee79ce7992 [lbry] remove pbst submodule Brannon King 2021-09-10 17:02:02 -0400
  • bea5c62644 [lbry] renamed package to lbcutil, updated refs to it Brannon King 2021-09-10 16:30:39 -0400
  • 0ef993d30c lbry: enlarge MaxSatoshi from 2e6 to 2e9 Roy Lee 2021-04-11 04:21:41 -0700
  • 2400d71e65 repaired a few unit tests v1.0.202-rc1 Brannon King 2021-12-14 12:52:58 -0500
  • 9c4bbabe7a
    Merge pull request #206 from guggero/makefile Olaoluwa Osuntokun 2021-11-29 10:29:20 -0800
  • 9cdf59f60c
    Merge pull request #205 from guggero/schnorr-taproot Olaoluwa Osuntokun 2021-09-29 16:32:59 -0700
  • 12d7d04b31
    multi: fix linter issues Oliver Gugger 2021-09-27 14:27:51 +0200
  • 97c3fdfaa2
    ci: add Makefile, use golangci-lint Oliver Gugger 2021-09-27 14:24:40 +0200
  • c5b2b0b979
    address: add AddressTaproot Oliver Gugger 2021-09-27 13:40:07 +0200
  • 4a0c04f989
    address: refactor common code into AddressSegWit Oliver Gugger 2021-09-27 13:40:05 +0200
  • 43b172ec93
    Merge pull request #202 from Roasbeef/bech32m Olaoluwa Osuntokun 2021-09-21 17:25:32 -0700
  • 23db973afa
    bech32: add new EncodeM and DecodeGeneric functions for bech32 Olaoluwa Osuntokun 2021-07-16 17:45:01 -0700
  • 14f90e5946
    bech32: add additional field to ErrInvalidChecksum (bech32m version) Olaoluwa Osuntokun 2021-07-16 17:41:55 -0700
  • 3ecfc35771
    bech32: add new set of constants/versions to be used for bech32m Olaoluwa Osuntokun 2021-07-16 17:37:30 -0700
  • e748b5bdf1 [lbry] ci: remove lint from test Roy Lee 2021-09-14 12:28:47 -0700
  • 7027a4a980 [lbry] ci: add golangci-lint action Roy Lee 2021-09-14 12:28:20 -0700
  • c0f98b1f8e [lbry] ci: fix linting errors Roy Lee 2021-09-14 12:22:08 -0700
  • e0d9e021dd [lbry] ci: bump lbcd dependencies Roy Lee 2021-09-14 13:23:24 -0700
  • 58e45d9641 remove psbt/go.sum as well lbry v1.0.201 Roy Lee 2021-09-11 20:49:56 -0700
  • eb49498a52 remove pbst submodule v1.0.200 Brannon King 2021-09-10 17:02:02 -0400
  • e72f99ac3f renamed package to lbcutil, updated refs to it Brannon King 2021-09-10 16:30:39 -0400
  • 78a0164ba2 update go imports Roy Lee 2021-05-27 18:37:34 -0700
  • 1ccefad217 go module: update import path Roy Lee 2021-05-27 15:28:17 -0700
  • e3bdf5aa33 lbry: enlarge MaxSatoshi from 2e6 to 2e9 Roy Lee 2021-04-11 04:21:41 -0700
  • e2ba6805a8
    Merge pull request #198 from guggero/stack-overflow-fix Olaoluwa Osuntokun 2021-05-27 10:08:13 -0700
  • 4ebb6a9960
    address: fix stack overflow bug when printing error Oliver Gugger 2021-05-27 10:08:03 +0200
  • 90ffd449a4
    mod: update go.sum for golang 1.16.x Oliver Gugger 2021-05-27 10:06:01 +0200
  • faeebcb9ab
    Merge pull request #196 from Crypt-iQ/psbt_panic_fix_05142021 Olaoluwa Osuntokun 2021-05-14 16:40:26 -0700
  • 9c91ffc684
    psbt: bounds check SumUtxoInputValues with NonWitness.TxOut indexing eugene 2021-05-14 12:19:58 -0400
  • a53e38424c base58: allocate less in Encode Josh Bleecher Snyder 2020-09-25 16:27:43 -0700
  • d63d9f2b44 bech32: Add base256 conversion convenience funcs. Dave Collins 2019-12-27 03:55:09 -0600
  • 36377a3c8c bech32: Ensure HRP is lowercase when encoding. Dave Collins 2019-12-27 01:08:37 -0600
  • f281d151bb bech32: back port improvements from decred/dcrd@9b88dd0 Anirudha Bose 2020-07-14 12:12:06 +0530
  • 4031bdc69d base58: add new testcases from github.com/bitcoin Egon Elbre 2020-11-17 13:12:06 +0200
  • 594180da5d base58: optimize Decode Egon Elbre 2020-09-10 19:33:49 +0300
  • ed1fc7ad99 base58: optimize Encode Egon Elbre 2020-09-10 17:54:35 +0300
  • a21f014935
    Merge pull request #182 from lightning-signer/bip32-zeros Olaoluwa Osuntokun 2020-11-03 16:44:01 -0800
  • 88fd8b3dc6 go.mod: bump to go 1.14, latest supported version David Hill 2020-08-31 11:42:22 -0400
  • d32feb0a8e build: replace travis with github ci David Hill 2020-05-13 09:25:32 -0400
  • dde9e31e50 hdkeychain: correct BIP-32 derivation issue Devrandom 2020-09-01 13:15:53 +0200
  • 24e673ae72 FIX: integers incorrectly encoded as a rune with append. Go no longer allows it. Pascal S. de Kloe 2020-09-14 14:49:31 +0200
  • 063c4115b3 hdkeychain: add CloneWithVersion to set custom HD version bytes Anirudha Bose 2020-08-28 01:14:04 +0200
  • 4232759481 Tiny grammar correction gipsy 2020-08-16 07:06:42 -0400
  • 5f93e33af2
    Merge pull request #178 from guggero/psbt-vuln-fix Olaoluwa Osuntokun 2020-08-26 12:48:09 -0700
  • afbd53ee7e
    psbt: test full scenario of CVE-2020-14199 patched wallet Oliver Gugger 2020-07-20 15:02:06 +0200
  • c7b6a5aace
    psbt: also check witness UTXO if both are set Oliver Gugger 2020-07-20 15:02:05 +0200
  • b283b0eb92
    psbt: don't remove non-witness UTXO for segwit v0 Oliver Gugger 2020-07-20 15:02:03 +0200
  • c5f199e40f
    psbt: remove UTXO sanity check to allow fix for CVE Oliver Gugger 2020-07-20 15:02:02 +0200
  • 4649e4b73b add test case for litecoin bech32 addresses michael1011 2020-07-08 11:22:13 +0200
  • f648594deb hdkeychain: Fix small wording issue in ChainCode() tests Anirudha Bose 2020-07-08 16:40:37 +0530
  • 6c6f3fd3b7 hdkeychain: Remove duplicate ChildNum() method Anirudha Bose 2020-07-08 16:37:07 +0530
  • 5fadf96a72 hdkeychain: extend API with ChainCode(), ChildNum() Marko Bencun 2018-10-28 23:48:16 +0100
  • c53e27f6f1 Fix OutOfRangeError checks in block_test.go Anirudha Bose 2020-07-06 20:41:38 +0530
  • e3017c9aab Update block.go Yuchuan 2019-11-29 16:36:56 +0800
  • 0af7fd2595 Assign returned values in correct order Kalle Rosenbaum 2020-02-26 12:17:49 +0100
  • 4443e04cb8 Fix error in base58check test Steven Roose 2018-01-31 18:01:49 +0100
  • 6065135ba8 Improve test coverage of WIF decoder/encoder Anirudha Bose 2020-05-06 01:36:46 +0530
  • c78a7129bf Fix typo shuai.qi 2019-07-02 16:46:07 +0800
  • 35f6653e0a hdkeychain: fix trivial typo johnta0 2018-10-10 17:22:32 +0900
  • 63e5e276cd Fix some typos in docs Akio Nakamura 2017-10-16 18:15:06 +0900
  • af92bbf499
    Merge pull request #173 from guggero/psbt-util Olaoluwa Osuntokun 2020-06-25 00:45:29 -0700
  • 0b85b11dcc
    psbt: add BIP 69 in-place sort Oliver Gugger 2020-06-19 14:44:50 +0200
  • 488d2cc834
    psbt: add new utility functions Oliver Gugger 2020-06-19 13:33:43 +0200
  • 8ec8bad266
    psbt: export WriteTxWitness Oliver Gugger 2020-06-19 12:52:16 +0200
  • 7ddbb930fd
    Merge pull request #165 from onyb/has-witness-nil-deference Olaoluwa Osuntokun 2020-06-22 16:30:30 -0700
  • 3beec01267
    Merge pull request #171 from wpaulino/expose-extended-key-fields Olaoluwa Osuntokun 2020-06-22 16:27:57 -0700
  • d8c8794021
    hdkeychain: expose extended key's version and child index Wilmer Paulino 2020-06-17 16:28:12 -0700
  • 29af078e7b
    Fix nil pointer dereference when WitnessHash is called before HasWitness Anirudha Bose 2020-05-03 20:44:25 +0530
  • b2bf7f89d6
    Merge pull request #163 from Crypt-iQ/psbt_fixes_0409 v1.0.2 Olaoluwa Osuntokun 2020-04-10 17:06:09 -0700
  • f06d6af2f0 psbt: return ErrInvalidKeydata if value isn't a 32-bit uint nsa 2020-04-08 17:54:59 -0400
  • d08f03552c psbt: define MaxPsbtKeyLength and check against it when decoding nsa 2020-04-08 17:53:06 -0400
  • 8bf941f570
    Merge pull request #162 from guggero/psbt-empty-input Olaoluwa Osuntokun 2020-03-23 16:36:00 -0700
  • 04442f8ef9
    psbt: fix deserialization with zero inputs Oliver Gugger 2020-03-23 09:44:06 +0100
  • 02a4fd9de1
    Merge pull request #155 from Roasbeef/psbt-refactor v1.0.1 Olaoluwa Osuntokun 2020-01-16 15:10:25 -0800
  • 8aa4d06cc2
    psbt: create sub-module Olaoluwa Osuntokun 2020-01-15 17:52:12 -0800
  • f1575b5bfd
    build: add top-level go mod file Olaoluwa Osuntokun 2020-01-15 17:49:07 -0800
  • 959fe939ad
    psbt: update tests to match new API changes Olaoluwa Osuntokun 2020-01-15 17:44:00 -0800
  • 6bd3b8034f
    psbt: refactor updater.go for consistent code style Olaoluwa Osuntokun 2020-01-15 17:43:44 -0800
  • 2a3238c694
    psbt: create new enum type for return values of Sign method Olaoluwa Osuntokun 2020-01-15 17:43:29 -0800
  • ef5f31d2e3
    psbt: rename psbt.Psbt to psbt.Packet, rename existing constructors Olaoluwa Osuntokun 2020-01-15 17:43:16 -0800
  • 6d70b190b0
    psbt: create new utils file, refactor finalizer for consistent code style Olaoluwa Osuntokun 2020-01-15 17:42:03 -0800
  • 41cb8d70da
    psbt: modify Extract method to return the transaction directly Olaoluwa Osuntokun 2020-01-15 17:41:17 -0800
  • 57a6543394
    psbt: remove Creator struct, create New function as entry point into package Olaoluwa Osuntokun 2020-01-15 17:40:21 -0800
  • a94de55e85
    psbt: move bip32 structs into new file Olaoluwa Osuntokun 2020-01-15 17:39:15 -0800
  • 33335d05df
    psbt: move output into new file Olaoluwa Osuntokun 2020-01-15 17:36:48 -0800
  • 9411189e0e
    psbt: move input into new file Olaoluwa Osuntokun 2020-01-15 17:36:21 -0800
  • 7611eb65d8
    psbt: move PSBT keys/type into new file Olaoluwa Osuntokun 2020-01-15 17:35:45 -0800
  • 43ab7cda9a
    build: add top-level go mod file v1.0 Olaoluwa Osuntokun 2020-01-15 17:49:07 -0800
  • 918534ec30 psbt: update tests to match new API changes Olaoluwa Osuntokun 2020-01-15 17:44:00 -0800
  • b4fd133207 psbt: refactor updater.go for consistent code style Olaoluwa Osuntokun 2020-01-15 17:43:44 -0800
  • e2fd54d981 psbt: create new enum type for return values of Sign method Olaoluwa Osuntokun 2020-01-15 17:43:29 -0800
  • 3385fba2f2 psbt: rename psbt.Psbt to psbt.Packet, rename existing constructors Olaoluwa Osuntokun 2020-01-15 17:43:16 -0800