Pieter Wuille
a53fd41485
Deterministic signing
10 years ago
Pieter Wuille
3060e36098
Add the RFC6979 PRNG
10 years ago
Pieter Wuille
a8f5087e53
Add HMAC-SHA256
10 years ago
Pieter Wuille
36fa4a78ac
Split up crypto/sha2
10 years ago
Wladimir J. van der Laan
5c4dffd188
Merge pull request #5270
...
57425a2
Check block header before accepting it. (Daniel Kraft)
10 years ago
Pieter Wuille
3ba5ebc065
Merge pull request #5000
...
0391423
Discourage NOPs reserved for soft-fork upgrades (Peter Todd)
10 years ago
Wladimir J. van der Laan
cf9c4887f1
Merge pull request #5324
...
72fb3d2
Update comments in src/rpc* to be doxygen compatible (Michael Ford)
10 years ago
Wladimir J. van der Laan
5c6b384502
Merge pull request #5320
...
e0a25c5
qt: Make askpassphrase dialog behave more sanely (Wladimir J. van der Laan)
10 years ago
Wladimir J. van der Laan
9842ed465b
Merge pull request #5235
...
9eb5a5f
build: pad header for osx libs (Cory Fields)
9ed8979
build: fix static dll link for mingw (Cory Fields)
19df238
build: shared lib build should work reasonably well now (Cory Fields)
269efa3
build: add quick consensus lib tests (Cory Fields)
cdd36c6
build: add --with-libs so that libs are optional (Cory Fields)
2cf5f16
build: add libbitcoinconsensus files and hook up the lib build (Cory Fields)
ee64c53
build: remove internal/protected build attribute checks (Cory Fields)
f36a40f
build: check visibility attributes (Cory Fields)
811a765
build: mingw needs libssp for hardening with dlls (Cory Fields)
e0077de
build: make a distinction between static app ldflags and static lib ldflags (Cory Fields)
10 years ago
Wladimir J. van der Laan
e0a25c54eb
qt: Make askpassphrase dialog behave more sanely
...
Set minimum sizes appropriately, and make sure that they
are enforced. Replaces #5226 .
10 years ago
Daniel Kraft
57425a2425
Check block header before accepting it.
...
Previously, AcceptBlockHeader did not check the header (in particular
PoW). This made the client accept invalid-PoW-headers from peers in
headers-first sync.
10 years ago
Cory Fields
9eb5a5fbef
build: pad header for osx libs
...
This ensures that users of the lib will be able to mangle the paths to work
in their bundles.
10 years ago
Cory Fields
9ed8979e29
build: fix static dll link for mingw
...
dll's are no longer dynamically linked to libgcc/libstdc++/libssp
10 years ago
Cory Fields
19df238a7b
build: shared lib build should work reasonably well now
10 years ago
Cory Fields
269efa30ed
build: add quick consensus lib tests
...
They should be hooked up in other places as well, but this is a start.
10 years ago
Cory Fields
cdd36c6c5c
build: add --with-libs so that libs are optional
10 years ago
Cory Fields
2cf5f16c25
build: add libbitcoinconsensus files and hook up the lib build
...
Credit BlueMatt for libbitcoinsonsensus.h/cpp
10 years ago
Cory Fields
ee64c53c1f
build: remove internal/protected build attribute checks
...
They're not necessary, and not always supported. We only need to know about
hidden and default.
10 years ago
Cory Fields
f36a40f7fd
build: check visibility attributes
10 years ago
Cory Fields
811a765bef
build: mingw needs libssp for hardening with dlls
10 years ago
Cory Fields
e0077de5de
build: make a distinction between static app ldflags and static lib ldflags
...
For windows builds, exe's are always static, but libs should still conform to
--enabled-shared and --enable-static.
10 years ago
Michael Ford
72fb3d295a
Update comments in src/rpc* to be doxygen compatible
10 years ago
Wladimir J. van der Laan
b5d1b10929
doc: add libgmp dependency for secp256k1
...
Also reorganize the document a bit.
10 years ago
Wladimir J. van der Laan
b7fe9cd04c
Merge pull request #5200
...
c1c9d5b
[Qt] Add Smartfee to GUI (Cozz Lovan)
e7876b2
[Wallet] Prevent user from paying a non-sense fee (Cozz Lovan)
ed3e5e4
[Wallet] Add global boolean whether to pay at least the custom fee (default=true) (Cozz Lovan)
0ed9675
[Wallet] Add global boolean whether to send free transactions (default=true) (Cozz Lovan)
10 years ago
Cozz Lovan
c1c9d5b415
[Qt] Add Smartfee to GUI
10 years ago
Cozz Lovan
e7876b2979
[Wallet] Prevent user from paying a non-sense fee
10 years ago
Cozz Lovan
ed3e5e468c
[Wallet] Add global boolean whether to pay at least the custom fee (default=true)
10 years ago
Cozz Lovan
0ed9675be4
[Wallet] Add global boolean whether to send free transactions (default=true)
10 years ago
Gavin Andresen
8c41853380
gmp needed to build on OSX
10 years ago
Wladimir J. van der Laan
18832ff8e1
Merge pull request #5313
...
230f7a8
Remove unused ecwrapper code (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
e587ecd8a6
Merge pull request #5296
...
0ceab00
[Qt, OSX] move QProgressBarMac to guiutil.h (Jonas Schnelli)
6093aa1
[Qt, OSX] QProgressBar CPU-Issue workaround (Jonas Schnelli)
10 years ago
Jonas Schnelli
0ceab00d16
[Qt, OSX] move QProgressBarMac to guiutil.h
10 years ago
Pieter Wuille
230f7a833d
Remove unused ecwrapper code
10 years ago
Wladimir J. van der Laan
271061242b
Merge pull request #5220
...
f9e40fb
revert part of 9eda1620b (Cory Fields)
4300876
build: secp256k1 as a subdir, since it's required (Cory Fields)
0dc8613
build: fixup configure to not export anything (Cory Fields)
54566de
depends: quit exporting in config.site (Cory Fields)
ff1e5ba
depends: add gmp package (Cory Fields)
cf61b54
Don't use bashisms in configure (Pieter Wuille)
dffb8f8
Use libsecp256k1 in key.cpp (Pieter Wuille)
4c97c64
Do not use EC code in global constructors (Pieter Wuille)
07a9901
Always build and link libsecp256k1 (Pieter Wuille)
d48555b
Squashed 'src/secp256k1/' content from commit ad2028f (Pieter Wuille)
7a7e109
Delete src/secp256k1 before subtree import (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
bf217e3adc
Merge pull request #5279
...
6c8c704
[docs] Add mini-"howto" using Qt Creator (osx) (Jonas Schnelli)
10 years ago
Wladimir J. van der Laan
5716808ca7
Merge pull request #5300
...
a7f2941
[Qt, OSX] fix usage of osx 10.8+ user notification center (Jonas Schnelli)
10 years ago
Wladimir J. van der Laan
3b4c7cdfc3
Merge pull request #5291
...
7ab4358
Update bash-completion for v0.10 (Christian von Roques)
10 years ago
Gavin Andresen
fd3777b0b2
Merge pull request #5280
...
3c30f27
travis: disable rpc tests for windows until they're not so flaky (Cory Fields)
daf03e7
RPC tests: create initial chain with specific timestamps (Gavin Andresen)
a8b2ce5
regression test only setmocktime RPC call (Gavin Andresen)
10 years ago
Jeff Garzik
e3560029ce
Merge pull request #5301
10 years ago
Cory Fields
f9e40fb075
revert part of 9eda1620b
...
This probably would've broken native OSX builds
10 years ago
Cory Fields
4300876c81
build: secp256k1 as a subdir, since it's required
10 years ago
Cory Fields
0dc8613864
build: fixup configure to not export anything
10 years ago
Cory Fields
54566de29d
depends: quit exporting in config.site
10 years ago
Cory Fields
ff1e5ba8c7
depends: add gmp package
10 years ago
Pieter Wuille
cf61b5441b
Don't use bashisms in configure
10 years ago
Pieter Wuille
dffb8f81b8
Use libsecp256k1 in key.cpp
10 years ago
Pieter Wuille
4c97c64bf6
Do not use EC code in global constructors
10 years ago
Pieter Wuille
07a9901703
Always build and link libsecp256k1
10 years ago
Pieter Wuille
2245a95ce8
Merge commit 'd48555b36ac512161b81f9b6bca7bea16a0cd806' as 'src/secp256k1'
10 years ago
Pieter Wuille
7a7e109139
Delete src/secp256k1 before subtree import
10 years ago