dcrd/internal/rpcserver
Ryan Staudt 608db3f648 multi: Remove auto revoc flag from CheckSSRtx.
This updates the stake.CheckSSRtx function to use the transaction
version rather than the auto revocations agenda flag to determine
whether to apply additional checks.

This is now safe since:
- The automatic revocations agenda has activated
- Consensus rules enforce that the revocation transaction version MUST
  be 2 if the automatic revocations agenda is active
- There are no revocations with a transaction version greater than or
  equal to 2 in any blocks prior to the agenda activating on mainnet
2022-05-08 11:47:32 -05:00
..
testdata rpcserver: Add handleSearchRawTransactions tests. 2020-08-29 22:03:04 -05:00
doc.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
interface.go blockchain/stake: Start v5 module dev cycle. 2022-05-08 11:47:32 -05:00
log.go rpcserver: Add logging to internal package. 2019-10-24 21:37:27 -05:00
README.md rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserver_test.go rpcserver: Fix websocket auth failure. 2022-02-09 13:53:16 -06:00
rpcserver.go multi: Remove auto revoc flag from CheckSSRtx. 2022-05-08 11:47:32 -05:00
rpcserverhandlers_test.go blockchain/stake: Start v5 module dev cycle. 2022-05-08 11:47:32 -05:00
rpcserverhelp_test.go rpcserver: add handleVersion, handleHelp rpc tests. 2021-01-16 18:52:34 -06:00
rpcserverhelp.go rpcserver: Remove notifyspentandmissedtickets RPC. 2022-04-30 00:16:25 -05:00
rpcwebsocket.go blockchain/stake: Start v5 module dev cycle. 2022-05-08 11:47:32 -05:00
treasury_test.go blockchain/stake: Start v5 module dev cycle. 2022-05-08 11:47:32 -05:00

rpcserver

Build Status ISC License Doc

Overview

Package rpcserver includes all RPC server interfaces, types, and pieces of code pertaining to implementing the RPC server.

License

Package rpcserver is licensed under the copyfree ISC License.