Page MenuHomePhabricator
Feed Advanced Search

Apr 7 2020

deadalnix committed rSTAGINGa7b56de6fc3c: Switch x86_64 asm to use "i" instead of "n" for immediate values. (authored by Gregory Maxwell <greg@xiph.org>).
Switch x86_64 asm to use "i" instead of "n" for immediate values.
Apr 7 2020, 22:31
deadalnix committed rSTAGING3edf3fa19742: Clear a copied secret key after negation (authored by Seonpyo Kim <spkim@kodebox.io>).
Clear a copied secret key after negation
Apr 7 2020, 22:31
deadalnix committed rSTAGING850100d894fa: Allow field_10x26_arm.s to compile for ARMv7 architecture (authored by Roman Zeyde <me@romanzey.de>).
Allow field_10x26_arm.s to compile for ARMv7 architecture
Apr 7 2020, 22:31
deadalnix committed rSTAGINGfd66a562632e: Fix integer overflow in ecmult_multi_var when n is large (authored by Jonas Nick <jonasd.nick@gmail.com>).
Fix integer overflow in ecmult_multi_var when n is large
Apr 7 2020, 22:31
deadalnix committed rSTAGINGd3afd5bacd84: Use size_t shifts when computing a size_t (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Use size_t shifts when computing a size_t
Apr 7 2020, 22:31
deadalnix committed rSTAGING69b03d6352c8: Add trivial ecmult_multi algorithm which does not require a scratch space (authored by Jonas Nick <jonasd.nick@gmail.com>).
Add trivial ecmult_multi algorithm which does not require a scratch space
Apr 7 2020, 22:31
deadalnix committed rSTAGING5079f3218b77: travis: Remove unused sudo:false (authored by MarcoFalke <falke.marco@gmail.com>).
travis: Remove unused sudo:false
Apr 7 2020, 22:31
deadalnix committed rSTAGING1921c4972fd5: Make bench_internal obey secp256k1_fe_sqrt's contract wrt aliasing. (authored by Gregory Maxwell <greg@xiph.org>).
Make bench_internal obey secp256k1_fe_sqrt's contract wrt aliasing.
Apr 7 2020, 22:31
deadalnix committed rSTAGINGb2d3f9c8b803: Summarize build options in configure script (authored by Evan Klitzke <evan@eklitzke.org>).
Summarize build options in configure script
Apr 7 2020, 22:30
deadalnix committed rSTAGING59ef20ed1cc1: Portability fix for the configure scripts generated (authored by Pierre Pronchery <khorben@defora.org>).
Portability fix for the configure scripts generated
Apr 7 2020, 22:30
deadalnix committed rSTAGING4f96122dfc29: Eliminate scratch memory used when generating contexts (authored by Andrew Poelstra <apoelstra@wpsoftware.net>).
Eliminate scratch memory used when generating contexts
Apr 7 2020, 22:30
deadalnix committed rSTAGING4992216f3f0e: Correct order of libs returned on pkg-config --libs --static libsecp256k1 call. (authored by Phillip Mienk <mienkphi@gmail.com>).
Correct order of libs returned on pkg-config --libs --static libsecp256k1 call.
Apr 7 2020, 22:30
deadalnix committed rSTAGING72a05b3a0de3: Optimize secp256k1_fe_normalize_weak calls. (authored by Russell O'Connor <roconnor@blockstream.io>).
Optimize secp256k1_fe_normalize_weak calls.
Apr 7 2020, 22:30
deadalnix committed rSTAGINGe548e945cb53: Assorted minor corrections (authored by Russell O'Connor <roconnor@blockstream.io>).
Assorted minor corrections
Apr 7 2020, 22:30
deadalnix committed rSTAGINGc8e1ed5c96c9: secp256k1_fe_sqrt: Verify that the arguments don't alias. (authored by Russell O'Connor <roconnor@blockstream.io>).
secp256k1_fe_sqrt: Verify that the arguments don't alias.
Apr 7 2020, 22:30
deadalnix committed rSTAGING0092109456d7: Make constants static: static const secp256k1_ge secp256k1_ge_const_g; static… (authored by Russell O'Connor <roconnor@blockstream.io>).
Make constants static: static const secp256k1_ge secp256k1_ge_const_g; static…
Apr 7 2020, 22:30
deadalnix committed rSTAGING1899cc11d7e8: Make randomization of a non-signing context a noop (authored by Tim Ruffing <crypto@timruffing.de>).
Make randomization of a non-signing context a noop
Apr 7 2020, 22:29
deadalnix committed rSTAGING0cf6dd3618ab: add static context object which has no capabilities (authored by Andrew Poelstra <apoelstra@wpsoftware.net>).
add static context object which has no capabilities
Apr 7 2020, 22:29
deadalnix committed rSTAGING50ce5c795ddb: Fix algorithm selection in bench_ecmult (authored by Jonas Nick <jonasd.nick@gmail.com>).
Fix algorithm selection in bench_ecmult
Apr 7 2020, 22:29
deadalnix committed rSTAGING6e298506c77b: improvements to random seed in src/tests.c (authored by Don Viszneki <don@codebad.com>).
improvements to random seed in src/tests.c
Apr 7 2020, 22:29
deadalnix committed rSTAGING4cf7adeee08b: Make use of TAG_PUBKEY constants in secp256k1_eckey_pubkey_parse (authored by Ben Woosley <ben.woosley@gmail.com>).
Make use of TAG_PUBKEY constants in secp256k1_eckey_pubkey_parse
Apr 7 2020, 22:29
deadalnix committed rSTAGING4587adbf508b: [secp256k1] [ECDH API change] Support custom hash function (authored by deadalnix).
[secp256k1] [ECDH API change] Support custom hash function
Apr 7 2020, 22:29
deadalnix committed rSTAGINGc3c34326f333: [secp256k1] fix tests.c in the count == 0 case (authored by deadalnix).
[secp256k1] fix tests.c in the count == 0 case
Apr 7 2020, 22:28
deadalnix added a reverting change for rSTAGINGbaef60890b54: Call FinalizeBlockAndInvalidate without cs_main held: rSTAGING6060acc50a38: Revert "Call FinalizeBlockAndInvalidate without cs_main held".
Apr 7 2020, 22:27
deadalnix added a reverting change for D4942: Call FinalizeBlockAndInvalidate without cs_main held: rSTAGING6060acc50a38: Revert "Call FinalizeBlockAndInvalidate without cs_main held".
Apr 7 2020, 22:27
deadalnix committed rSTAGING6060acc50a38: Revert "Call FinalizeBlockAndInvalidate without cs_main held" (authored by deadalnix).
Revert "Call FinalizeBlockAndInvalidate without cs_main held"
Apr 7 2020, 22:27
deadalnix committed rSTAGING6d8c162de5fb: [secp256k1] scratch: add stack frame support (authored by deadalnix).
[secp256k1] scratch: add stack frame support
Apr 7 2020, 22:27
deadalnix committed rSTAGINGbe651fb90eb6: [wallet] Support creating a blank wallet (authored by Andrew Chow <achow101-github@achow101.com>).
[wallet] Support creating a blank wallet
Apr 7 2020, 22:26
deadalnix committed rSTAGING95fb86547648: parameterize ecmult_const over input size (authored by deadalnix).
parameterize ecmult_const over input size
Apr 7 2020, 22:25
deadalnix committed rSTAGING7b282ccdf412: test: add "diamond" unit test to MempoolAncestryTests (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: add "diamond" unit test to MempoolAncestryTests
Apr 7 2020, 22:24
deadalnix committed rSTAGING49330c5d3cd2: scripted-diff: Remove unused first argument to addUnchecked (authored by MarcoFalke <falke.marco@gmail.com>).
scripted-diff: Remove unused first argument to addUnchecked
Apr 7 2020, 22:24
deadalnix committed rSTAGINGdbc0fc6462a4: Mark CTxMemPoolEntry members that should not be modified const (authored by MarcoFalke <falke.marco@gmail.com>).
Mark CTxMemPoolEntry members that should not be modified const
Apr 7 2020, 22:24
deadalnix committed rSTAGING3020365bf5b5: Increase sparsity of pippenger fixed window naf representation (authored by deadalnix).
Increase sparsity of pippenger fixed window naf representation
Apr 7 2020, 22:22
deadalnix committed rSTAGING4941397cc777: Nits in rpcdump (authored by deadalnix).
Nits in rpcdump
Apr 7 2020, 22:21
deadalnix committed rSTAGINGe5723221e6cc: Various formating fix in validation.h (authored by deadalnix).
Various formating fix in validation.h
Apr 7 2020, 22:21
deadalnix committed rSTAGINGf5338c84198f: Do not import private keys to wallets with private keys disabled (authored by Andrew Chow <achow101-github@achow101.com>).
Do not import private keys to wallets with private keys disabled
Apr 7 2020, 22:20
deadalnix committed rSTAGING45303b515401: Add pippenger_wnaf for multi-multiplication (authored by deadalnix).
Add pippenger_wnaf for multi-multiplication
Apr 7 2020, 22:20
deadalnix committed rSTAGING6de391d11463: Add a facility to extract libsecp256k1 from the repository (authored by deadalnix).
Add a facility to extract libsecp256k1 from the repository
Apr 7 2020, 22:19
deadalnix committed rSTAGING5045d3bdcf8c: [cmake] Use list append when adding path to CMAKE_MODULE_PATH (authored by deadalnix).
[cmake] Use list append when adding path to CMAKE_MODULE_PATH
Apr 7 2020, 22:18
deadalnix committed rSTAGING97833b37ad0f: GUI: Change the receive button to respond to keypool state changing (authored by Andrew Chow <achow101-github@achow101.com>).
GUI: Change the receive button to respond to keypool state changing
Apr 7 2020, 22:18
deadalnix committed rSTAGING8c18c0a8a07d: Various nits in walletmodel.cpp (authored by deadalnix).
Various nits in walletmodel.cpp
Apr 7 2020, 22:17
deadalnix committed rSTAGING02790e005a97: Various nits in receivecoinsdialog.cpp (authored by deadalnix).
Various nits in receivecoinsdialog.cpp
Apr 7 2020, 22:17
deadalnix committed rSTAGINGe01f265bff44: [cmake] Make bench-secp256k1 actually run benchmarks, not simply build them. (authored by deadalnix).
[cmake] Make bench-secp256k1 actually run benchmarks, not simply build them.
Apr 7 2020, 22:17
deadalnix committed rSTAGINGbd8bd952b4cc: Remove GetPriority from CCoinsViewCache (authored by deadalnix).
Remove GetPriority from CCoinsViewCache
Apr 7 2020, 22:13
deadalnix committed rSTAGING43b4c129aac9: Remove priority from CTxMemPoolEntry (authored by deadalnix).
Remove priority from CTxMemPoolEntry
Apr 7 2020, 22:13
deadalnix committed rSTAGING4774fa1136f3: kill CTxMemPoolEntry::GetPriority (authored by deadalnix).
kill CTxMemPoolEntry::GetPriority
Apr 7 2020, 22:13
deadalnix committed rSTAGING57912d5680ff: Remove deprecated startingpriority and currentpriority from RPC (authored by deadalnix).
Remove deprecated startingpriority and currentpriority from RPC
Apr 7 2020, 22:13
deadalnix committed rSTAGINGcffdac1fedb3: Remove TxCoinAgePriorityCompare (authored by deadalnix).
Remove TxCoinAgePriorityCompare
Apr 7 2020, 22:12
deadalnix committed rSTAGINGd9a00b239310: CompareIteratorByHash => CompareIteratorById (authored by deadalnix).
CompareIteratorByHash => CompareIteratorById
Apr 7 2020, 22:12
deadalnix committed rSTAGING039d6f669c5a: Do not log priority when using -printpriority (authored by deadalnix).
Do not log priority when using -printpriority
Apr 7 2020, 22:12
deadalnix committed rSTAGINGa318a56b0c7c: [cmake] Use more sensible name for individual test targets (authored by deadalnix).
[cmake] Use more sensible name for individual test targets
Apr 7 2020, 22:12
deadalnix committed rSTAGINGd4dbad530f96: Remove blockprioritypercentage config parameter. (authored by deadalnix).
Remove blockprioritypercentage config parameter.
Apr 7 2020, 22:11
deadalnix committed rSTAGING405c4da10609: allow cuckoocache to function as a map (authored by Mark Lundeberg <36528214+markblundeberg@users.noreply.github.com>).
allow cuckoocache to function as a map
Apr 7 2020, 22:02
deadalnix committed rSTAGINGbddacbe760f1: [cuckoocache] Use getKey and KeyType for contains (authored by deadalnix).
[cuckoocache] Use getKey and KeyType for contains
Apr 7 2020, 22:01
deadalnix committed rSTAGING2da49591e709: Remove check-source-control-tools from check and check-all targets (authored by deadalnix).
Remove check-source-control-tools from check and check-all targets
Apr 7 2020, 21:59
deadalnix committed rSTAGING90d243144c49: [cuckoocache] Use matchKey instead of the == operator. (authored by deadalnix).
[cuckoocache] Use matchKey instead of the == operator.
Apr 7 2020, 21:59
deadalnix committed rSTAGING5cf580f0f756: Various nits in cuckoocache_tests.cpp (authored by deadalnix).
Various nits in cuckoocache_tests.cpp
Apr 7 2020, 21:59
deadalnix committed rSTAGINGeecfa67b2223: doc: Doxygen-friendly CuckooCache comments (authored by Jon Layton <me@jonl.io>).
doc: Doxygen-friendly CuckooCache comments
Apr 7 2020, 21:58
deadalnix committed rSTAGINGfbfbc19b56f4: Update GetTransaction's parameters (authored by deadalnix).
Update GetTransaction's parameters
Apr 7 2020, 21:57
deadalnix committed rSTAGINGe37a511fd797: Update mempool and compact block logic to use TxHash (authored by deadalnix).
Update mempool and compact block logic to use TxHash
Apr 7 2020, 21:57
deadalnix committed rSTAGING14d47c56608e: Make TxIndex::FindTx use BlockHash (authored by deadalnix).
Make TxIndex::FindTx use BlockHash
Apr 7 2020, 21:57
deadalnix committed rSTAGINGe635d1c6c5cd: tx pool: Use class methods to hide raw map iterator impl details (authored by MarcoFalke <falke.marco@gmail.com>).
tx pool: Use class methods to hide raw map iterator impl details
Apr 7 2020, 21:57
deadalnix committed rSTAGING04a26c5bcd54: Update mempool's mapDelta to use TxId (authored by deadalnix).
Update mempool's mapDelta to use TxId
Apr 7 2020, 21:57
deadalnix committed rSTAGING8a300d51d9c3: Update mempool's mapTx to index from TxId. (authored by deadalnix).
Update mempool's mapTx to index from TxId.
Apr 7 2020, 21:57
deadalnix committed rSTAGING3489ac50107f: Use TxId in setInventoryTxToSend (authored by deadalnix).
Use TxId in setInventoryTxToSend
Apr 7 2020, 21:57
deadalnix committed rSTAGING24049bf5a8eb: refactor: Drop boost::this_thread::interruption_point and boost… (authored by Chun Kuan Lee <ken2812221@gmail.com>).
refactor: Drop boost::this_thread::interruption_point and boost…
Apr 7 2020, 21:57
deadalnix committed rSTAGING36791c4a595c: [cmake] link test runners by default (authored by deadalnix).
[cmake] link test runners by default
Apr 7 2020, 21:57
deadalnix committed rSTAGING3c003d3d2bb7: Use BlockHash in BlockTransactionsRequest (authored by deadalnix).
Use BlockHash in BlockTransactionsRequest
Apr 7 2020, 21:57
deadalnix committed rSTAGING9f49375e4158: Avoid creating a temporary vector for size-prefixed elements (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Avoid creating a temporary vector for size-prefixed elements
Apr 7 2020, 21:56
deadalnix committed rSTAGING535e7c83dd4f: Drop minor GetSerializeSize template (authored by Ben Woosley <ben.woosley@gmail.com>).
Drop minor GetSerializeSize template
Apr 7 2020, 21:56
deadalnix committed rSTAGINGe1ba1a45f750: Drop unused GetType() from CSizeComputer (authored by Ben Woosley <ben.woosley@gmail.com>).
Drop unused GetType() from CSizeComputer
Apr 7 2020, 21:56
deadalnix committed rSTAGING444a000d3fde: validation: assert that pindexPrev is non-null when required (authored by Karl-Johan Alm <karljohan-alm@garage.co.jp>).
validation: assert that pindexPrev is non-null when required
Apr 7 2020, 21:56
deadalnix committed rSTAGINGc1ff716fb035: Rationalize lock anotation in validation code (authored by deadalnix).
Rationalize lock anotation in validation code
Apr 7 2020, 21:56
deadalnix committed rSTAGINGa1183628d36c: tests: Add missing cs_main locks required when accessing pcoinsdbview… (authored by practicalswift <practicalswift@users.noreply.github.com>).
tests: Add missing cs_main locks required when accessing pcoinsdbview…
Apr 7 2020, 21:56
deadalnix committed rSTAGING1450d42778b0: Introduce BlockHash to represent a block hash (authored by deadalnix).
Introduce BlockHash to represent a block hash
Apr 7 2020, 21:56
deadalnix committed rSTAGING7035796c5c42: Add braces in block.h (authored by deadalnix).
Add braces in block.h
Apr 7 2020, 21:56
deadalnix committed rSTAGING21f85a0674cd: Add Benchmark to test input de-duplication worst case (authored by Jeremy Rubin <jeremy.l.rubin@gmail.com>).
Add Benchmark to test input de-duplication worst case
Apr 7 2020, 21:55
deadalnix committed rSTAGING5ab9397fa15a: Use size_t where apropriate in skiplist_tests.cpp (authored by deadalnix).
Use size_t where apropriate in skiplist_tests.cpp
Apr 7 2020, 21:55
deadalnix committed rSTAGINGf565beaa0b1b: Add braces in txdb.cpp (authored by deadalnix).
Add braces in txdb.cpp
Apr 7 2020, 21:55
deadalnix committed rSTAGING4c0e89ae44cc: Explain GetAncestor check for m_failed_blocks in AcceptBlockHeader (authored by Sjors Provoost <sjors@sprovoost.nl>).
Explain GetAncestor check for m_failed_blocks in AcceptBlockHeader
Apr 7 2020, 21:55
deadalnix committed rSTAGING368c4cbb242f: Remove unnecessary const_cast (authored by Julian Fleischer <scravy@users.noreply.github.com>).
Remove unnecessary const_cast
Apr 7 2020, 21:55
deadalnix committed rSTAGING0dde45fa7ec5: Move pindexFinalized in CChainState (authored by deadalnix).
Move pindexFinalized in CChainState
Apr 7 2020, 21:55
deadalnix committed rSTAGINGa6af523bafce: Fix activation_tests (authored by deadalnix).
Fix activation_tests
Apr 7 2020, 21:55
deadalnix committed rSTAGINGf5ffef56ba54: Nit in net_processing.cpp (authored by deadalnix).
Nit in net_processing.cpp
Apr 7 2020, 21:54
deadalnix committed rSTAGING8d1a1da709dc: Backport PR14897, PR15834 and PR16196 (authored by Gleb Naumenko <naumenko.gs@gmail.com>).
Backport PR14897, PR15834 and PR16196
Apr 7 2020, 21:54
deadalnix committed rSTAGING98fa98d6ad64: Various nits in net_processing.cpp (authored by deadalnix).
Various nits in net_processing.cpp
Apr 7 2020, 21:54
deadalnix committed rSTAGING96a51590b6c6: p2p: Clarify control flow in ProcessMessage() (authored by MarcoFalke <falke.marco@gmail.com>).
p2p: Clarify control flow in ProcessMessage()
Apr 7 2020, 21:54
deadalnix committed rSTAGINGf52021ab5cb3: Drop IsLimited in favor of IsReachable (authored by Ben Woosley <ben.woosley@gmail.com>).
Drop IsLimited in favor of IsReachable
Apr 7 2020, 21:51
deadalnix committed rSTAGINGfe0f75643fbe: Pass CChainParams down to DisconnectTip (authored by deadalnix).
Pass CChainParams down to DisconnectTip
Apr 7 2020, 21:51
deadalnix committed rSTAGING9864e9884d36: Pass CChainParams down to UpdateTip (authored by deadalnix).
Pass CChainParams down to UpdateTip
Apr 7 2020, 21:51
deadalnix committed rSTAGING0e4c4e7e50a4: Move to clang format 8 (authored by deadalnix).
Move to clang format 8
Apr 7 2020, 21:50
deadalnix committed rSTAGING82df9cb4a4fc: [cmake] Add comments to express what tests do. (authored by deadalnix).
[cmake] Add comments to express what tests do.
Apr 7 2020, 21:49
deadalnix committed rSTAGING3d40bbd963c3: [cmake] Remove useless copy of create_cache.py (authored by deadalnix).
[cmake] Remove useless copy of create_cache.py
Apr 7 2020, 21:49
deadalnix committed rSTAGING0a88bbe58289: [cmake] Use terminal when runnign integration tests (authored by deadalnix).
[cmake] Use terminal when runnign integration tests
Apr 7 2020, 21:49
deadalnix committed rSTAGINGbb1e0b46815f: IsReachable is the inverse of IsLimited (DRY). Includes unit tests (authored by marcaiaf <mmachicao@m19r.de>).
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
Apr 7 2020, 21:49
deadalnix committed rSTAGING4b204154096a: Use RdSeed when available, and reduce RdRand load (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Use RdSeed when available, and reduce RdRand load
Apr 7 2020, 21:49
deadalnix committed rSTAGINGf24cbdaa0d0b: Improve formatting in rpcwallet.cpp (authored by deadalnix).
Improve formatting in rpcwallet.cpp
Apr 7 2020, 21:48
deadalnix committed rSTAGINGa7f6ea3d896b: Stop translating command line options (authored by Wladimir J. van der Laan <laanwj@gmail.com>).
Stop translating command line options
Apr 7 2020, 21:48
deadalnix committed rSTAGING873f9b173367: Leftover from PR13423 (authored by deadalnix).
Leftover from PR13423
Apr 7 2020, 21:48
deadalnix committed rSTAGING30e956385c06: test: Make bloom tests deterministic (authored by MarcoFalke <falke.marco@gmail.com>).
test: Make bloom tests deterministic
Apr 7 2020, 21:48