index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core_io.h
Age
Commit message (
Expand
)
Author
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-03-30
refactor: prefer snake case, TxToUniv arg hashBlock renamed block_hash
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
rpc: Add level 3 verbosity to getblock RPC call.
fyquah
2021-10-05
rpc: Replace boolean argument for tx details with enum class.
fyquah
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-24
refactor: minor styling, prefer snake case and same line if
Michael Dietz
2021-09-24
refactor: share logic between ScriptPubKeyToUniv and ScriptToUniv
Michael Dietz
2021-09-24
rpc: remove deprecated addresses and reqSigs from rpc outputs
Michael Dietz
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-02
util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount...
practicalswift
2021-01-04
doc: fix various typos
Ikko Ashimine
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-24
Merge #18772: rpc: calculate fees in getblock using BlockUndo data
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-10-09
RPC: getblock: tx fee calculation for verbosity 2 via Undo data
Elliott Jin
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-03-26
Move PSBT decoding functions from core_io to psbt.cpp
Glenn Willen
2019-02-11
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2018-11-05
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-09-25
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-08-13
rpc: Expose ProcessNewBlockHeaders
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
Create utility RPCs for PSBT
Andrew Chow
2018-06-08
Drop ParseHashUV in favor of calling ParseHashStr
Ben Woosley
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-19
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-06
Add iswitness parameter to decode- and fundrawtransaction RPCs
MeshCollider
2017-08-17
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-05
CMutableTransaction is defined as struct.
Pavel Janík
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-11-30
Trivial refactor: Remove extern keyword from function declarations, as they a...
Karl-Johan Alm
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-30
Resolve issue 3166.
mruddy
2015-06-04
use const references where appropriate
Philip Kaufmann
2014-12-31
Merge pull request #5499
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
Bugfix: prioritisetransaction: Do some basic sanity checking on txid
Luke Dashjr
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-24
Merge pull request #1816
Wladimir J. van der Laan
2014-11-18
Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock
Luke Dashjr
2014-11-03
Fix all header defines
Pavel Janík
2014-09-26
Add automatic script test generation, and actual checksig tests
Pieter Wuille
[next]