Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlphanetGenesisBlock = &blocks.Block{ Header: &blocks.BlockHeader{ Version: 1, Height: 0, Parent: hexToBytes("0000000000000000000000000000000000000000000000000000000000000000"), Timestamp: 1687122145, TxRoot: hexToBytes("4ddee05d507f3a467cda0cd58438ec699855cf4331a17cbb691ba2742742dd8a"), Producer_ID: nil, Signature: nil, }, Transactions: []*transactions.Transaction{ { Tx: &transactions.Transaction_CoinbaseTransaction{ CoinbaseTransaction: &transactions.CoinbaseTransaction{ Validator_ID: hexToBytes("0024080112208f743f9bd03eee12598ac062a71152033cb14252a4d31d87301afc09a590b825"), NewCoins: 230584300921369395, Outputs: []*transactions.Output{ { Commitment: hexToBytes("a726eb3046c9bf71b5caad7ec607a3d480f8769c20a350fc9fdccc5990c6d6a4"), Ciphertext: hexToBytes("4d12d2df28cd05ab79555c2ec8c92121e507344cb088b50f09fcc9d4d129abfd51efcfe43d0ef860ac3c8ec7e0e2d9ac01a401cdd0ad5a7e07cd18d2358a020131b57d283fc0bf99ede24479f54dce266b1b241f6e6edf45514cbd2672739fdf0adac7b27df62af16c2544e563670a200cf38b4cb0dc0d7376648891935acdd40fded5ddb3d26bf28fd0705e70a10de995c19989f0b8dfde2c7124970508c9c93abd7e57d230d909f016ce09f950563153ffde7304f3feb31f1d74ccc88f38b3ad2e1b7b7bf4e7023ec00a7535e05fff8f0078e052ccc69bc7e2b1073eff5bcc262a2d6728e4e990b13ecb58e011f53154c832326369217858cec460aed0e56256a29bc6cedb962a4ee81e049315ff16203991dfa42854a59eb5f158302ac519cb0754e487e44e1fedf59ac6098e30ff\n849e5f844b5e0ff9faae2fb9427d4a65dc6149f4a829b1d63e883156cde13a5499630218adbf280a2f1e355744d7af0b51e852087e6c6c373baa1a256853daaf6baacc3565cc175616339062826a0e03494ed94071ad5a9233b25d1a6ca61d48ab4d7f9d851a828f3e8"), }, { Commitment: hexToBytes("b45139694befbf32a292ff69dcc77750eb4307e38ce0d9843cac3b4eebf0ab3a"), Ciphertext: hexToBytes("c34309f0bc5f96b7a79f338b535e056cb5c2090d0fe7379a80232fdccd52802c822fe99d830ecdf584baaa3167a4646cb09c0fdfd758911d6c27cd9932f1f5661ad2c39db093e4fde76a9d57e51ba01933020689256247d807c6e933c03cc370aa7fad1579055003528d7e66f6913d1cbf63a5ae362f800578b31f3fee1685b5c4c2fcf2313aab715eaabfe63de7757c5ff7aff4ba5a8fb806d458bbaf1a888b9180e87834e2ee44f21ce2d0c7a2678eea66beeaf5aea6c57dea7ee627896eaa60d257b299cc1a5778037ebf69c7c79a440ce0aabbe0b308cea8ca847a7f3cc54ca321a79959346af88283fa1de9bc8975b45bb8b549533884dd20467a5b99667a94d051bdb07629b426759224d76a2e04a6e953835475021e022fd0e3982b5d6fc078db93553482e26379fd0bf4d74a\n849e5f844b5e0ff9faae2fb9427d4a65dc6149f4a829b1d63e883156cde13a5499630218adbf280a2f1e355744d7af0b51e852087e6c6c373baa1a256853daaf6baacc3565cc175616339062826a0e03494ed94071ad5a9233b25d1a6ca61d48ab4d7f9d851a828f3e8"), }, }, Signature: hexToBytes("ed4c4eec97e6ab445c5af269576ce5e63048797664a91b7eef944f7193a151fc2ea3b81188e3065f5468f34bccd158c0cbbf9e0b7501cf47084a30f25e443309"), Proof: nil, }, }, }, { Tx: &transactions.Transaction_StakeTransaction{ StakeTransaction: &transactions.StakeTransaction{ Validator_ID: hexToBytes("0024080112208f743f9bd03eee12598ac062a71152033cb14252a4d31d87301afc09a590b825"), Amount: 115292150460684697, Nullifier: hexToBytes("1d97d1d463483f23e40c5c0c59401502b0d4e8cf5e9502f31ced0c6b1211994b"), TxoRoot: hexToBytes("47c000e919ce108860515ad155a7a2a3017578c67e9b2106e4b922eed34cbf13"), Locktime: 0, Signature: hexToBytes("7e066f72273fe5116e4416e71beff23b7617b7d47c9c32e10b9b8f78f56820b2cd764c72381369e377757ed57dec30f14f80b48281f9f68caf0d22ff71acc002"), Proof: nil, }, }, }, }, }
View Source
var AlphanetParams = NetworkParams{ Name: "alphanet", ProtocolPrefix: protocol.ID(path.Join(appProtocol, networkTestnet1)), SeedAddrs: []string{ "/ip4/159.223.155.82/tcp/9002/p2p/12D3KooWKUMHDGvDuJjSkhey1Gz9kYPpt5Nw1wpzRtt9xwYWF1tx", "/ip4/137.184.35.103/tcp/9002/p2p/12D3KooWAqT761RNUN4ewfZwzCWkPDsG5BxMfbX48kdsT5qmjWLX", }, ListenAddrs: []string{ "/ip4/0.0.0.0/tcp/9002", "/ip6/::/tcp/9002", "/ip4/0.0.0.0/udp/9002/quic", "/ip6/::/udp/9002/quic", }, AddressPrefix: "al", GenesisBlock: AlphanetGenesisBlock, EpochLength: 60 * 60 * 24 * 7, TargetDistribution: 1 << 60, InitialDistributionPeriods: 520, AValue: 2.59, TreasuryPercentage: 5, LongTermInflationRate: math.Pow(1.02, 1.0/52) - 1, }
View Source
var MainnetGenesisBlock = &blocks.Block{ Header: &blocks.BlockHeader{ Producer_ID: []byte{0x00}, Height: 0, Timestamp: time.Unix(0, 0).Unix(), Parent: make([]byte, 32), Version: 1, TxRoot: []byte{0x00}, Signature: []byte{0x00}, }, Transactions: []*transactions.Transaction{ { Tx: &transactions.Transaction_CoinbaseTransaction{ CoinbaseTransaction: &transactions.CoinbaseTransaction{ Validator_ID: []byte{0x00}, NewCoins: 1 << 60 / 5, Outputs: []*transactions.Output{ { Commitment: []byte{0x00}, Ciphertext: []byte{0x00}, }, }, Signature: []byte{0x00}, Proof: []byte{0x00}, }, }, }, { Tx: &transactions.Transaction_StakeTransaction{ StakeTransaction: &transactions.StakeTransaction{ Validator_ID: []byte{0x00}, Amount: 0, Nullifier: []byte{0xff}, Signature: nil, Proof: nil, }, }, }, }, }
MainnetGenesisBlock is the genesis block for the mainnet.
Technically this is not a valid block and would not pass the normal validation rules. The reason for this is because the genesis block needs to do two things ― create new coins and stake them. Without at least one validator created in the genesis block the chain cannot move forward. Normally however, a stake transaction cannot stake a coinbase created in the same block since the stake's zk-snark proof must make use of the block's txoRoot which isn't known until after the block is connected.
View Source
var MainnetParams = NetworkParams{ Name: "mainnet", ProtocolPrefix: protocol.ID(path.Join(appProtocol, networkMainnet)), GenesisBlock: MainnetGenesisBlock, SeedAddrs: []string{ "/ip4/167.172.126.176/tcp/4001/p2p/12D3KooWHnpVyu9XDeFoAVayqr9hvc9xPqSSHtCSFLEkKgcz5Wro", }, ListenAddrs: []string{ "/ip4/0.0.0.0/tcp/9001", "/ip6/::/tcp/9001", "/ip4/0.0.0.0/udp/9001/quic", "/ip6/::/udp/9001/quic", }, AddressPrefix: "il", EpochLength: 60 * 60 * 24 * 7, TargetDistribution: 1 << 60, InitialDistributionPeriods: 520, AValue: 2.59, TreasuryPercentage: 5, LongTermInflationRate: math.Pow(1.02, 1.0/52) - 1, }
View Source
var RegestParams = NetworkParams{ Name: "regtest", ProtocolPrefix: protocol.ID(path.Join(appProtocol, networkRegtest)), ListenAddrs: []string{ "/ip4/0.0.0.0/tcp/9003", "/ip6/::/tcp/9003", "/ip4/0.0.0.0/udp/9003/quic", "/ip6/::/udp/9003/quic", }, SeedAddrs: []string{"/ip4/127.0.0.1/tcp/9003/p2p/12D3KooWN2RRWUokkcCjrf8zypvHwGv2u6rUepFAXheambSst5fV"}, AddressPrefix: "reg", GenesisBlock: RegtestGenesisBlock, EpochLength: 60 * 3, TargetDistribution: 1 << 60, InitialDistributionPeriods: 520, AValue: 2.59, TreasuryPercentage: 5, LongTermInflationRate: math.Pow(1.02, 1.0/52) - 1, }
View Source
var RegtestGenesisBlock = &blocks.Block{ Header: &blocks.BlockHeader{ Version: 1, Height: 0, Parent: hexToBytes("0000000000000000000000000000000000000000000000000000000000000000"), Timestamp: 1686874710, TxRoot: hexToBytes("40917da3f861af8d07ef1867f5ab50a18a4b7e4547dd678d896115c81a5196a8"), Producer_ID: nil, Signature: nil, }, Transactions: []*transactions.Transaction{ { Tx: &transactions.Transaction_CoinbaseTransaction{ CoinbaseTransaction: &transactions.CoinbaseTransaction{ Validator_ID: hexToBytes("002408011220b562e48ca118db0f24a53cfbae9f6a3a67f863e6031595d643b7d891621ac280"), NewCoins: 230584300921369395, Outputs: []*transactions.Output{ { Commitment: hexToBytes("8ad4cc17bcf1f0a3f3eda0754a92cb29e183b9cea74a9bb760e168ffab5d48a0"), Ciphertext: hexToBytes("ceb4f6c9d440ec9da793a42823801b30d54a6c1a7e01bb8ea3a98c9997542ec6cf5c7cc8a9af3e028535abf0deb2da438e25a24a1264e83acd8a35ee8bf2811aec988502bac07a4bc55f71e0b0fac1e4d67e4916eb6ba2b4ecaa13702aed3d56ab81c1ec35a22896adc97c89ecb35bf53ad5eceac39a2354f02528d9b35a138abc0b789d2e4838d7de297a99288339f0b8ca3e7eb171a1054b81616736642cbf2adb3046691c4c8d0f9b0be914a4f953297fc2b4c55458d6962ac05258d1611215454d220f4df619b5ca02cb2fb17dde2946baaa7669c4e605f109ba678b975f0925bfd4d50b6a4c8dfd7afad957c1dafc21be3917f66da7573de1bcc1bd5712e3d93c8f42707784ad03681e3dd5f212a19a5416a49464739ea6ee663983a195a4200f595cd9ed8952160d0c3ec5c6cc\n849e5f844b5e0ff9faae2fb9427d4a65dc6149f4a829b1d63e883156cde13a5499630218adbf280a2f1e355744d7af0b51e852087e6c6c373baa1a256853daaf6baacc3565cc175616339062826a0e03494ed94071ad5a9233b25d1a6ca61d48ab4d7f9d851a828f3e8"), }, { Commitment: hexToBytes("484a548038929251daeda8be545ad912260fc1e6a9ec19d92d99368c48bd3dfd"), Ciphertext: hexToBytes("a6769539fb2e9bed5842d0e20a97e3c51ffc8f897b9a4d3102ea09d68940d9c8cd70bd7ff5f7ba7bbb5d4dfc61a78b25806dcbe788c8307b7f1d0adf14473459d20e67ccad6ccaf7ae24f96545a561afa77a95688d0e89396d2db7f5274803d4a1d5f828820862d27305a86353cff586e575a03084f2b51d4e90cdc08de484fcd9d2406e2a13b6022fcfa57610353b3adc1b2d995188ead93c968c82cd5729fd5f9388e6b51a1da83960614ee65769de60745221333ba28e8d340456feaa8fbce735c18ff9f16c18aad2a7330a3b8e7040c59c85c2a409433d1c2b5f7307ae83b09e33f329eebee1acef9ec92eb6e9581e843989347ee0e64b151d71616c5bb8d6085211e95394e3cffcf370c0156934c05b1c596bb23d4fb53007bea1e03d1069bc2674a6a86c7a1eb86ac4f9084814\n849e5f844b5e0ff9faae2fb9427d4a65dc6149f4a829b1d63e883156cde13a5499630218adbf280a2f1e355744d7af0b51e852087e6c6c373baa1a256853daaf6baacc3565cc175616339062826a0e03494ed94071ad5a9233b25d1a6ca61d48ab4d7f9d851a828f3e8"), }, }, Signature: hexToBytes("638631ac50cd16c8ffbd13742b3a5a82c2b4a99600f7e8e80a0c3d518e1f97b8d883931732ef4ee4f529e7f207c90e3c0c0dce97b2b28cc18058b25bf041d907"), Proof: nil, }, }, }, { Tx: &transactions.Transaction_StakeTransaction{ StakeTransaction: &transactions.StakeTransaction{ Validator_ID: hexToBytes("002408011220b562e48ca118db0f24a53cfbae9f6a3a67f863e6031595d643b7d891621ac280"), Amount: 115292150460684697, Nullifier: hexToBytes("931bf9e829315491463feed621c3b964663a12e05ac964c938b2e70bf75f14d0"), TxoRoot: hexToBytes("144512edae5997c684c1cb9a775ff64895974b66842f5470365727f548077d8b"), Locktime: 0, Signature: hexToBytes("8342cd818c8651806b51b9283156af0cc8e05b9593684b0247612ba4fef47bc85d7f7381941c14ed849e038041626ff92f8b44656c03bf8621863ce01a3ff701"), Proof: nil, }, }, }, }, }
View Source
var RegtestGenesisKey = []byte{
0x08, 0x01, 0x12, 0x40, 0xdc, 0xd8, 0xb1, 0x9d,
0x2c, 0xc6, 0x6f, 0x0e, 0xc6, 0x13, 0xd4, 0xb0,
0x8b, 0x7d, 0x73, 0x68, 0x2e, 0x2e, 0x11, 0x12,
0x2c, 0x09, 0x95, 0x9a, 0x2c, 0xc0, 0x00, 0xb9,
0x9a, 0x52, 0x5a, 0xcb, 0xb5, 0x62, 0xe4, 0x8c,
0xa1, 0x18, 0xdb, 0x0f, 0x24, 0xa5, 0x3c, 0xfb,
0xae, 0x9f, 0x6a, 0x3a, 0x67, 0xf8, 0x63, 0xe6,
0x03, 0x15, 0x95, 0xd6, 0x43, 0xb7, 0xd8, 0x91,
0x62, 0x1a, 0xc2, 0x80,
}
View Source
var RegtestMnemonicSeed = "" /* 151-byte string literal not displayed */
View Source
var Testnet1Params = NetworkParams{ Name: "testnet1", ProtocolPrefix: protocol.ID(path.Join(appProtocol, networkTestnet1)), SeedAddrs: []string{ "/ip4/167.172.126.176/tcp/4001/p2p/12D3KooWHnpVyu9XDeFoAVayqr9hvc9xPqSSHtCSFLEkKgcz5Wro", }, ListenAddrs: []string{ "/ip4/0.0.0.0/tcp/9002", "/ip6/::/tcp/9002", "/ip4/0.0.0.0/udp/9002/quic", "/ip6/::/udp/9002/quic", }, AddressPrefix: "tn1", EpochLength: 60 * 60 * 24 * 7, TargetDistribution: 1 << 60, InitialDistributionPeriods: 520, AValue: 2.59, TreasuryPercentage: 5, LongTermInflationRate: math.Pow(1.02, 1.0/52) - 1, }
Functions ¶
This section is empty.
Types ¶
type Checkpoint ¶
type NetworkParams ¶
type NetworkParams struct { // Name is a human-readable string to identify the params Name string // ProtocolPrefix defines the prefix for all network protocols. // Using different prefixes for different network effectively // segregates the networks as the handlers do not respond to // different protocol IDs. ProtocolPrefix protocol.ID // GenesisBlock defines the first block in the network. This // block must have a coinbase and stake transaction for the // network to move forward. GenesisBlock *blocks.Block // Checkpoints are known good blocks in the blockchain. We // use these to speed up the initial block download. Checkpoints []Checkpoint // SeedAddrs are used to connect to the network for the first // time. After first start up new peer addresses are stored in // the db and used to connect to the network. SeedAddrs []string // ListenAddrs defines the protocol, port, and interfaces that // the node will listen on. These are in multiaddr format. ListenAddrs []string // AddressPrefix defines the illium address prefix used as part // of the bech32 serialization. AddressPrefix string // The following controls the rate of coin emission for the network. // // EpochLength is the length of time (in seconds) between coinbase // distributions. EpochLength int64 // TargetDistribution is the target number of coins to disperse // with an exponential decrease before the long term inflation rate // kicks in. TargetDistribution uint64 // InitialDistributionPeriods defines the number of periods over which // the TargetDistribution will be emitted. InitialDistributionPeriods int64 // AValue tweaks the first period's distribution according to the following: // w0 = ((TargetDistribution - GenesisCoinbase) / InitialDistributionPeriods) * AValue // // Since the distribution follows an exponential decay, the larger the first // period's distribution, the more coins will be distributed in InitialDistributionPeriods. // If you are changing the coin distribution parameters, you will want to // pick an AValue such that the total coins distributed over InitialDistributionPeriods // equals TargetDistribution - GenesisCoinbase. AValue float64 // TreasuryPercentage is the percentage of new coins that are allocated // to the treasury. TreasuryPercentage float64 // LongTermInflationRate defines the rate of emission per epoch after the // TargetDistribution is exhausted. LongTermInflationRate float64 }
Click to show internal directories.
Click to hide internal directories.