Skip to content

Commit

Permalink
update peer.identify
Browse files Browse the repository at this point in the history
  • Loading branch information
kmd-fl committed Sep 12, 2024
1 parent 7bf3e62 commit 9ce0dc1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion builtin.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ data Interface:
function_signatures: []FunctionSignature
record_types: []RecordType

data VmInfo:
ip: string
default_ssh_port: u16
forwarded_ports: []string

data Info:
external_addresses: []string
node_version: string
air_version: string
spell_version: string
allowed_binaries: []string
allowed_effectors: []string
vm_info: ?VmInfo

data ModuleWASIConfig:
envs: ?Pairs
Expand Down

0 comments on commit 9ce0dc1

Please sign in to comment.