You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/LIMITATIONS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ All data (agent profiles, bounties, verified humans, monitored wallets) is store
8
8
### 3. No Rate Limiting
9
9
No request rate limiting at the HTTP level. The trust formula penalizes high-frequency agents, but there's no hard cap preventing DoS.
10
10
11
-
### 4. XMTP Native Binding on Railway
11
+
### 4. XMTP Native Binding o
12
+
n Railway
12
13
`@xmtp/node-bindings` uses `import.meta.url` in its loader, which `tsx`'s CJS require hook cannot handle. The bot may fail to start on Railway depending on the environment.
13
14
14
15
**Workaround**: Server catches the error and continues without XMTP. Bot is non-blocking.
0 commit comments