Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
solana/src/lib.rs

6 lines
128 B
Rust
Raw Normal View History

Parallelize verification
2018-02-14 14:19:30 -07:00
#![cfg_attr(feature = "unstable", feature(test))]
Rename Tick to Event * Define a tick to be an event with no user data. * Use the term "event log" for now. ** Reserve the word "entry" for hash entries, and "item" for array items. ** Reserve the word "blockchain" for when the event is a block of something. ** Reserve the word "ledger" for when the event is of a particular type, such as transactions.
2018-02-15 10:13:56 -07:00
pub mod event;
Add historian A microservice that continuously generates hashes, only stopping to tag messages with the latest hash. Fixes #8
2018-02-17 20:51:41 -07:00
pub mod historian;
Parallelize verification
2018-02-14 14:19:30 -07:00
extern crate itertools;
extern crate rayon;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 65ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API