Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@firelizzard18
firelizzard18 / lta.log
Created October 12, 2022 20:33
Factom LTAs
acc://e2d8c4d1217c0edcf1898a5e739585420fadd79309a8fa40/ACME
acc://a97c81d6d2141e1f666d4ef1bfca3ef5e3f7dec88311cc3a/ACME
acc://b8fc14db083a628e05c9fe2b37326b0a817ec8b5ca4b915d/ACME
acc://9b7e9c99a7c97e8e8ee508e99e46da5647fdbe73c4b16ac4/ACME
acc://fb149eb93aaa02941568deee1a4fadcfeee2ae8cebaf6e47/ACME
acc://239201519155f759b379c35292091f4cba5286398ee4c067/ACME
acc://edb5003b3dcb9993a518fbf4951ad4149ff993985680aa50/ACME
acc://f5c631e46e9e9c202405f6f0329d5ff34df3fc62303875a8/ACME
acc://0148b241040f16cac3072ef09cad73b8203008b116169eda/ACME
acc://eb1eb9a42003220d81edf5214f6c6481c727bf5dede2053a/ACME
{"height":9180,"block_time":0.000043927,"beginBlock_call_count":1,"beginBlock_elapsed":0.000029549,"endBlock_call_count":1,"endBlock_elapsed":0.000031343}
{"height":9181,"block_time":0.000032506,"beginBlock_call_count":1,"beginBlock_elapsed":0.000027754,"endBlock_call_count":1,"endBlock_elapsed":0.000020934}
{"height":9182,"block_time":0.000036676,"beginBlock_call_count":1,"beginBlock_elapsed":0.000031465,"endBlock_call_count":1,"endBlock_elapsed":0.000022798}
{"height":9183,"block_time":0.000035048,"beginBlock_call_count":1,"beginBlock_elapsed":0.000042025,"endBlock_call_count":1,"endBlock_elapsed":0.000023659}
{"height":9184,"block_time":0.00003593,"beginBlock_call_count":1,"beginBlock_elapsed":0.000028455,"endBlock_call_count":1,"endBlock_elapsed":0.000021684}
{"height":9185,"block_time":0.000140605,"beginBlock_call_count":1,"beginBlock_elapsed":0.000035652,"endBlock_call_count":1,"endBlock_elapsed":0.000030964}
{"height":9186,"block_time":0.001940811,"beginBlock_call_count":1,"beginBlock_elapsed":0.000038
@firelizzard18
firelizzard18 / events.json
Created October 11, 2022 21:44
event log
{"height":451734,"round":0,"step":"RoundStepNewRound","proposer":{"address":"1852E2D86009E6362683CA58AE127C6BB88EAE96","index":0}}
{"height":451734,"round":0,"step":"RoundStepPropose"}
{"Vote":{"type":1,"height":451734,"round":0,"block_id":{"hash":"EBB80A7087C7F51F8D4F430168F55E76EA6912CB10C02A1291A397CA9A4C6323","parts":{"total":1,"hash":"A66C6FB4BB497363F2A1037816F1342F1578C040179CAEA037A33240CA6AEF74"}},"timestamp":"2022-10-11T21:43:00.196650795Z","validator_address":"1852E2D86009E6362683CA58AE127C6BB88EAE96","validator_index":0,"signature":"IQ7XpjHulXu32/jQKiI7tiPIIXNSIddPfxdM2wMh//U9dBEj8b/Z4nCslFEhfTQ/vS8Da6T/Zfvwrd5TpwpxAA=="}}
{"height":451734,"round":0,"step":"RoundStepPropose","block_id":{"hash":"EBB80A7087C7F51F8D4F430168F55E76EA6912CB10C02A1291A397CA9A4C6323","parts":{"total":1,"hash":"A66C6FB4BB497363F2A1037816F1342F1578C040179CAEA037A33240CA6AEF74"}}}
{"height":451734,"round":0,"step":"RoundStepPrevote"}
{"Vote":{"type":1,"height":451734,"round":0,"block_id":{"hash":"EBB80A7087C7F51F8D4F430168F5
INFO Starting ABCI application abci=1 accumulate="version unknown" module=accumulate node=0
INFO starting service impl=multiAppConn module=proxy node=0 service=multiAppConn
INFO starting service connection=query impl=localClient module=abci-client node=0 service=localClient
INFO starting service connection=snapshot impl=localClient module=abci-client node=0 service=localClient
INFO starting service connection=mempool impl=localClient module=abci-client node=0 service=localClient
INFO starting service connection=consensus impl=localClient module=abci-client node=0 service=localClient
INFO starting service impl=EventBus module=events node=0 service=EventBus
INFO starting service impl=PubSub module=pubsub node=0 service=PubSub
INFO starting service impl=IndexerService module=txindex node=0 service=IndexerService
INFO ABCI Handshake App Info hash="\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" height=0 module=consensus node=0 proto
@firelizzard18
firelizzard18 / main.go
Created June 6, 2021 21:08
GTK go-gl/examples/gl41core-cube
// Copyright 2014 The go-gl Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Renders a textured spinning cube using GLFW 3 and OpenGL 4.1 core forward-compatible profile.
package main
import (
"fmt"
"image"
@firelizzard18
firelizzard18 / darwin.sh
Created January 27, 2020 05:26
Find PID on other end of pipe
#!/bin/bash
pid=$$
pgid=$(ps -o pgid= -p $pid)
# list files opened by process group
lsof=$(bash -c 'echo $$; exec lsof -g '"$pgid")
# get pid of lsof
lpid=$(echo "$lsof" | head -1)
build/main.elf: file format elf32-littlearm
Disassembly of section .text:
00000000 <_VectorsFlash>:
0: 00 00 03 20 d1 01 00 00 f9 06 00 00 b1 06 00 00 ... ............
10: b1 06 00 00 b1 06 00 00 b1 06 00 00 b1 06 00 00 ................
20: b1 06 00 00 b1 06 00 00 b1 06 00 00 f9 06 00 00 ................
@firelizzard18
firelizzard18 / blinky.go
Last active February 18, 2020 07:09
TinyGo Teensy 3.6 Test
package main
import (
"device/nxp"
"machine"
"runtime"
"time"
)
const (