]> Git Repo - VerusCoin.git/commit - src/wallet/rpcwallet.cpp
Implementation of Overwinter transaction format ZIP 202.
authorSimon <[email protected]>
Fri, 16 Feb 2018 06:19:36 +0000 (22:19 -0800)
committerSimon <[email protected]>
Fri, 16 Feb 2018 18:10:15 +0000 (10:10 -0800)
commit072099d788553021c5a80956334e32222509a0a5
tree264cc0cb761d2e32ecbe34b4b3d02283165677ba
parentd527116d4654435a7ffe2c0923ffcfa787cfc00c
Implementation of Overwinter transaction format ZIP 202.
25 files changed:
qa/pull-tester/rpc-tests.sh
qa/rpc-tests/wallet_overwintertx.py [new file with mode: 0755]
src/bitcoin-tx.cpp
src/chainparams.cpp
src/consensus/consensus.h
src/gtest/test_checkblock.cpp
src/gtest/test_checktransaction.cpp
src/gtest/test_mempool.cpp
src/main.cpp
src/main.h
src/miner.cpp
src/primitives/transaction.cpp
src/primitives/transaction.h
src/rpcrawtransaction.cpp
src/test/rpc_tests.cpp
src/test/rpc_wallet_tests.cpp
src/test/sighash_tests.cpp
src/utilstrencodings.cpp
src/utilstrencodings.h
src/wallet/asyncrpcoperation_sendmany.cpp
src/wallet/asyncrpcoperation_sendmany.h
src/wallet/asyncrpcoperation_shieldcoinbase.cpp
src/wallet/asyncrpcoperation_shieldcoinbase.h
src/wallet/rpcwallet.cpp
src/wallet/wallet.cpp
This page took 0.027241 seconds and 4 git commands to generate.