Skip to content

Instantly share code, notes, and snippets.

View dapi's full-sized avatar
🤝
Open to consulting on agentic developer workflows

Danil Pismenny dapi

🤝
Open to consulting on agentic developer workflows
View GitHub Profile
@dapi
dapi / stage-billing-transition.svg
Created August 3, 2026 04:57
Merchantly stage billing UI verification 2026-08-03
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dapi
dapi / stage-evidence.XXXXXX.svg
Created August 2, 2026 18:29
Merchantly FT-4911 stage verification evidence
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dapi
dapi / config.kdl
Last active April 22, 2026 06:46
tmux/zellij configs
//
// THIS FILE WAS AUTOGENERATED BY ZELLIJ, THE PREVIOUS FILE AT THIS LOCATION WAS COPIED TO: /home/danil/.config/zellij/config.kdl.bak
//
keybinds clear-defaults=true {
locked {
bind "Ctrl g" { SwitchToMode "normal"; }
}
❯ Запусти team агентов в количесте 3-х штук которые обсудят тот факт что история их переписки не сохраняется и то ч этии делать. Каждый агент должен обменяться
не менее 3-мя сообениями с другими. Покажи мне мотом историю их переписки и общий вывод
● Отличный мета-эксперимент! Создаю команду из 3 агентов для обсуждения.
● Теперь создам задачи и запущу 3 агентов.
● Запускаю всех трёх агентов параллельно:
● 3 agents launched (ctrl+o to expand)
{
"from_block": 1,
"to_block": 1000000,
"logs": [
{
"address": [
45480608,
28155531,
65552029,
28455280,
{
"from_block": 1,
"to_block": 1000000,
"logs": [
{
"address": [
20059476,
29444609,
26851445,
44362257,
@dapi
dapi / 1.sql
Created April 14, 2025 09:02
transaction_log_v2s
Table "public.transaction_log_v2s"
Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description
-----------------------------+---------------------+-----------+----------+---------------------------+----------+-------------+--------------+-------------
block_number | integer | | not null | | plain | | |
transaction_id | smallint | | not null | | plain | | |
log_index | smallint | | not null | | plain | | |
transaction_from_address_id | integer | | not null | | plain | | |
transaction_to_address_id | integer
@dapi
dapi / 1.sql
Created April 14, 2025 08:59
transaction_logs
You are now connected to database "cocodrilo_development" as user "danil".
cocodrilo_development=# \d+ transaction_logs;
Table "public.transaction_logs"
Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description
----------------+---------+-----------+----------+-------------+----------+-------------+--------------+-------------
block_number | integer | | not null | | plain | | |
transaction_id | integer | | not null | | plain | | |
log_index | integer | | not null | | plain | | |
tags | jsonb | | not null | '[]'::jsonb | extended | | |
Indexes:
--- BLOCK
Payload: {
"from_block":10000000,
"to_block":10120011,
"include_all_blocks":true,
"field_selection":{
"block":[
"number",
"hash",
struct Query {
/// Блок, с которого начинается запрос
/// Если не указан, запрос выполняется с самого начала доступных данных
from_block: Optional<u64>,
/// Блок, на котором заканчивается запрос (не включительно)
/// Если не указан, запрос выполняется до конца доступных данных
to_block: Optional<u64>,
/// Критерии выбора логов (отношение ИЛИ между выборками)
logs: Array<LogSelection>,
/// Критерии выбора транзакций (отношение ИЛИ между выборками)