Skip to content

Instantly share code, notes, and snippets.

Virtual environment already exists.
Requirement already satisfied: pip in ./.venv/lib/python3.12/site-packages (24.0)
Installing required packages...
Requirement already satisfied: web3 in ./.venv/lib/python3.12/site-packages (6.19.0)
Requirement already satisfied: aiohttp>=3.7.4.post0 in ./.venv/lib/python3.12/site-packages (from web3) (3.9.5)
Requirement already satisfied: eth-abi>=4.0.0 in ./.venv/lib/python3.12/site-packages (from web3) (5.1.0)
Requirement already satisfied: eth-account<0.13,>=0.8.0 in ./.venv/lib/python3.12/site-packages (from web3) (0.11.2)
Requirement already satisfied: eth-hash>=0.5.1 in ./.venv/lib/python3.12/site-packages (from eth-hash[pycryptodome]>=0.5.1->web3) (0.7.0)
Requirement already satisfied: eth-typing!=4.2.0,>=3.0.0 in ./.venv/lib/python3.12/site-packages (from web3) (4.2.3)
Requirement already satisfied: eth-utils>=2.1.0 in ./.venv/lib/python3.12/site-packages (from web3) (4.1.1)
{
"lvl": "debug",
"ts": "2024-05-24T21:21:09.999374Z",
"msg": "Entering main query loop",
"chain_name": "vidulum",
"chain_id": "vidulum-1"
}
{
"lvl": "info",
"ts": "2024-05-24T21:21:10.054339Z",
osmosis.lockup.Query is a service:
service Query {
rpc AccountLockedCoins ( .osmosis.lockup.AccountLockedCoinsRequest ) returns ( .osmosis.lockup.AccountLockedCoinsResponse ) {
option (.google.api.http) = {
get: "/osmosis/lockup/v1beta1/account_locked_coins/{owner}"
};
}
rpc AccountLockedDuration ( .osmosis.lockup.AccountLockedDurationRequest ) returns ( .osmosis.lockup.AccountLockedDurationResponse ) {
option (.google.api.http) = {
get: "/osmosis/lockup/v1beta1/account_locked_duration/{owner}"
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio 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 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# STARTED AT: 2024-05-20 23:09:12.289546295 -06:00
# ARGS: rate-mirrors --allow-root --save=/tmp/tmp.oJwoO6aNzB arch --max-delay=21600
# FETCHED MIRRORS: 1182
# MIRRORS LEFT AFTER FILTERING: 485
# JUMP #1
# EXPLORING US
# VISITED US
# + NEIGHBOR UK (by HubsFirst)
# + NEIGHBOR ID (by HubsFirst)
# + NEIGHBOR CA (by HubsFirst)
#!/bin/bash
# ANSI color codes
YELLOW='\033[1;33m'
GREEN='\033[1;32m'
RED='\033[1;31m'
NC='\033[0m' # No Color
# remove trailing slashes from URL
sanitize_url() {
-- WirePlumber
--
-- Copyright © 2021 Collabora Ltd.
-- @author George Kiagiadakis <george.kiagiadakis@collabora.com>
--
-- SPDX-License-Identifier: MIT
cutils = require ("common-utils")
log = Log.open_topic ("s-monitors")
## The WirePlumber configuration
context.spa-libs = {
## SPA factory name to library mappings
## Used to find SPA factory names. It maps a SPA factory name regular
## expression to a library name that should contain that factory.
##
## Syntax:
## <factory-name regex> = <library-name>
# Daemon config file for PipeWire version "1.0.6"
context.properties = {
core.daemon = true
core.name = pipewire-0
link.max-buffers = 16
module.x11.bell = true
module.access = true
module.jackdbus-detect = true
}
# Daemon config file for PipeWire version "1.0.6" #
#
# Copy and edit this file in /etc/pipewire for system-wide changes
# or in ~/.config/pipewire for local changes.
#
# It is also possible to place a file with an updated section in
# /etc/pipewire/pipewire.conf.d/ for system-wide changes or in
# ~/.config/pipewire/pipewire.conf.d/ for local changes.
#