mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-30 00:17:26 +00:00
c7a14db792
* meaningfull -> meaningful * initialise -> initialize * tokans -> tokens * incentivise -> incentivize * lenght -> length * incentivisation -> incentivization * doesnt't -> doesn't * overwriten -> overwritten * lifecycle -> life cycle * lifecycle -> life cycle * usefull -> useful * noone -> no one * spaming -> spamming * defered -> deferred * hieght -> height * sumation -> summation * ingore -> ignore * registed -> registered * Auxialary -> Auxiliary * loggin -> logging * independance -> independence * trailling -> trailing * responsability -> responsibility * trunkated -> truncated * Weither -> Whether * informations -> information * Runtume -> Runtime * choosen -> chosen * delcataion -> declaration * Unchekced -> Unchecked * defintion -> definition * scrach -> scratch * imput -> input * transfered -> transferred * endownment -> endowment * Determinator -> Determiner * relevent -> relevant * emited -> emitted * acocunt -> account * proprotional -> proportional * instantiaion -> instantiation * commited -> committed * tombstonedead -> tombstone * uwnrap -> unwrap * acount -> account * specialised -> specialized * existant -> existent * requried -> required * Anull -> Annul * AUTHORITES -> AUTHORITIES * underyling -> underlying * recognisable -> recognizable * Capitalise -> Capitalize * reportfor -> report for * hearbeat -> heartbeat * onlineness -> being online * creater -> creator * Bytearray -> Byte array * Despoit -> Deposit * substratced -> subtracted * Curent -> Current * imbalanes -> imbalances * countfown -> countdown * inexisting -> inexistent * additionaly -> additionally * substracted -> subtracted * auxilary -> auxiliary * parital -> partial * in't -> isn't * compatability -> compatibility * infomation -> information * etected -> detected * extrinsiscs -> extrinsics * reprensentation -> representation * coonfiguration -> configuration * primtives -> primitives * miscelanious -> miscellaneous * VERISON -> VERSION * endcoded -> encoded * Genrates -> Generates * miliseconds -> milliseconds * occured -> occurred * trully -> truely * truely -> truly * conjuction -> conjunction * encouters -> encounters * customised -> customized * deterministicly -> deterministically * finalisation -> finalization * pluggable -> plugable * wakeup -> wake-up * interemdiate -> intermediate * intepreting -> interpreting * finalzied -> finalized * throgh -> through * extinsic -> extrinsic * convient -> convenient * allocater -> allocator * propagateable -> propagatable * succesfuly -> successfully * finalising -> finalizing * publically -> publicly * phrasee -> phrase * substration -> substractions * substractions -> subtractions * neccessarily -> necessarily * Inlucde -> Include * unefficient -> inefficient * thay -> they * funtion -> function * datastructures -> data structures * infromation -> information * propagatable -> propagable * ecountered -> encountered * recognise -> recognize * intergration -> integration * lastet -> latest * datatypes -> data types * datatype -> data type * Strongarming -> Strong Arming * avaible -> available * Commiting -> Committing * Retreiving -> Retrieving * shoud -> should * canonicaliziation -> canonicalization * comitted -> committed * clonable -> cloneable * Uknown -> Unknown * reponse -> response * arbitary -> arbitrary * Capapbilities -> Capabilities * responsbile -> responsible * initialisation -> initialization * cames -> came * intemediate -> intermediate * reqeust -> request * intance -> instance * explcitly -> explicitly * neighor -> neighbor * reolving -> resolving * untill -> until * Validte -> Validate * deserailize -> deserialize * literaly -> literally * preceeding -> preceding * abpve -> above * chcecked -> checked * numbet -> number * Unknow -> Unknown * halfs -> halves * gossup -> gossip * givent -> given * immediatelly -> immediately * slicable -> sliceable * conensus -> consensus * Mimicks -> Mimics * acccept -> accept * serialise -> serialize * exstrinsics -> extrinsics * panicks -> panics * maintaince -> maintenance * repeatidely -> repeatedly * anecstor -> ancestor * becasue -> because * processer -> processor * Prunning -> Pruning * insterested -> interested * unuseful -> not useful * yeided -> yielded * descendfing -> descending * corresponts -> corresponds * survivew -> survive * keps -> keeps * ligh -> light * prerequisities -> prerequisites * positiion -> position * depedency -> dependency * extrinisic -> extrinsic * atomicaly -> atomically * staticly -> statically * resul -> result * timestamb -> timestamp * Utilites -> Utilities * ammount -> amount * pocess -> process * exteral -> external * Update client/finality-grandpa/src/tests.rs * Update primitives/io/src/lib.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update primitives/blockchain/src/lib.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update frame/support/src/weights.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update bin/node/cli/tests/common.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update client/api/src/execution_extensions.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update client/cli/src/params.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update client/executor/common/src/sandbox.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update client/api/src/execution_extensions.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update client/finality-grandpa/src/communication/mod.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update client/state-db/src/pruning.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update frame/contracts/src/tests.rs Co-Authored-By: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Update client/api/src/execution_extensions.rs * bump impl * timestamb -> timestamp Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
123 lines
3.7 KiB
Rust
123 lines
3.7 KiB
Rust
// Copyright 2015-2020 Parity Technologies (UK) Ltd.
|
|
// This file is part of Substrate.
|
|
|
|
// Parity is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Parity is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! The node header.
|
|
|
|
use crate::trie_constants;
|
|
use codec::{Encode, Decode, Input, Output};
|
|
use sp_std::iter::once;
|
|
|
|
/// A node header
|
|
#[derive(Copy, Clone, PartialEq, Eq)]
|
|
#[derive(sp_core::RuntimeDebug)]
|
|
pub(crate) enum NodeHeader {
|
|
Null,
|
|
Branch(bool, usize),
|
|
Leaf(usize),
|
|
}
|
|
|
|
/// NodeHeader without content
|
|
pub(crate) enum NodeKind {
|
|
Leaf,
|
|
BranchNoValue,
|
|
BranchWithValue,
|
|
}
|
|
|
|
impl Encode for NodeHeader {
|
|
fn encode_to<T: Output>(&self, output: &mut T) {
|
|
match self {
|
|
NodeHeader::Null => output.push_byte(trie_constants::EMPTY_TRIE),
|
|
NodeHeader::Branch(true, nibble_count) =>
|
|
encode_size_and_prefix(*nibble_count, trie_constants::BRANCH_WITH_MASK, output),
|
|
NodeHeader::Branch(false, nibble_count) =>
|
|
encode_size_and_prefix(*nibble_count, trie_constants::BRANCH_WITHOUT_MASK, output),
|
|
NodeHeader::Leaf(nibble_count) =>
|
|
encode_size_and_prefix(*nibble_count, trie_constants::LEAF_PREFIX_MASK, output),
|
|
}
|
|
}
|
|
}
|
|
|
|
impl codec::EncodeLike for NodeHeader {}
|
|
|
|
impl Decode for NodeHeader {
|
|
fn decode<I: Input>(input: &mut I) -> Result<Self, codec::Error> {
|
|
let i = input.read_byte()?;
|
|
if i == trie_constants::EMPTY_TRIE {
|
|
return Ok(NodeHeader::Null);
|
|
}
|
|
match i & (0b11 << 6) {
|
|
trie_constants::LEAF_PREFIX_MASK => Ok(NodeHeader::Leaf(decode_size(i, input)?)),
|
|
trie_constants::BRANCH_WITHOUT_MASK => Ok(NodeHeader::Branch(false, decode_size(i, input)?)),
|
|
trie_constants::BRANCH_WITH_MASK => Ok(NodeHeader::Branch(true, decode_size(i, input)?)),
|
|
// do not allow any special encoding
|
|
_ => Err("Unallowed encoding".into()),
|
|
}
|
|
}
|
|
}
|
|
|
|
/// Returns an iterator over encoded bytes for node header and size.
|
|
/// Size encoding allows unlimited, length inefficient, representation, but
|
|
/// is bounded to 16 bit maximum value to avoid possible DOS.
|
|
pub(crate) fn size_and_prefix_iterator(size: usize, prefix: u8) -> impl Iterator<Item = u8> {
|
|
let size = sp_std::cmp::min(trie_constants::NIBBLE_SIZE_BOUND, size);
|
|
|
|
let l1 = sp_std::cmp::min(62, size);
|
|
let (first_byte, mut rem) = if size == l1 {
|
|
(once(prefix + l1 as u8), 0)
|
|
} else {
|
|
(once(prefix + 63), size - l1)
|
|
};
|
|
let next_bytes = move || {
|
|
if rem > 0 {
|
|
if rem < 256 {
|
|
let result = rem - 1;
|
|
rem = 0;
|
|
Some(result as u8)
|
|
} else {
|
|
rem = rem.saturating_sub(255);
|
|
Some(255)
|
|
}
|
|
} else {
|
|
None
|
|
}
|
|
};
|
|
first_byte.chain(sp_std::iter::from_fn(next_bytes))
|
|
}
|
|
|
|
/// Encodes size and prefix to a stream output.
|
|
fn encode_size_and_prefix(size: usize, prefix: u8, out: &mut impl Output) {
|
|
for b in size_and_prefix_iterator(size, prefix) {
|
|
out.push_byte(b)
|
|
}
|
|
}
|
|
|
|
/// Decode size only from stream input and header byte.
|
|
fn decode_size(first: u8, input: &mut impl Input) -> Result<usize, codec::Error> {
|
|
let mut result = (first & 255u8 >> 2) as usize;
|
|
if result < 63 {
|
|
return Ok(result);
|
|
}
|
|
result -= 1;
|
|
while result <= trie_constants::NIBBLE_SIZE_BOUND {
|
|
let n = input.read_byte()? as usize;
|
|
if n < 255 {
|
|
return Ok(result + n + 1);
|
|
}
|
|
result += 255;
|
|
}
|
|
Ok(trie_constants::NIBBLE_SIZE_BOUND)
|
|
}
|