No description
Find a file
Gregory Sanders 0da3b15df9
Merge #492: check amount against MAX_MONEY with unsigned comparison
36a40e8 check amount against MAX_MONEY with unsigned comparison (Dmitry Petukhov)

Pull request description:

  Because explicit conversion of arbitrarily large unsigned values
  to signed values of the same bit width is implementation defined
  until c++20, better check against MAX_MONEY with unsigned comparison.

Tree-SHA512: c4c40a7126b66e7d1c18750a7151619ab76d48098139a800cbf2123dc5f52091c07508c75846415d05ac67d1d21da71bc30d726e120bf35480a48d85df3e7fe5
2019-02-12 13:08:54 -05:00
.github Mention reporting security issues responsibly 2016-11-10 14:41:40 +01:00
.tx qt: Set transifex slug to 0.14 2017-01-02 09:36:03 +01:00
build-aux/m4 build: force a c++ standard to be specified 2017-02-23 19:06:57 +01:00
contrib Add stevenroose key to contib 2018-11-08 16:59:11 +00:00
depends depends: fix zlib build on osx 2017-03-27 23:44:03 +02:00
doc Move elementsbp-api-reference repo in doc/ dir 2018-08-24 20:32:27 +01:00
qa f'rawreissueasset functional tests' 2018-12-17 15:52:59 -05:00
share Migrate project naming from "Beta" to "Elements" 2017-06-16 12:02:14 -04:00
src check amount against MAX_MONEY with unsigned comparison 2019-01-04 00:33:49 +05:00
test/functional/data Replace median fee rate with feerate percentiles 2018-09-12 23:51:51 +02:00
.gitattributes Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
.gitignore Migrate project naming from "Beta" to "Elements" 2017-06-16 12:02:14 -04:00
.travis.yml qa: Use bitcoind as parent in Travis tests 2018-10-02 15:18:21 +01:00
autogen.sh Add MIT license to autogen.sh and share/genbuild.sh 2016-09-21 23:01:36 +00:00
configure.ac bump elements version to 2.14.1.1 2017-11-08 11:47:22 -05:00
CONTRIBUTING.md Change CONTRIBUTING.md to reflect Elements Project process 2017-06-16 12:02:14 -04:00
COPYING [Trivial] Update license year range to 2017 2017-01-23 23:46:06 +01:00
INSTALL.md Update INSTALL landing redirection notice for build instructions. 2016-10-06 12:27:23 +13:00
libbitcoinconsensus.pc.in Unify package name to as few places as possible without major changes 2015-12-14 02:11:10 +00:00
Makefile.am [build] Add missing stuff to clean-local 2018-06-27 20:16:00 +09:00
README.md changed link name for easier diff 2018-10-26 12:39:01 +01:00

Elements blockchain platform

This is the integration and staging tree for the Elements blockchain platform, a collection of feature experiments and extensions to the Bitcoin protocol. This platform enables anyone to build their own businesses or networks pegged to Bitcoin as a sidechain or run as a standalone blockchain with arbitrary asset tokens.

Confidential Assets

The latest feature in the Elements blockchain platform is Confidential Assets, the ability to issue multiple assets on a blockchain where asset identifiers and amounts are blinded yet auditable through the use of applied cryptography.

Features of the Elements blockchain platform

Compared to Bitcoin itself, it adds the following features:

Previous elements that have been integrated into Bitcoin:

  • Segregated Witness
  • Relative Lock Time

Elements deferred for additional research and standardization:

License

Elements is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

What is the Elements Project?

Elements is an open source, sidechain-capable blockchain platform. It also allows experiments to more rapidly bring technical innovation to the Bitcoin ecosystem.

Learn more on the Elements Project website

https://github.com/ElementsProject/elementsproject.github.io