Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-19 | [RPC] Give RPC commands more information about the RPC request | Jonas Schnelli | |
2016-10-18 | Merge #8287: [wallet] Set fLimitFree = true | Wladimir J. van der Laan | |
fa8b02d [rpc] rawtx: Prepare fLimitFree to make it an option (MarcoFalke) fa28bfa [wallet] Set fLimitFree = true (MarcoFalke) | |||
2016-10-05 | Don't return the address of a P2SH of a P2SH. | jnewbery | |
2016-09-08 | Made the ForEachNode* functions in src/net.cpp more pragmatic and self ↵ | Jeremy Rubin | |
documenting | |||
2016-09-08 | net: create generic functor accessors and move vNodes to CConnman | Cory Fields | |
2016-08-25 | [rpc] rawtx: Prepare fLimitFree to make it an option | MarcoFalke | |
2016-08-25 | Do not shadow global RPC table variable (tableRPC) | Pavel Janík | |
2016-06-22 | [RPC] signrawtransaction can sign P2WSH | NicolasDorier | |
2016-06-22 | BIP143: Signing logic | Pieter Wuille | |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille | |
Includes changes by Suhas Daftuar, Luke-jr, and mruddy. | |||
2016-06-22 | [RPC] Return witness data in blockchain RPCs | Johnson Lau | |
Includes RPC field name changes by Luke-jr. | |||
2016-06-22 | BIP143: Verification logic | Pieter Wuille | |
Includes simplifications by Eric Lombrozo. | |||
2016-06-22 | Refactor script validation to observe amounts | Pieter Wuille | |
This is a preparation for BIP143 support. | |||
2016-06-22 | BIP141: Witness program | Pieter Wuille | |
2016-06-22 | BIP144: Serialization, hashes, relay (sender side) | Pieter Wuille | |
Contains refactorings by Eric Lombrozo. Contains fixup by Nicolas Dorier. Contains cleanup of CInv::GetCommand by Alex Morcos | |||
2016-06-08 | [RPC] Fix createrawtx sequence number unsigned int parsing | Jonas Schnelli | |
2016-06-08 | Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kB | Wladimir J. van der Laan | |
fa7f4f5 [rpc] fundrawtransaction feeRate: Use BTC/kB (MarcoFalke) faf82e8 [rpc] fundrawtransaction: Fix help text and interface (MarcoFalke) | |||
2016-06-07 | Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number | Wladimir J. van der Laan | |
ae357d5 [Bitcoin-Tx] Add tests for sequence number support (Jonas Schnelli) e59336f [bitcoin-tx] allow to set nSequence number over the in= command (Jonas Schnelli) a946bb6 [RPC] createrawtransaction: add option to set the sequence number per input (Jonas Schnelli) | |||
2016-06-07 | Merge #8118: Reduce unnecessary hashing in signrawtransaction | Wladimir J. van der Laan | |
bd0f413 Reduce unnecessary hashing in signrawtransaction (Jonas Nick) | |||
2016-06-07 | [rpc] fundrawtransaction feeRate: Use BTC/kB | MarcoFalke | |
Also introduce UniValueType UniValueType is a wrapper for UniValue::VType which allows setting a typeAny flag. This flag indicates the type does not matter. (Used by RPCTypeCheckObj) | |||
2016-05-30 | Merge #7896: fix typo in help text | Wladimir J. van der Laan | |
fc95f6e fix typo in help text (Chris Moore) | |||
2016-05-30 | Reduce unnecessary hashing in signrawtransaction | Jonas Nick | |
2016-05-16 | Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. | Gregory Maxwell | |
2016-04-27 | [RPC] createrawtransaction: add option to set the sequence number per input | Jonas Schnelli | |
2016-04-16 | fix typo in help text | Chris Moore | |
'in which the transaction is included in' | |||
2016-03-31 | rpc: Register calls where they are defined | Wladimir J. van der Laan | |
Split out methods to every module, apart from 'help' and 'stop' which are implemented in rpcserver.cpp itself. - This makes it easier to add or remove RPC commands - no longer everything that includes rpcserver.h has to be rebuilt when there's a change there. - Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions. - Removes most of the bitcoin-specific code from rpcserver.cpp and .h. Continues #7307 for the non-wallet. | |||
2016-03-23 | Add importprunedfunds rpc call | instagibbs | |
2016-03-21 | Implement "feefilter" P2P message. | Alex Morcos | |
The "feefilter" p2p message is used to inform other nodes of your mempool min fee which is the feerate that any new transaction must meet to be accepted to your mempool. This will allow them to filter invs to you according to this feerate. | |||
2016-02-02 | Move maxTxFee out of mempool | MarcoFalke | |
Also, remove default values in CMerkleTx::AcceptToMemoryPool() | |||
2016-01-21 | move rpc* to rpc/ | Daniel Cousens | |