Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • dev
  • py_3.12_support
  • test
  • 0.15.0 protected
  • 0.14.6 protected
  • 0.14.5 protected
  • 0.14.4 protected
  • 0.14.3 protected
  • 0.14.2 protected
  • 0.14.1 protected
  • 0.14.0 protected
  • 0.13.2 protected
  • 0.13.1 protected
  • 0.13.0 protected
  • 0.12.2 protected
  • 0.12.1 protected
  • 0.12.0 protected
  • 0.11.2 protected
  • 0.11.1 protected
  • 0.11.0 protected
  • 0.10.1 protected
  • 0.10.0 protected
  • 0.9.3 protected
24 results

package_events_graph.py

Blame
  • constants.rs 1.11 KiB
    //  Copyright (C) 2018  The Duniter Project Developers.
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as
    // published by the Free Software Foundation, either version 3 of the
    // License, or (at your option) any later version.
    //
    // This program 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 Affero General Public License for more details.
    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <https://www.gnu.org/licenses/>.
    
    /// Default value for sig_renew_period parameter
    pub static DEFAULT_SIG_RENEW_PERIOD: &'static u64 = &5_259_600;
    /// Default value for ms_period parameter
    pub static DEFAULT_MS_PERIOD: &'static u64 = &5_259_600;
    /// Default value for tx_window parameter
    pub static DEFAULT_TX_WINDOW: &'static u64 = &604_800;
    /// Maximum number of forks that can be registered
    pub static MAX_FORKS: &'static usize = &100;