Package convex.core
Class Constants
java.lang.Object
convex.core.Constants
Static class for global configuration constants that affect protocol
behaviour
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charChar to represent bad Unicode characters in printingstatic final byte[]static final Stringstatic final byte[]static final doubleThreshold of stake required to confirm consensusstatic final longDefault timeout in milliseconds for client transactionsstatic final IntegerDefault number of outgoing connections for a Peerstatic final intDefault port for Convex Peersstatic final booleanConstant to set deletion of Etch temporary files on exit.static final intLength for Hash valuesstatic final longAllowance for initial user / peer accountsInitial global values for a new Statestatic final longJuice price in the initial Genesis Statestatic final longInitial memory Pool of 1gbstatic final longInitial memory price per bytestatic final longSequence number used for any new accountstatic final longInitial timestamp for new Statesstatic final intLength for public keysstatic final intMaximum CVM execution depthstatic final intMaximum length of a symbolic name in bytes (keywords and symbols) Note: Chosen so that small qualified symbolic values are always embeddedstatic final longDelay before rebroadcasting Belief if not in consensusstatic final longLimit of scheduled transactions run in a single Blockstatic final longMaximum supply of Convex Coins set at protocol levelstatic final longMax juice allowable for execution of a single transaction.static final longSize in bytes of constant overhead applied per non-embedded Cell in memory accountingstatic final longDelay before a Peer produces another Block.static final longMinimum stake for a PEer to be considered by other Peers in consensusstatic final booleanOption for static compilation support.static final doubleNumber of milliseconds average time to drop low-staked Peersstatic final longTimeout for syncing with an existing Peerstatic final longDefault print limitstatic final doubleThreshold of stake required to propose consensusstatic final intDefault size for client receive buffers.static final intDefault size for client receive buffers.static final CVMBoolValue used to indicate exclusion of a key from a Set.static final CVMBoolValue used to indicate inclusion of a key in a Set.static final intSize of default server socket buffers for a peer connectionstatic final intSize of default client socket receive bufferstatic final intSize of default client socket send bufferstatic final intSize of default server socket receive bufferstatic final longNumber of fields in a Peer STATUS message -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_SCHEDULED_TRANSACTIONS_PER_BLOCK
public static final long MAX_SCHEDULED_TRANSACTIONS_PER_BLOCKLimit of scheduled transactions run in a single Block- See Also:
-
PROPOSAL_THRESHOLD
public static final double PROPOSAL_THRESHOLDThreshold of stake required to propose consensus- See Also:
-
CONSENSUS_THRESHOLD
public static final double CONSENSUS_THRESHOLDThreshold of stake required to confirm consensus- See Also:
-
INITIAL_TIMESTAMP
public static final long INITIAL_TIMESTAMPInitial timestamp for new States -
INITIAL_JUICE_PRICE
public static final long INITIAL_JUICE_PRICEJuice price in the initial Genesis State- See Also:
-
INITIAL_MEMORY_POOL
public static final long INITIAL_MEMORY_POOLInitial memory Pool of 1gb- See Also:
-
INITIAL_MEMORY_PRICE
public static final long INITIAL_MEMORY_PRICEInitial memory price per byte- See Also:
-
MAX_TRANSACTION_JUICE
public static final long MAX_TRANSACTION_JUICEMax juice allowable for execution of a single transaction.- See Also:
-
ETCH_DELETE_TEMP_ON_EXIT
public static final boolean ETCH_DELETE_TEMP_ON_EXITConstant to set deletion of Etch temporary files on exit. Probably should be true, unless you want to dubug temp files.- See Also:
-
INITIAL_SEQUENCE
public static final long INITIAL_SEQUENCESequence number used for any new account- See Also:
-
MEMORY_OVERHEAD
public static final long MEMORY_OVERHEADSize in bytes of constant overhead applied per non-embedded Cell in memory accounting- See Also:
-
DEFAULT_CLIENT_TIMEOUT
public static final long DEFAULT_CLIENT_TIMEOUTDefault timeout in milliseconds for client transactions- See Also:
-
INITIAL_ACCOUNT_ALLOWANCE
public static final long INITIAL_ACCOUNT_ALLOWANCEAllowance for initial user / peer accounts- See Also:
-
MAX_SUPPLY
public static final long MAX_SUPPLYMaximum supply of Convex Coins set at protocol level- See Also:
-
MAX_DEPTH
public static final int MAX_DEPTHMaximum CVM execution depth- See Also:
-
INITIAL_GLOBALS
Initial global values for a new State -
MAX_NAME_LENGTH
public static final int MAX_NAME_LENGTHMaximum length of a symbolic name in bytes (keywords and symbols) Note: Chosen so that small qualified symbolic values are always embedded- See Also:
-
SET_INCLUDED
Value used to indicate inclusion of a key in a Set. Must be a singleton instance -
SET_EXCLUDED
Value used to indicate exclusion of a key from a Set. Must be a singleton instance -
KEY_LENGTH
public static final int KEY_LENGTHLength for public keys- See Also:
-
HASH_LENGTH
public static final int HASH_LENGTHLength for Hash values- See Also:
-
DEFAULT_OUTGOING_CONNECTION_COUNT
Default number of outgoing connections for a Peer -
PEER_CONNECTION_DROP_TIME
public static final double PEER_CONNECTION_DROP_TIMENumber of milliseconds average time to drop low-staked Peers- See Also:
-
MINIMUM_EFFECTIVE_STAKE
public static final long MINIMUM_EFFECTIVE_STAKEMinimum stake for a PEer to be considered by other Peers in consensus- See Also:
-
RECEIVE_BUFFER_SIZE
public static final int RECEIVE_BUFFER_SIZEDefault size for client receive buffers.- See Also:
-
SEND_BUFFER_SIZE
public static final int SEND_BUFFER_SIZEDefault size for client receive buffers.- See Also:
-
SOCKET_SERVER_BUFFER_SIZE
public static final int SOCKET_SERVER_BUFFER_SIZESize of default server socket receive buffer- See Also:
-
SOCKET_PEER_BUFFER_SIZE
public static final int SOCKET_PEER_BUFFER_SIZESize of default server socket buffers for a peer connection- See Also:
-
SOCKET_RECEIVE_BUFFER_SIZE
public static final int SOCKET_RECEIVE_BUFFER_SIZESize of default client socket receive buffer- See Also:
-
SOCKET_SEND_BUFFER_SIZE
public static final int SOCKET_SEND_BUFFER_SIZESize of default client socket send buffer- See Also:
-
MAX_REBROADCAST_DELAY
public static final long MAX_REBROADCAST_DELAYDelay before rebroadcasting Belief if not in consensus- See Also:
-
MIN_BLOCK_TIME
public static final long MIN_BLOCK_TIMEDelay before a Peer produces another Block. Note: This may be the bottleneck in some benchmarks! Set to 0 if blocks are being delayed- See Also:
-
PEER_SYNC_TIMEOUT
public static final long PEER_SYNC_TIMEOUTTimeout for syncing with an existing Peer- See Also:
-
STATUS_COUNT
public static final long STATUS_COUNTNumber of fields in a Peer STATUS message- See Also:
-
DEFAULT_PEER_PORT
public static final int DEFAULT_PEER_PORTDefault port for Convex Peers- See Also:
-
OPT_STATIC
public static final boolean OPT_STATICOption for static compilation support. Set to true for static inlines on core- See Also:
-
BAD_CHARACTER
public static final char BAD_CHARACTERChar to represent bad Unicode characters in printing- See Also:
-
BAD_CHARACTER_BYTES
public static final byte[] BAD_CHARACTER_BYTES -
BAD_CHARACTER_STRING
-
BAD_CHARACTER_UTF
public static final byte[] BAD_CHARACTER_UTF -
PRINT_LIMIT
public static final long PRINT_LIMITDefault print limit- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-