Skip to content

Instantly share code, notes, and snippets.

@moul
Created April 17, 2026 15:49
Show Gist options
  • Select an option

  • Save moul/736f84e2655a456d444e40dac6813f5e to your computer and use it in GitHub Desktop.

Select an option

Save moul/736f84e2655a456d444e40dac6813f5e to your computer and use it in GitHub Desktop.
gnoland1 post-initial-genesis activity report (halt @ 703411)

gnoland1 — post-initial-genesis activity

From the tx-archive backup of rpc.gno.land at halt height 703,411.

Summary

Metric Value
Total post-genesis txs 2,637
Successful 2,618
Failed 19
Height range 1,386 → 528,666 (chain idle past 528,666)
Unique signers (inc. failed) 19

Msg type breakdown

Msg Count Share
/bank.MsgSend 2,554 87%
/vm.m_call 340 12%
/vm.m_run 21 <1%
/vm.m_addpkg 8 <1%

87% of all activity is a single faucet draining.

bank.MsgSend — sender distribution

From Sends
g148583t5x66zs6p90ehad6l4qefeyaf54s69wql (faucet) 2,553
g127jydsh6cms3lrtdenydxsckh23a8d6emqcvfa 1

MsgCall — most-called realms

pkg_path calls
gno.land/r/sys/cla 12
gno.land/r/gnoland/boards2/v1 12
gno.land/r/gnoland/blog 11
gno.land/r/gnops/valopers 9
gno.land/r/gnoland/wugnot 6
.../gnomaze 2
.../helloworld 1
.../counter 1

MsgCall — most-called functions

func calls
r/sys/cla#Sign 12
r/gnoland/blog#ModAddPost 10
r/gnops/valopers#Register 9
r/gnoland/wugnot#Approve 6
r/gnoland/boards2/v1#InviteMember 5
r/gnoland/boards2/v1#RemoveMember 4
r/gnoland/boards2/v1#CreateBoard 2
.../gnomaze#GenerateNextLevel 2
r/gnoland/boards2/v1#GetBoardIDFromName 1
r/gnoland/blog#AdminAddModerator 1

MsgRun — all from manfred

All 21 MsgRun txs come from g1manfred47kzduec920z88wfr64ylksmdcedlf5.

New packages deployed (addpkg) — 8 total

Height Path
10,241 r/g17wparzzj7…/counter
31,850 r/g19p3yzr3c…/gnomaze
59,172 r/g1lyejwwmx…/helloworld
60,836 r/g1m0rgan0r…/home
227,223 r/g1hy6zry03…/boards2/permissions/v1
352,388 r/g1q8txq2r5…/helloworld
353,892 r/g1hy6zry03…/hello
364,047 r/g1q8txq2r5…/counter

All 8 are user-deployed test/demo packages. No protocol/upgrade activity.

Failed txs breakdown

type count
/bank.MsgSend 7
/vm.m_call 12

Takeaway

Post-genesis gnoland1 activity is dominated by faucet distribution (2,553 sends = 96.8% of all msgs) with a long tail of governance/admin calls on r/sys/cla (CLA signatures), r/gnoland/blog (moderation), r/gnops/valopers (validator registration), and a handful of user-deployed test realms.

No protocol or parameter change has been enacted on-chain since launch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment