|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Namespaces | |
| detail | |
Typedefs | |
| typedef fc::ecc::public_key_data | node_id_t |
| typedef fc::ripemd160 | item_hash_t |
| using | message_hash_type = fc::ripemd160 |
| typedef std::shared_ptr< message_oriented_connection > | message_oriented_connection_ptr |
| using | node_impl_ptr = std::shared_ptr< detail::node_impl > |
| using | node_ptr = std::shared_ptr< node > |
| using | peer_connection_ptr = std::shared_ptr< peer_connection > |
| typedef std::shared_ptr< stcp_socket > | stcp_socket_ptr |
Functions | |
| FC_IMPLEMENT_DERIVED_EXCEPTION (send_queue_overflow, net_exception, 90001, "send queue for this peer exceeded maximum size") FC_IMPLEMENT_DERIVED_EXCEPTION(insufficient_relay_fee | |
| insufficient relay fee | FC_IMPLEMENT_DERIVED_EXCEPTION (already_connected_to_requested_peer, net_exception, 90003, "already connected to requested peer") FC_IMPLEMENT_DERIVED_EXCEPTION(block_older_than_undo_history |
| insufficient relay fee block is older than our undo history allows us to process | FC_IMPLEMENT_DERIVED_EXCEPTION (peer_is_on_an_unreachable_fork, net_exception, 90005, "peer is on another fork") FC_IMPLEMENT_DERIVED_EXCEPTION(block_timestamp_in_future_exception |
Variables | |
| net_exception | |
| const uint32_t | core_protocol_version = GRAPHENE_NET_PROTOCOL_VERSION |
Definition at line 48 of file core_messages.hpp.
| using graphene::net::message_hash_type = typedef fc::ripemd160 |
Definition at line 52 of file message.hpp.
| typedef std::shared_ptr<message_oriented_connection> graphene::net::message_oriented_connection_ptr |
Definition at line 67 of file message_oriented_connection.hpp.
Definition at line 47 of file core_messages.hpp.
| using graphene::net::node_impl_ptr = typedef std::shared_ptr<detail::node_impl> |
| using graphene::net::node_ptr = typedef std::shared_ptr<node> |
| typedef std::shared_ptr< peer_connection > graphene::net::peer_connection_ptr |
Definition at line 57 of file peer_connection.hpp.
| typedef std::shared_ptr<stcp_socket> graphene::net::stcp_socket_ptr |
Definition at line 75 of file stcp_socket.hpp.
Definition at line 66 of file core_messages.hpp.
|
strong |
| Enumerator | |
|---|---|
| unable_to_check | |
| unable_to_connect | |
| connection_successful | |
Definition at line 358 of file core_messages.hpp.
|
strong |
| Enumerator | |
|---|---|
| unknown | |
| firewalled | |
| not_firewalled | |
Definition at line 271 of file core_messages.hpp.
|
strong |
| Enumerator | |
|---|---|
| unknown | |
| inbound | |
| outbound | |
Definition at line 270 of file core_messages.hpp.
| Enumerator | |
|---|---|
| never_attempted_to_connect | |
| last_connection_failed | |
| last_connection_rejected | |
| last_connection_handshaking_failed | |
| last_connection_succeeded | |
Definition at line 38 of file peer_database.hpp.
|
strong |
| Enumerator | |
|---|---|
| unspecified | |
| different_chain | |
| already_connected | |
| connected_to_self | |
| not_accepting_connections | |
| blocked | |
| invalid_hello_message | |
| client_too_old | |
Definition at line 232 of file core_messages.hpp.
| insufficient relay fee graphene::net::FC_IMPLEMENT_DERIVED_EXCEPTION | ( | already_connected_to_requested_peer | , |
| net_exception | , | ||
| 90003 | , | ||
| "already connected to requested peer" | |||
| ) |
| insufficient relay fee block is older than our undo history allows us to process graphene::net::FC_IMPLEMENT_DERIVED_EXCEPTION | ( | peer_is_on_an_unreachable_fork | , |
| net_exception | , | ||
| 90005 | , | ||
| "peer is on another fork" | |||
| ) |
| graphene::net::FC_IMPLEMENT_DERIVED_EXCEPTION | ( | send_queue_overflow | , |
| net_exception | , | ||
| 90001 | , | ||
| "send queue for this peer exceeded maximum size" | |||
| ) |
| const uint32_t graphene::net::core_protocol_version = GRAPHENE_NET_PROTOCOL_VERSION |
Definition at line 91 of file core_messages.hpp.
| insufficient relay fee block is older than our undo history allows us to process graphene::net::net_exception |
Definition at line 31 of file exceptions.cpp.
1.8.17