Skip to content

Instantly share code, notes, and snippets.

View kishansagathiya's full-sized avatar

Kishan Sagathiya kishansagathiya

View GitHub Profile
@kishansagathiya
kishansagathiya / westend.log
Created January 25, 2023 15:25
target block number out of bounds
2023-01-25T20:38:30+05:30 INFO loading toml configuration from ./chain/westend/config.toml... config.go:L49 pkg=cmd
2023-01-25T20:38:30+05:30 WARN overwriting default configuration with id with toml configuration values from ./chain/westend/config.toml config.go:L53 pkg=cmd
2023-01-25T20:38:30+05:30 INFO loaded package log configuration: core: INFO, digest: INFO, sync: INFO, network: INFO, rpc: INFO, state: INFO, runtime: INFO, block producer: INFO, finality gadget: INFO config.go:L122 pkg=cmd
2023-01-25T20:38:30+05:30 INFO 🕸️ initialising node services with global configuration name stable-resemble-54230, id westend2 and base path /home/kishan/.gossamer/westend... node.go:L247 pkg=dot
2023-01-25T20:38:31+05:30 INFO created state service with head 0xc6084b775c37ab26f95b44cc81b26898d34d7fe64e3135fddfaf1a483ec1ba94, highest number 13824 and genesis hash 0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e service.go:L161 pkg=state
2023-01-25T20:38:34+05:30 INFO creating ru
@kishansagathiya
kishansagathiya / westend.log
Created January 24, 2023 13:12
failed to get runtime instance
This file has been truncated, but you can view the full file.
kishan@kishan-Inspiron-14-7425-2-in-1:~/code/gossamer$ ./bin/gossamer --config ./chain/westend/config.toml
2023-01-24T18:36:09+05:30 INFO loading toml configuration from ./chain/westend/config.toml... config.go:L49 pkg=cmd
2023-01-24T18:36:09+05:30 WARN overwriting default configuration with id with toml configuration values from ./chain/westend/config.toml config.go:L53 pkg=cmd
2023-01-24T18:36:09+05:30 INFO loaded package log configuration: core: INFO, digest: INFO, sync: INFO, network: INFO, rpc: INFO, state: INFO, runtime: INFO, block producer: INFO, finality gadget: INFO config.go:L122 pkg=cmd
2023-01-24T18:36:10+05:30 INFO 🕸️ initialising node services with global configuration name mammal-mixture-34481, id westend2 and base path /home/kishan/.gossamer/westend... node.go:L247 pkg=dot
2023-01-24T18:36:11+05:30 INFO created state service with head 0x41ee565b0924839964b0da1328440983872e8f8c22f798f4d49023cbaef725bb, highest number 198656 and genesis hash 0xe143f23803ac50e8f6f8e62695d1ce
let mut btree_map: BTreeMap<String, User> = BTreeMap::new();
match btree_map.entry("string1".to_string()) {
Entry::Vacant(entry) => {
entry.insert(User{
active: true,
username: "lorem".to_string(),
email: "lorem@ipsum.org".to_string(),
sign_in_count: 1,
});
()
kishan@kishan-T480:~/code/gossamer$ go test -tags integration -run ^TestService_HandleSlotWithSameSlot$ github.com/ChainSafe/gossamer/lib/babe
badger 2022/08/24 20:22:12 INFO: DropAll called. Blocking writes...
badger 2022/08/24 20:22:12 INFO: Writes flushed. Stopping compactions now...
badger 2022/08/24 20:22:12 INFO: Deleted 0 SSTables. Now deleting value logs...
badger 2022/08/24 20:22:12 INFO: Deleted 0 value log files. DropAll done.
badger 2022/08/24 20:22:12 INFO: Resuming writes
2022-08-24T20:22:14+05:30 INFO block state hash genesis hash: 0x785ea32a551841383c70b1f2b6b0a59896b4ae065ee396d4383915068dabc88a pkg=state
2022-08-24T20:22:14+05:30 INFO created state service with head 0x785ea32a551841383c70b1f2b6b0a59896b4ae065ee396d4383915068dabc88a, highest number 0 and genesis hash 0x785ea32a551841383c70b1f2b6b0a59896b4ae065ee396d4383915068dabc88a pkg=state
2022-08-24T20:22:16+05:30 INFO initiating epoch 0 with start slot 553784245 pkg=babe
2022-08-24T20:22:16+05:30 INFO authorityIndex 0 pkg=babe
2022-08-01 18:33:56 Gossamer Test Node
2022-08-01 18:33:56 ✌️ version 4.0.0-dev-6e49f20
2022-08-01 18:33:56 ❤️ by ChainSafe <https://chainsafe.io>, 2017-2022
2022-08-01 18:33:56 📋 Chain specification: Gossamer Testnet
2022-08-01 18:33:56 🏷 Node name: Alice
2022-08-01 18:33:56 👤 Role: AUTHORITY
2022-08-01 18:33:56 💾 Database: RocksDb at /tmp/alice/chains/gssmr_test/db/full
2022-08-01 18:33:56 ⛓ Native runtime: gssmr-test-9200 (gssmr-test-0.tx12.au0)
2022-08-01 18:33:57 🏷 Local node identity is: 12D3KooWH7hhJ2iL6B1BzZQtdQURDkJ7bsETW6vXWgnWtDug7SJ7
2022-08-01 18:33:57 💻 Operating system: linux
2022-07-19 16:32:30 Gossamer Test Node
2022-07-19 16:32:30 ✌️ version 4.0.0-dev-6e49f20
2022-07-19 16:32:30 ❤️ by ChainSafe <https://chainsafe.io>, 2017-2022
2022-07-19 16:32:30 📋 Chain specification: Gossamer Testnet
2022-07-19 16:32:30 🏷 Node name: Alice
2022-07-19 16:32:30 👤 Role: AUTHORITY
2022-07-19 16:32:30 💾 Database: RocksDb at /tmp/alice/chains/gssmr_test/db/full
2022-07-19 16:32:30 ⛓ Native runtime: gssmr-test-9200 (gssmr-test-0.tx12.au0)
2022-07-19 16:32:30 🔨 Initializing Genesis block/state (state: 0x5a2d…9210, header-hash: 0xee87…b365)
2022-07-19 16:32:30 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
2022-07-18 13:10:18 Gossamer Test Node
2022-07-18 13:10:18 ✌️ version 4.0.0-dev-6e49f20
2022-07-18 13:10:18 ❤️ by ChainSafe <https://chainsafe.io>, 2017-2022
2022-07-18 13:10:18 📋 Chain specification: Gossamer Testnet
2022-07-18 13:10:18 🏷 Node name: Alice
2022-07-18 13:10:18 👤 Role: AUTHORITY
2022-07-18 13:10:18 💾 Database: RocksDb at /tmp/alice/chains/gssmr_test/db/full
2022-07-18 13:10:18 ⛓ Native runtime: gssmr-test-9200 (gssmr-test-0.tx12.au0)
2022-07-18 13:10:18 🏷 Local node identity is: 12D3KooWRDN5eeqGU4CyBbe34FnPMa9zJBZAVjcjYTjFuJPMX4fw
2022-07-18 13:10:19 💻 Operating system: linux
@kishansagathiya
kishansagathiya / alice-substrate.log
Created July 14, 2022 12:07
slot number must increase
2022-07-14 17:27:25 Gossamer Test Node
2022-07-14 17:27:25 ✌️ version 4.0.0-dev-6e49f20
2022-07-14 17:27:25 ❤️ by ChainSafe <https://chainsafe.io>, 2017-2022
2022-07-14 17:27:25 📋 Chain specification: Gossamer Testnet
2022-07-14 17:27:25 🏷 Node name: Alice
2022-07-14 17:27:25 👤 Role: AUTHORITY
2022-07-14 17:27:25 💾 Database: RocksDb at /tmp/alice/chains/gssmr_test/db/full
2022-07-14 17:27:25 ⛓ Native runtime: gssmr-test-9200 (gssmr-test-0.tx12.au0)
2022-07-14 17:27:26 🏷 Local node identity is: 12D3KooWCCuzq3owRcEJuMUoE7haB3dxnCPRB2ZgKUhxJ7wNsnV3
2022-07-14 17:27:26 💻 Operating system: linux
@kishansagathiya
kishansagathiya / gossamer-bob-trace.log
Created June 10, 2022 14:26
Substrate dropping gossamer nodes
This file has been truncated, but you can view the full file.
2022-06-10T18:53:16+05:30 DBUG set log configuration: --log trace global TRCE config.go:L406 pkg=cmd
2022-06-10T18:53:16+05:30 INFO loaded package log configuration: core: TRCE, digest: TRCE, sync: TRCE, network: TRCE, rpc: TRCE, state: TRCE, runtime: TRCE, block producer: TRCE, finality gadget: TRCE config.go:L124 pkg=cmd
2022-06-10T18:53:16+05:30 DBUG load global node name "taste-obvious-56883" from database config.go:L541 pkg=cmd
2022-06-10T18:53:16+05:30 DBUG global configuration has name taste-obvious-56883, id gssmr and base path /tmp/bob config.go:L434 pkg=cmd
2022-06-10T18:53:16+05:30 DBUG init configuration with genesis ../substrate-node-template/genesis.json config.go:L421 pkg=cmd
2022-06-10T18:53:16+05:30 DBUG account configuration has key bob and unlock config.go:L570 pkg=cmd
2022-06-10T18:53:16+05:30 DBUG core configuration: babe-authority=true, grandpa-authority=true wasm-interpreter=wasmer grandpa-interval=1s config.go:L634 pkg=cmd
2022-06-10T18:53:16+05:30 DBUG network configuration: port=701
kishan@kishan-T480:~/code/gossamer$ ./bin/gossamer --key charlie --bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWLaAf5UT5XiEgvSJkehdPqcXURzmRuB9QnpJyzE2fyPLE -port 7011 --basepath /tmp/charlie --genesis ../substrate-node-template/genesis.json
2022-06-07T18:05:10+05:30 INFO loaded package log configuration: core: INFO, digest: INFO, sync: INFO, network: INFO, rpc: INFO, state: INFO, runtime: INFO, block producer: INFO, finality gadget: INFO config.go:L124 pkg=cmd
2022-06-07T18:05:11+05:30 INFO 🕸️ initialising node services with global configuration name nuclear-autumn-38721, id gssmr_test and base path /tmp/charlie... node.go:L245 pkg=dot
2022-06-07T18:05:11+05:30 INFO created state service with head 0xee87cc7ac5e87460094ec4ba29bbf8f28fb7741b69e7edb142233c3dd990b365, highest number 0 and genesis hash 0xee87cc7ac5e87460094ec4ba29bbf8f28fb7741b69e7edb142233c3dd990b365 service.go:L168 pkg=state
2022-06-07T18:05:11+05:30 INFO Generating p2p identity with seed 0 and key file /tmp/charlie/node.key config.go:L176 pk