Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/firoorg/xzcutil
Provides zcoin-specific convenience functions and types
https://github.com/firoorg/xzcutil
ca7c84e1d45c50576b352b6dd22f0547b0b56c30 authored almost 7 years ago by devwarrior <[email protected]>
0d07eef8e11fa5153f91bb976d5ba60455f2aa9f authored almost 7 years ago by devwarrior <[email protected]>
463603d36519b1401ba6fe9dafdb991af2a4b58c authored almost 7 years ago by devwarrior <[email protected]>
060808665759a2aacf410f6cae673df064235ae7 authored about 7 years ago by devwarrior <[email protected]>
501929d3d046174c3d39f0ea54ece471aa17238c authored over 7 years ago by Olaoluwa Osuntokun <[email protected]>
This commit adds a new method to btcutil.Tx which implements a memoized
equivalent to the `Hash`...
This commit adds a new method to btcutil.Block for obtaining the
serialization of a Block *witho...
This commit adds support for bech32 encoded segwit
addresses, namely AddressWitnessPubKeyHash an...
The bech32 format is used to encode base32 data
in a string format specified in BIP 173. This is...
5ffa719c3882fd2ec1e8b9f4978066701c31a343 authored over 7 years ago by Thomas Kerin <[email protected]>
Allow users to create custom ExtendedKeys by exporting the newExtendedKey function.
The comment ...
The github markdown interpreter has been changed such that it no longer
allows spaces in between...
This adds the new test vectors added to BIP32 on 2017-02-24 which test
hardened derivation with ...
Putting the test code in the same package makes it easier for forks
since they don't have to cha...
BIP32 keys serialize the depth as a uint8 over the wire. I noticed
uint16 was being used and th...
dcd4997b0664bcfd6ef48e4ae9da8396e08b1cd9 authored over 7 years ago by David Hill <[email protected]>
a5ecb5d9547afe8d1672073dbdc348203de744a0 authored over 7 years ago by David Hill <[email protected]>
86346b5a958c0cf94186b87855469ae991be501c authored almost 8 years ago by David Hill <[email protected]>
bca6409ade96981b0e77a2a7d358be53b340a1a7 authored almost 8 years ago by David Hill <[email protected]>
This caused unhelpful clutter in travis output.
Closes #89
96e858f48ed95f9245e765d98be0ee01176409c7 authored about 8 years ago by John C. Vernaleo <[email protected]>2d8020d311cd22f706463982d8b8cb5ffeda2f64 authored about 8 years ago by David Hill <[email protected]>
1425c4327eb75d404936189423b1b08729c192af authored about 8 years ago by John C. Vernaleo <[email protected]>
This appears to have been missed during the relicense
183acb4ad9d4e5307b8f068b513c57419438e2ce authored about 8 years ago by Dave Collins <[email protected]>f6a0d000dbdd0401ddad8a8fe026c42cbfaf5b21 authored about 8 years ago by David Hill <[email protected]>
9b9ce80a2edafc6198569550fcc01df11d214425 authored about 8 years ago by Dave Collins <[email protected]>
aa9087a7efc961fbd253d4ae9c8b7a318749c273 authored about 8 years ago by Dave Collins <[email protected]>
68e5965458062d031a6e333b35c778ce464fb73f authored over 8 years ago by David Hill <[email protected]>
background: https://github.com/btcsuite/btcd/pull/717
6906ba090e7a6d05e47b1fe975414227fc540f01 authored over 8 years ago by Waldir Pimenta <[email protected]>
This updates all code in the main package and subpackages to make use of
the new chainhash pack...
This changes several places which call the Bytes method of a ShaHash to
simply use a slice of i...
The vet tool moved into the Go source tree as of Go 1.5. Its previous
location in the x/tools ...
BIPLI01 has been accepted as BIP0069, so update the README, comments,
tests, and testdata files ...
Now that Go 1.6 has been released, remove the old Go versions from the
configurations tested by ...
The test would have erroneously printed the function address instead of
the received bytes if it...
Interpreting a 0 as the lower limit of 1e-9 seems more intuitive behavior when receiving an out-...
44e30308851186103c3973eccfba11639a3356a9 authored almost 9 years ago by Tadge Dryja <[email protected]>
This corrects an issue with the serialization of extended private keys
where certain underlying ...
This changes the NewMaster function to accept the network the generated
extended master key is a...
First, it removes the documentation section from all the README.md files
and instead puts a web-...
d6989ebc716421498125f078e6c2b9846505c09e authored about 9 years ago by Dave Collins <[email protected]>
This adds a new function with loud warnings which allows sorting a
transaction in place by mutat...
- Move hex for test txns into separate files in the testdata directory
- Convert tests to table-...
This converts the txsort code into a separate package and renames
'TxSort' and 'IsTxSorted' to '...
These functions sort transaction inputs and outputs according to BIP LI01
(https://github.com/kr...
- Documentation update to NewAmount.
Call out the fact it's specifically for converting BTC to ...
This commit converts all block height references to int32 instead of
int64. The current target ...
This commit modifies the NewMerkleBlock function to return the matched
transaction indices inste...
Also, import the goclean.sh script directly into this repository and
call it directly instead of...
deba3d64366b3ddb54460166d93b7529af70c977 authored over 9 years ago by Mawuli Adzoe <[email protected]>
Fix imports, fix output pretty print
Use btcutil.Amount() instead of btcutil.NewAmount()
Trim ...
ee7c40a18195f993c17b611f3f73eeefd9fae31d authored over 9 years ago by Mawuli Adzoe <[email protected]>
This is consistent with the rest of the code base.
i.e.: base58/bloom/hash160/hdkeychain.
I think the intent is: https://en.wiktionary.org/wiki/producible
3c3f9360f47c2bd49dce043ff508c17e36294d34 authored over 9 years ago by Mawuli Adzoe <[email protected]>
Some applications fail to parse the certificate if the CN is not set,
even if they (correctly) c...
53b0b8cd093d504e2d8ee70502a00e704547400f authored over 9 years ago by Josh Rickmar <[email protected]>
1b73e9828d204297fcb433c66de67a7730ce6f54 authored over 9 years ago by Dave Collins <[email protected]>
9556412b01d69fe1feffe1bddcdf456e47239790 authored over 9 years ago by Dave Collins <[email protected]>
This commit remove the error return from the Block.Sha function since it
can never fail and ends...
ff58d6571d21c0a8478befc038afd07b56bc0549 authored almost 10 years ago by Dave Collins <[email protected]>
499e9e0daa5be5eb34fb6e5efc091d245b38edcf authored almost 10 years ago by Dave Collins <[email protected]>
1324fa1fad6f21cc8e6377d23b5680a042e679a7 authored almost 10 years ago by Dave Collins <[email protected]>
56fe089f4e7fcecae28d1563f25aaf879900ca22 authored almost 10 years ago by Josh Rickmar <[email protected]>
80b97479bd665104a01500ae00c694dd4c614fdf authored almost 10 years ago by Dave Collins <[email protected]>
d71631b41f8554024211ed8a549354d8a284fe93 authored almost 10 years ago by Dave Collins <[email protected]>
b29aad9f0921743334f113d8990d53b30a17cbbe authored almost 10 years ago by Dave Collins <[email protected]>
This change introduces an autogenerated base58 digit table to remove
the need to find the index ...
9dcef5b30f87a84bf5eaf26d5e3c92b51c456bb0 authored almost 10 years ago by Dave Collins <[email protected]>
b2c2b14526b5e29fd66bc94d6fb6cccce9cc6a6a authored almost 10 years ago by Dave Collins <[email protected]>
9e2037d6db23d7941cb8560746fca0a8dc5fc7ed authored almost 10 years ago by Dave Collins <[email protected]>
7ac9b42a523324f09d6a6e3932486c6733f127af authored almost 10 years ago by Dave Collins <[email protected]>
fdc00f8eff6a32e67bcc7aeb9efe3dc6198f30db authored almost 10 years ago by Dave Collins <[email protected]>
5dada8b18499fca4855f8361fbd78f493dc0aebf authored almost 10 years ago by Dave Collins <[email protected]>
f80c4d718d1bf047ccea24c6fc7dd5819b41b0a0 authored almost 10 years ago by Dave Collins <[email protected]>
506d3339347776285776f64f4ab3ec1a6849ef93 authored almost 10 years ago by Dave Collins <[email protected]>
Closes #26.
40ba1daf690afbd356066e36c47ba0e4d071ddb0 authored about 10 years ago by Josh Rickmar <[email protected]>Closes #4.
8180321217893f64bd8b108ed00a2dd82a796ed5 authored about 10 years ago by Dave Collins <[email protected]>
This commit adds a doc.go file in the base58 package which provides
package documentation for go...
This commit creates and an example test file for the baes58 package that
integrates nicely with ...
cef307c87ef28d19565e8bbb7cfffef0730d2ea4 authored about 10 years ago by Dave Collins <[email protected]>
fffd6a2e879d5e7fd4fe2aa04087296e6073ec2d authored about 10 years ago by Dave Collins <[email protected]>
- Call out in README.md that this is modified base58 (it's not the same as
normal base58)
- Re...
07db1b5a702361879511c0e90331cb5328b7e5d7 authored about 10 years ago by benma <[email protected]>
It consists of the previous base58 implementation and new
base58 check encoding/decoding functions.
a3d5cbad22923d29dbb09b662662d679f45e8e07 authored about 10 years ago by Dave Collins <[email protected]>
5509c323a496967b00a71a99f75af2cb03222d5b authored about 10 years ago by Dave Collins <[email protected]>
cd83976947245e17f4c429e791291ac649c07db9 authored about 10 years ago by Dave Collins <[email protected]>
c64741f9030383bc94961faea825d183ac0866e0 authored about 10 years ago by David Hill <[email protected]>
f9cc0f47b45d77951a078b9bafff535c42ea0322 authored about 10 years ago by Josh Rickmar <[email protected]>
a5298a643e1623c552e6a51b50d47b3d43ff9769 authored over 10 years ago by Jonathan Gillham <[email protected]>
ea27722dac7a5b15d34c5f4271691a16b1c90226 authored over 10 years ago by Dave Collins <[email protected]>
This commit corrects the Zero function in hdkeychain to nil the version
instead of zeroing the b...
This prevents the caller from being able to accidentally lock or
unlock access to the filter int...
d4a2dd199b89b6313637acad2a22f685ea50fb6d authored over 10 years ago by Josh Rickmar <[email protected]>
47c887338f10cf05484e695cbf55c4fd0fd06bce authored over 10 years ago by Jonathan Gillham <[email protected]>
24a92fd581568100e0ecccbb68e747c90c1100e1 authored over 10 years ago by David Hill <[email protected]>
Found by 'go vet'
00f245b9597e727379b2c881c3d0a0d4d789f57b authored over 10 years ago by David Hill <[email protected]>f6d6cd5d271f60ba183e0c0ebc36ab1841ea9e21 authored over 10 years ago by Dave Collins <[email protected]>
7bd19adb476dd22f7ea2c7356184510d975c6ff0 authored over 10 years ago by Dave Collins <[email protected]>
This commit adds a new function named Zero on the hdkeychain.ExtendedKey
which can be used to ma...
a36fbe9ade7ec311cf2e1d3a3871e1e7507ba7e1 authored over 10 years ago by Dave Collins <[email protected]>
8f049a120c264fe9cd0ee9a8e5bbb3a387c097d7 authored over 10 years ago by Dave Collins <[email protected]>
This commit adds a new sub-package named hdkeychain which can be used to
derive hierarchical det...