Skip to content

Instantly share code, notes, and snippets.

View 3esmit's full-sized avatar

Ricardo Guilherme Schmidt 3esmit

View GitHub Profile
@3esmit
3esmit / logos-inspector-f252-pr-evidence.md
Created July 22, 2026 20:09
Post-fix standalone close evidence

Post-fix standalone close evidence

Release package tested: fe510bb52ee814c8101260f6fcf7a45abb808066

Binary SHA-256: 0c7d029db1bdf5787d52b37c9582b34cb054fb4d41548c91038c0eac93f6e611

Normal close

The compiled release package opened successfully and received a normal WM_DELETE_WINDOW request. It exited cleanly. The E2E harness recorded a clean tracked worktree, no fatal QML diagnostics, and unchanged protected source state.

@3esmit
3esmit / logos-inspector-f252-issue-evidence.md
Created July 22, 2026 19:46
Standalone close regression evidence

Standalone close regression evidence

Before the fix

The compiled standalone application completed its primary route census. After a normal window-manager WM_DELETE_WINDOW request, every visible window was gone but the process stayed alive. The harness reported GUI did not exit after WM_DELETE_WINDOW.

The process was blocked waiting for active bridge work while a LogosCore CLI-backed report was still in flight.

After the fix

@3esmit
3esmit / ooniprobe_anatel.sh
Last active November 27, 2024 14:57
Baixa uma lista de dominios e testa no ooniprobe
#!/bin/bash
# URL base para download do ooniprobe
BASE_URL="https://github.com/ooni/probe-cli/releases/download"
# Nome do arquivo de domínios
ARQUIVO="dominios.txt"
ARQUIVO_TEMP="dominios_temp.txt"
ARQUIVO_DIFF="dominios_diff.txt"
@3esmit
3esmit / dominios.txt
Last active November 30, 2024 05:00
dominios bloqueados
https://001game1.com
https://001game2.com
https://001game3.com
https://001game4.com
https://001game5.com
https://001game6.com
https://001game7.com
https://001game8.com
https://001game9.com
https://0066bet.com
@3esmit
3esmit / file.md
Last active October 26, 2020 13:08

Ricardo Guilherme Schmidt

Engenheiro de Contratos Inteligentes, Status.im

A Status.im é uma cateira de criptomoedas e um portal para web3 com mensageiro seguro. https://status.im/


This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreibon7m4jtkjyor7udjzqp6adje4rur7itzc3cowdpriyp5jxhot3i ✅
Create your profile today to start building social connection and trust online at https://3Box.io/

Keybase proof

I hereby claim:

  • I am 3esmit on github.
  • I am 3esmit (https://keybase.io/3esmit) on keybase.
  • I have a public key ASDfgif_uz2o2mpfJGxBOO2T--q2RePY7nEeSV_UOOw0uQo

To claim this, I am signing this object:

## Using conventionalcommits for commit messages: https://www.conventionalcommits.org/en/v1.0.0/#specification
## creates scaffolding for an embark-project in the folder named <project-name>
# npx embark new <project-name>
## sets the license of project https://github.com/Ovyerus/license#readme https://spdx.org/licenses/
# npx license <SPDX Identifier>
# Envoirement Setup
## install node-js using nvm https://github.com/creationix/nvm
nvm install 10.17.0
pragma solidity >=0.5.0 <0.7.0;
import "./Account.sol";
import "./ERC725.sol";
import "../cryptography/ECDSA.sol";
import "../common/Controlled.sol";
/**
* @author Ricardo Guilherme Schmidt (Status Research & Development GmbH)
* @notice Defines an account which can be setup by a owner address (multisig contract), recovered by a recover address (a sort of secret multisig contract), and execute actions from a list of addresses (authorized contracts, extensions, etc)

I propose the use of Status Network infrastructure to do this.

    graph TB
        ethereum["Ethereum Network"]
        server["Status.im Service"]
        subgraph Status Network
            public["Public Chat"]
            private["Private Messages"]
            nodes["User Nodes"]