// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // The go-ethereum library 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 Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . package trie import ( "fmt" "github.com/ethereum/go-ethereum/common" ) // MissingNodeError is returned by the trie functions (TryGet, TryUpdate, TryDelete) // in the case where a trie node is not present in the local database. Contains // information necessary for retrieving the missing node through an ODR service. // // NodeHash is the hash of the missing node // // RootHash is the original root of the trie that contains the node // // Key is a binary-encoded key that contains the prefix that leads to the first // missing node and optionally a suffix that hints on which further nodes should // also be retrieved // // PrefixLen is the nibble length of the key prefix that leads from the root to // the missing node // // SuffixLen is the nibble length of the remaining part of the key that hints on // which further nodes should also be retrieved (can be zero when there are no // such hints in the error message) type MissingNodeError struct { RootHash, NodeHash common.Hash Key []byte PrefixLen, SuffixLen int } func (err *MissingNodeError) Error() string { return fmt.Sprintf("Missing trie node %064x", err.NodeHash) } on value='dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/libreoffice-fi
Commit message (Expand)AuthorAgeFilesLines
* Update to 4.2.5.jkim2014-06-241-4/+4
* Update to libreoffice 4.2.4bapt2014-06-111-4/+4
* Update to 4.1.6.jkim2014-05-071-4/+4
* Update to 4.1.5. It is partially based on the following PR.jkim2014-02-261-4/+4
* - Update to 4.0.6.jkim2013-10-262-5/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Update to 4.0.5.jkim2013-08-231-4/+4
* Update to 4.0.4.jkim2013-06-201-4/+4
* Update to 4.0.3.jkim2013-05-101-4/+4
* Update to 4.0.2.jkim2013-04-171-4/+4
* Update to 4.0.1.jkim2013-03-092-5/+5
* Update to 3.6.5.jkim2013-02-051-4/+4
* - Update to 3.5.7.jkim2012-10-272-9/+4
* - Update to 3.5.6.jkim2012-08-241-4/+4
* - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4
* - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-4/+4