0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
f '[Vagrant] Add gitian-based, vagrant VM build system to enable building on any operating system platform.' More... over 5 years ago
[Mining] Revert default block size increase, back to demonstrably safe levels. More... almost 6 years ago
[Data] Do not relay transactions with data outputs, which serve no purpose on a public block chain. More... almost 6 years ago
[Refheight] Use next block height as refheight for wallet transactions. More... almost 6 years ago
[Refheight] Change miner_tests to use refheight coinbase transactions. More... almost 6 years ago
[OpenSSL] Change tie-breaking condition to be whether R.y is a quadratic residue instead of low-s. More... almost 6 years ago
[Gitian] Remove bitcoin gitian signer keys. More... almost 6 years ago
[Alert] Remove alert relay system, and DoS ban peers that send multiple alerts. More... almost 6 years ago
[Release] v0.9.5.0-6 More... almost 6 years ago
[Branding] Qt: Replace logo with kria; change icons from blue -> green, to provide visual difference from Bitcoin. More... almost 6 years ago
[Branding] Re-brand "bitcoin" -> "freicoin". More... almost 6 years ago
[Branding] Rename files "bitcoin" -> "freicoin". More... almost 6 years ago
[Branding] Change upstream contact from Satoshi to Mark and update source release URL to Github. More... almost 6 years ago
[Branding] Add script for rebranding repository "bitcoin" -> "freicoin". More... almost 6 years ago
[Refheight] Require reference heights to be monotonically increasing, such that no transaction spends an input with a reference height higher than its own. More... almost 6 years ago
[Refheight] Add support for nVersion=2 reference-height transactions, which provides the necessary foundation for time-value adjusted currency. More... almost 6 years ago
[Gitian] bitcoin-deps -> deps-win (etc.) for more consistent naming. More... almost 6 years ago
[License] Sublicense under the terms of the GNU Affero General Public License version 3.0. More... almost 6 years ago
[Version] Add a fourth version field, the patch number, to be incremented for each release made against the same upstream version. The not-commonly-used build number becomes a monotonically increasing release identifier. More... almost 6 years ago
[Subsidy] Remove Bitcoin's inflation schedule, and replace with Freicoin's transient initial distribution and demurrage-compensating perpetual mining reward. More... almost 6 years ago
[Refheight] Qt: Update Qt client to be aware of reference heights. More... almost 6 years ago
[Demurrage] Add scaffolding for calculating time-adjusted values, and helper methods for time-adjusting input values to the current block height. More... almost 6 years ago
[Refheight] Require reference heights be less than or equal to the current block height. More... almost 6 years ago
[Boost] Modify boost variant use syntax to conform with later versions of GCC. More... almost 6 years ago
[Soft-fork] Enable BIP8-like activation of the new truncation rules supporting integer-math-only demurrage calculations. This is an old-style supermajority rollout with BIP8/BIP9-like version bits and BIP8-like activation-on-timeout semantics. It's not strictly compatible with those BIPs though, as we didn't want to back port all the necessary state management code. But miners using BIP8/BIP9 compatible version bit software should work with this rollout by configuring their devices to signal bit #28 (the highest-order BIP8/BIP9 bit). More... about 6 years ago
[Demurrage] Remove C++11-isms from GetTimeAdjustedValue, to compile on pre-0.13 releases. More... about 6 years ago
[Demurrage] Add 5% demurrage using an ALU implementation of GetTimeAdjustedValue, an integer-math-only method for performing demurrage calculations. Note that due to truncation of the intermediate multiplication terms it is possible for this method to disagree with the results of the previously used MPFR calculation by as much as 1 kria, even after the latter is truncated. It boasts a 10x improvement in speed, however. More... about 6 years ago
[Vagrant] Update targets for the 0.9 gitian descriptors. More... about 6 years ago
[Vagrant] Add gitian-based, vagrant VM build system to enable building on any operating system platform. More... about 6 years ago
[Soft-fork] As part of the nVersion=3 DER (BIP66) soft-fork, deprecate handling of fractional amounts. More... over 7 years ago