30 Commits

Author SHA1 Message Date
Calin Culianu 73b8911292 Revert "Add and document address and scripthash transactions subscription methods" 2022-07-25 21:05:19 -05:00
mainnet-pat e10abfb0a3 Bump version to 1.4.6; Add blochain.scripthash.transactions.subscribe, blochain.scripthash.transactions.unsubscribe, blochain.address.transactions.subscribe, blochain.address.transactions.unsubscribe methods 2021-09-13 14:00:48 +00:00
Calin Culianu 005253d108 Added blockchain.transaction.dsproof.* documentation
Plus misc fixups and added a section in Protocol Basics describing what
a double-spend proof object contains.

Bumped docs version to 1.4.5.
2021-03-02 16:40:56 +02:00
Calin Culianu 9061333153 Added blockchain.transaction.subscribe and unsubscribe
Plus misc. fixups.

Still left to document: the blockchain.transaction.dsproof.* methods.
2021-03-02 15:21:34 +02:00
Calin Culianu 4435f3b2b0 Added documentation for blockchain.utxo.get_info 2020-06-24 00:17:29 +03:00
Calin Culianu 48839428c5 More Fulcrum specific edits 2020-03-26 20:38:23 +02:00
Calin Culianu 8acb8978a0 Added documentation for new method blockchain.address.get_scripthash
I went ahead and created this method because it might be useful for
clients to prefer to work with script hashes directly (since they are
unambiguous) whereas addresses have some ambiguity attached to them.

I documented this method and also fixed some typos and some nits in the
existing documentation.
2020-03-23 20:23:40 +02:00
Calin Culianu 9191d735aa Added documentation for the resurrected blockchain.address.* methods
Updated protocol-changes, protocol-methods, and protocol-removed to
reflect their new (old) documentation and their status as revived in
version 1.4.3 of the protocol.
2020-03-23 09:35:45 +02:00
Dagur Valberg Johannsson af8dee9e00 servers.feature: Make key hosts RECOMMENDED
Rationale:
It can be difficult for the server to auto-discover its host and ports.
For example if SSL is provided through reverse proxy.

Having this feature as MUST will thus force manual configuration, which
increases the difficulty for operators to setup and maintain a server.
2020-01-10 12:06:31 +00:00
Neil Booth a12ec38a4d Update protocol docs 2019-04-16 14:45:31 +01:00
JeremyRand 2050bf8dd7 Truncate AuxPoW for block heights covered by a checkpoint (#710) 2019-01-26 04:55:05 +08:00
Neil Booth a0c8fbe631 Note 1.5 protocol as draft 2018-08-11 18:38:13 +09:00
Neil Booth 920fb0b6c0 Add documentation of proposed protocol 1.5 changes 2018-08-07 15:09:26 +09:00
Neil Booth 6457b8cbba Minor tweaks. 2018-07-18 08:46:37 +08:00
ghost43 70a47c62a9 new protocol method: blockchain.transaction.id_from_pos (#524) 2018-07-18 08:35:34 +08:00
Neil Booth 9beb501218 Protocol 1.4: only accept a single server.version message
- remove unused self.client_version
- coerce client_name to a str
2018-07-17 09:16:26 +08:00
Neil Booth 1ea4d80d65 Remove raw argument to blockchain.headers.subscribe 2018-07-16 15:00:52 +08:00
Neil Booth a957668831 Update documentation for protocol 1.4 2018-07-16 14:49:14 +08:00
Neil Booth a1428f9afe Prepare 1.5 2018-07-12 16:03:07 +08:00
Neil Booth caf143bb41 More doc updates 2018-07-12 11:49:49 +08:00
Neil Booth 8d876da1bd blockchain.headers.subscribe: raw defaults to True in 1.3
Update docs for this and other omissions.
2018-07-12 11:23:18 +08:00
Neil Booth 97e0d05cad Remove blockchain.address.* methods from protocol 1.3+ 2018-07-12 11:00:57 +08:00
Neil Booth d60f442c86 Deprecate blockchain.block.get_header as of protocol 1.3
Use new blockchain.block.header instead.
2018-07-12 00:31:49 +08:00
dax 98c9808df1 Typo edit (#407)
vesrion -> version
2018-03-09 07:26:44 +08:00
Neil Booth bf317702da Documentation updates 2018-03-08 17:43:06 +08:00
Neil Booth ffdc01a156 Release 1.3 2018-03-08 16:43:16 +08:00
Neil Booth ac11ea99bb Add raw header subscriptions. 2018-03-08 16:14:03 +08:00
Neil Booth b815663253 Add server.ping RPC call 2018-03-08 14:28:57 +08:00
Neil Booth c147452162 Fix some markup 2018-03-08 14:01:27 +08:00
Neil Booth e24da81eed Finish protocol documentation switch 2018-03-08 13:49:05 +08:00