forked from skycoin/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[devdocs] [references] refs skycoin#30 Fixed file structure
Merged master changes
- Loading branch information
Showing
1 changed file
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ http://opensource.org/licenses/MIT. | |
{% endcomment %} | ||
|
||
|
||
[annb message]: TODO: EMPTY | ||
[annt message]: TODO: EMPTY | ||
[bitcoin addr message]: https://bitcoin.org/en/developer-reference#addr "The P2P network message which relays IP addresses and port numbers of active nodes to other nodes and clients, allowing decentralized peer discovery." | ||
[bitcoin alert message]: https://bitcoin.org/en/developer-reference#alert "The P2P network message which sends alerts in case of major software problems." | ||
|
@@ -30,47 +29,41 @@ http://opensource.org/licenses/MIT. | |
[bitcoin tx message]: https://bitcoin.org/en/developer-reference#tx "A P2P protocol message which sends a single serialized transaction" | ||
[bitcoin verack message]: https://bitcoin.org/en/developer-reference#verack "A P2P network message sent in reply to a version message to confirm a connection has been established" | ||
[bitcoin version message]: https://bitcoin.org/en/developer-reference#version "A P2P network message sent at the begining of a connection to allow protocol version negotiation" | ||
[block height]: TODO: EMPTY | ||
[block height]: /docs/skycoin/_data/glossary/en/block-height.yaml | ||
[block sequence number]: TODO: EMPTY | ||
[blocks-first]: TODO: EMPTY | ||
[coin hour]: TODO: EMPTY | ||
[core executable]: /en/download | ||
[core git]: https://github.com/skycoin/skycoin | ||
[dev communities]: /en/development#devcommunities | ||
[direct headers announcement]: TODO: EMPTY | ||
[distribution addresses]: TODO: EMPTY | ||
[dns a records]: http://tools.ietf.org/html/rfc1035#section-3.2.2 | ||
[docs issue]: https://github.com/skycoin/docs/issues | ||
[getb message]: TODO: EMPTY | ||
[getp messages]: TODO: EMPTY | ||
[gett message]: TODO: EMPTY | ||
[givb message]: TODO: EMPTY | ||
[givp message]: TODO: EMPTY | ||
[givp messages]: TODO: EMPTY | ||
[givt message]: TODO: EMPTY | ||
[head block]: TODO: EMPTY | ||
[high-speed block relay network]: https://www.mail-archive.com/[email protected]/msg03189.html | ||
[intr message]: TODO: EMPTY | ||
[intr messages]: TODO: EMPTY | ||
[introduction handshake]: TODO: EMPTY | ||
[introduction handshake]: https://en.wikipedia.org/wiki/Handshaking "A handshake is an automated process of negotiation between two communicating participants that establishes the protocols of a communications channel, at the start of the communication, before full communication begins. It follows the physical establishment of the channel and precedes normal information transfer." | ||
[maximum message length]: TODO: EMPTY | ||
[miner]: TODO: EMPTY | ||
[network]: /en/developer-guide#term-network "The Skycoin gnet P2P network which broadcasts transactions and blocks" | ||
[not a specification]: /en/developer-reference#not-a-specification | ||
[not aspecification]: TODO: EMPTY | ||
[proof of burn]: TODO: EMPTY | ||
[proof of work]: TODO: EMPTY | ||
[proof of work]: https://en.wikipedia.org/wiki/Proof-of-work_system "A proof-of-work (POW) system (or protocol, or function) is an economic measure to deter denial of service attacks and other service abuses such as spam on a network by requiring some work from the service requester, usually meaning processing time by a computer." | ||
[rfc5737]: http://tools.ietf.org/html/rfc5737 | ||
[section creating a bloom filter]: /en/developer-examples#creating-a-bloom-filter | ||
[section message header]: /en/developer-reference#message-headers | ||
[section protocol versions]: /en/developer-reference#protocol-versions | ||
[section serialized blocks]: /en/developer-reference#serialized-blocks | ||
[skycoin web wallet]: TODO: EMPTY | ||
[skycoin-docs mailing list]: TODO: EMPTY | ||
[skycoin.go at master]: TODO: EMPTY | ||
[skycoin.go at testnet]: TODO: EMPTY | ||
[standard block relay]: /en/developer-guide#term-standard-block-relay "The regular block relay method: announcing a block with an ANNB message and waiting for a response" | ||
[skycoin.go at master]: https://github.com/skycoin/skycoin/tree/master/cmd/skycoin | ||
[skycoin.go at testnet]: https://github.com/skycoin/skycoin/tree/testnet/cmd/skycoin | ||
[tor]: https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29 | ||
[unsolicited block push]: /en/developer-guide#term-unsolicited-block-push "When a master node sends a GIVB message without sending an ANNB message first" | ||
[well known public peers]: https://downloads.skycoin.net/blockchain/peers.txt "A public list of Skycoin nodes maintained by Skycoin community members. These are not trusted initial network seed nodes" | ||
[unsolicited block push]: /en/developer-guide#term-unsolicited-block-push "When a master node sends a GIVB message without sending an ANNB message first" | ||
[secp256k1 signature]: https://en.bitcoin.it/wiki/Secp256k1 |