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
4a3482182f11534d3c9350f812b73e5d1f3287a5 authored over 10 years ago by David Hill <[email protected]>
6de97e738d2182834d0fdb789deba3283017400e authored over 10 years ago by Dave Collins <[email protected]>
17dc3fb3b6b9c94ded99c672711d43677c4e2eca authored over 10 years ago by Dave Collins <[email protected]>
c78a40ab2164bf8049998a2853cd8931d4928d56 authored over 10 years ago by Dave Collins <[email protected]>
bf92067b6531b2f586a357e7fafd9b294532b815 authored over 10 years ago by Dave Collins <[email protected]>
3f83ab60af83e0c04d1166aa0ebea883a485b16e authored over 10 years ago by Dave Collins <[email protected]>
This commit creates and an example test file that integrates nicely with
Go's example tooling.
...
1caa150b5c4007c93be597c473abb7a05f1bd399 authored over 10 years ago by Dave Collins <[email protected]>bde2b44320461bb0828da1aafd79b82348c45d68 authored over 10 years ago by Dave Collins <[email protected]>
This commit finishes the work started by @dajohi on bloom filters.
- Rename the package from bl...
ad004c05349a446e68bee921335455d5e3e7693a authored over 10 years ago by Dave Collins <[email protected]>9e3269e67ca85885b06528ac5bdfad8f7f0b7620 authored over 10 years ago by David Hill <[email protected]>
Since these constants can be useful for int64, Amount, and float64
math, it doesn't make sense t...
6c4b5928abf941e3760a5b4fec141a871a92e95c authored over 10 years ago by Dave Collins <[email protected]>
52be380fd1bfeadaaeb04e376487a9df49cb74eb authored over 10 years ago by Josh Rickmar <[email protected]>
While here, remove the serializedTx field from Tx. This field was
originally intended to be use...
bytes.Reader is a little bit more efficient than a bytes.Buffer when
just reading, so in situati...
c54649be412b725f89d16af246c5a89044ca6d74 authored over 10 years ago by Josh Rickmar <[email protected]>
ok @davecgh, @jcvernaleo
2847c14f0645594d2546328ac1f35519d74373fa authored over 10 years ago by Josh Rickmar <[email protected]>fb4c64910d60632d221f16d9eca503db3ccd1c29 authored over 10 years ago by Josh Rickmar <[email protected]>
This change removes all occurances of btcwire.BitcoinNet from exported
APIs, replacing each with...
The old functions DecodePrivateKey and EncodePrivateKey have been
removed in favor of the Decode...
973174daa48b66975ee2a8bc617da9e89ba62154 authored over 10 years ago by Owain G. Ainsworth <[email protected]>
3e403ed6c0542f991e4bab6ca35f4d9824a1e792 authored over 10 years ago by Francis Lam <[email protected]>
This change adds the Hash160 methods to AddressPubKeyHash and
AddressScriptHash so the hash may ...
Benchmarks show this makes Base58Encode twice as fast.
190c86b2bf950a75783ea1d5d855f57c0c1b03da authored over 10 years ago by David Hill <[email protected]>
Amount should still be a usable type even if the monetary amount being
described is not an amoun...
7ec063aebceb78e59b3d2d4d54a802b9cb26f8a8 authored over 10 years ago by Josh Rickmar <[email protected]>
Found by go vet.
4465e7183762ee4b34b260efac4f721e1cdbc4cc authored over 10 years ago by Josh Rickmar <[email protected]>9bd84d007a6da08812a6320dda6e5fe7f899befd authored over 10 years ago by David Hill <[email protected]>
Besides being shorter, using "BTC" rather than "Bitcoin" in the
AmountUnit constants is deemed t...
80b1f232bcf8a6be9981b88f7b8161c0ab2bb822 authored over 10 years ago by Josh Rickmar <[email protected]>
ok @davecgh
fc6f0dee54e6ee599508e31d36f554ab208cb2b3 authored over 10 years ago by Josh Rickmar <[email protected]>4d8920c4dd6d8546bd8fac72d070b3f48d0e41bd authored almost 11 years ago by Owain G. Ainsworth <[email protected]>
Originally the various NewAddressX family on functions were limited to
only btcwire.MainNet and ...
560355ff92ed9849b4dcd714b2081309266177fe authored almost 11 years ago by David Hill <[email protected]>
fca025945f611b95c42c910e37e30f5853f75dba authored almost 11 years ago by David Hill <[email protected]>
This commit removes the previously deprecated TxShas function from
btcutil.Block. The preferred...
c8b172c3945f6f9941045548fc2a4d10c455274c authored almost 11 years ago by Dave Collins <[email protected]>
This commit removes the GPG Verification Key section from the new coinset
README.me since the bt...
This commit contains a basic definition for CoinSelector along with some
utility classes and som...
This commit modifies DecodeAddress to accept and decode pay-to-pubkey
addresses (raw serialized ...
Now that the deprecated DecodeAddress has been removed, rename DecodeAddr
to DecodeAddress and r...
Since all of the deprecated address conversion functions have been
removed, consolidate the rema...
This commit removes the deprecated address functions which have been
replaced by the Address int...
The prefix byte (netID) which is used to encode address is the same for
both the public test and...
ca515e278dbc106e15a597e8ac5dc39239672f09 authored almost 11 years ago by David Hill <[email protected]>
This commit changes three things with cert generation.
- The extended key usage field has been ...
759451c0460faacf763f5897a91a4477a1002816 authored almost 11 years ago by Dave Collins <[email protected]>4edc4ceb9ed249e5a8e3aafe8585c52b3acdf21f authored almost 11 years ago by Dave Collins <[email protected]>
btcd, btcwallet, and an upcomming standalone tool to generate the TLS
certificates all need a wa...
2af3c8263a76bc901c2e2cc7a23f71b91ab97189 authored almost 11 years ago by Dave Collins <[email protected]>
More tests are needed and will be completed in future commits.
02bd4b14b10bca69c5a559c54d992d1d107bf306 authored about 11 years ago by Dave Collins <[email protected]>
This commit adds a new concrete Address interface implementation for
pay-to-pubkey addresses. I...
This commit adds a new flag to the tests which controls whether or not an
address can be decoded...
This allows the addresses to be treated as fmt.Stringer for easy printing.
There is no differenc...
Rather than repeating the same code in both the pay-to-pubkey-hash and
pay-to-script-hash encodi...
Rather than using the stdlib sha256, use the Conformal fastsha256 package
for faster hashing.
Address is a generic interface for any type of "address" a
transaction can be sent to, including...
32f63f3abc911940b9a62e9c7f9322d2fdbb54bb authored about 11 years ago by Josh Rickmar <[email protected]>
f3d39524ce38c973bb43593a8f894569bc10d14f authored about 11 years ago by Dave Collins <[email protected]>
Fixed bad comments on new scriptHash constants and encoding function.
Added encodeScriptHashTes...
13fec7735c763863a8dbc6f1c65054c9b4eab8eb authored about 11 years ago by Francis Lam <[email protected]>Implemented address format for pay-to-script-hash
592d38d55f7f2989aa2accf56ed770d124aa3876 authored about 11 years ago by Francis Lam <[email protected]>Also add TravisCI build status badge to README.md.
9759e8dc64c227fc99c2a01b5c3e52f6700d58f0 authored about 11 years ago by Dave Collins <[email protected]>aa811871654079f5036d3692dcf6c66928d19447 authored about 11 years ago by Dave Collins <[email protected]>
This commit adds a new AppDataDir function that can be used to get an
operating system and appli...
ccb65572981e5192cd2092d74b9063f8288cc1bf authored about 11 years ago by David Hill <[email protected]>
cefb048288392185ca64a870866bb5d26282438f authored about 11 years ago by David Hill <[email protected]>
EncodePrivateKey encodes a raw private key into Wallet Import Format.
DecodePrivateKey decodes t...
e53f3f5d13bdeead550bcbe7f4b7d0f081e1a11f authored about 11 years ago by David Hill <[email protected]>
This commit adds both positive and negative tests for the new Tx and
Transactions Block API func...
This commit adds two new functions to the Block API for working with the
recently added Tx type ...
This commit adds both positive and negative tests for the new Tx type to
bring its coverage to 1...
Currently, transaction hash caching is provided via Block directly, but a
transaction is not alw...
f72ab9cfcef8df68fb81ed820c3bc9f4a378b0f8 authored over 11 years ago by Josh Rickmar <[email protected]>
While here, fix a couple of append() leaks.
e433a02e4bfb00f08f7ef141e4aed9985ab82e25 authored over 11 years ago by Josh Rickmar <[email protected]>867149f4705b6227a9edcba3e69cf292c5d1901a authored over 11 years ago by Josh Rickmar <[email protected]>
e4925b4abe0b7bc18820a60da24e510f042c027a authored over 11 years ago by Josh Rickmar <[email protected]>
8b2fdd980882ad14fa6cc77a60a740d93b303121 authored over 11 years ago by Dave Collins <[email protected]>
Found by golint.
ad7e3894c78b76cd60adf57aca603ff99376b7b5 authored over 11 years ago by Dave Collins <[email protected]>
This commit unfortunately changes the public API of Block which I
ordinarily don't like to do, b...
761970e639ee0eba66a7d4f98f8d6a4804ffc881 authored over 11 years ago by John C. Vernaleo <[email protected]>
5eda8b95af6e863694bab71a3fff18dd6d570bb0 authored over 11 years ago by John C. Vernaleo <[email protected]>
Now that the test coverage is comprehensive. update the README
accordingly.
05d31cdc7a5d267041ae80c9da9e595a5e9d89c8 authored over 11 years ago by Dave Collins <[email protected]>
b8843a0fb623b980c55f35fe6a706841d79cf2b0 authored over 11 years ago by Dave Collins <[email protected]>
e98dc50b693520575b9ab1423d52b3476b94d93a authored over 11 years ago by Dave Collins <[email protected]>
969fbd1500ee631e332e6fca22e1d54f6d82b829 authored over 11 years ago by Dave Collins <[email protected]>
3ffe28e3640c41802bf5479dc3857ad5194f7871 authored over 11 years ago by Dave Collins <[email protected]>
a5bb254ac6997f9feb0a3de24efe143d38f680d3 authored over 11 years ago by Dave Collins <[email protected]>
f8fc23a541a75155879785a2a848cc33fc6fc0a3 authored over 11 years ago by Dave Collins <[email protected]>
b90727cc8ac43a648b22be89ebacb4901b201f81 authored over 11 years ago by Dave Collins <[email protected]>
af89ed1c2e6bb43f3b030f49225ce7eda4cddf98 authored over 11 years ago by Dave Collins <[email protected]>
ef6c01960f9f58a235f82b4ea649eb65b87291cb authored over 11 years ago by Dave Collins <[email protected]>
727d687cf3708212e871dcdad45fa94675d6765f authored over 11 years ago by Dave Collins <[email protected]>