Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: trufnetwork/node

v2.3.0

30 Oct 01:43
ca70fa5

Choose a tag to compare

What's Changed

Full Changelog: v2.2.6...v2.3.0

v2.2.6

22 Oct 15:47
9995732

Choose a tag to compare

What's Changed

Full Changelog: v2.2.5...v2.2.6

v2.2.5

22 Oct 14:32
c18e7f0

Choose a tag to compare

What's Changed

  • chore: update AMI pipeline instead of reusing older pipeline by @MicBun in #1211
  • feat: enable attestation signing with validator key by @MicBun in #1210
  • chore: user can request attestations by @outerlook in #1207
  • chore: view update guide in AMI welcome message by @MicBun in #1213
  • chore: add leader signature to attestation by @outerlook in #1212
  • docs: view port requirements and configuration by @MicBun in #1214
  • chore: force deterministic args for attestation queries by @MicBun in #1215
  • feat: enable attestation querying and retrieval by @outerlook in #1216
  • chore: compatibilize evm attestation integration by @outerlook in #1218
  • chore: enhance attestation docs by @outerlook in #1219
  • chore(attestation): non fatal signature issue on initialization by @outerlook in #1222
  • chore: build AMI in different region with GitHub Action by @MicBun in #1224
  • chore: assign both TN Nodes as trusted provider in AMI by @MicBun in #1225

Full Changelog: v2.2.4...v2.2.5

v2.2.4

10 Oct 06:21
9c8e016

Choose a tag to compare

What's Changed

  • fix: digest failing to prune pending days due to nonce errors by @MicBun in #1188
  • chore: change AMI builds to manual-trigger only by @MicBun in #1189
  • fix: digest and prune stops permanently on database timeouts by @MicBun in #1191
  • fix: prevent vacuum during node synchronization by @MicBun in #1192
  • fix: publish node image with tag latest by @MicBun in #1194
  • fix: auto-update P2P address on AWS instance restart by @MicBun in #1195
  • chore: add COOKIE_SAME_SITE configuration to gateway by @outerlook in #1202
  • chore: remove automated AMI builds from release workflow by @MicBun in #1203
  • feat: enable attestation queue for validator signing workflow by @MicBun in #1204

Full Changelog: v2.2.3...v2.2.4


🖥️ AMI Build for v2.2.4

AMI ID: ami-0998d7feab044970b
Region: us-east-2
Stage: prod
Availability: 🏪 Ready for AWS Marketplace
Build Reason: messaging update
Build Date: 2025-10-14

Launch URL:
https://console.aws.amazon.com/ec2/home?region=us-east-2#LaunchInstances:ami=ami-0998d7feab044970b

Quick Start Commands:

# Launch instance with this AMI
aws ec2 run-instances \
  --image-id ami-0998d7feab044970b \
  --instance-type t3.medium \
  --key-name your-key-pair \
  --security-group-ids sg-xxxxxxxxx \
  --region us-east-2

# After instance is running, configure your node:
ssh ubuntu@your-instance-ip
sudo tn-node-configure

🖥️ AMI Build for v2.2.4

AMI ID: ami-08327fba1d0535c26
Region: us-east-2
Stage: prod
Availability: 🏪 Ready for AWS Marketplace
Build Reason: VisibleMarketplace
Build Date: 2025-10-20

Launch URL:
https://console.aws.amazon.com/ec2/home?region=us-east-2#LaunchInstances:ami=ami-08327fba1d0535c26

Quick Start Commands:

# Launch instance with this AMI
aws ec2 run-instances \
  --image-id ami-08327fba1d0535c26 \
  --instance-type t3.medium \
  --key-name your-key-pair \
  --security-group-ids sg-xxxxxxxxx \
  --region us-east-2

# After instance is running, configure your node:
ssh ubuntu@your-instance-ip
sudo tn-node-configure

🖥️ AMI Build for v2.2.4

AMI ID: ami-0476767921efa42c8
Region: us-east-1
Stage: prod
Availability: 🏪 Ready for AWS Marketplace
Build Reason: marketplace submission
Build Date: 2025-10-22

Launch URL:
https://console.aws.amazon.com/ec2/home?region=us-east-1#LaunchInstances:ami=ami-0476767921efa42c8

Quick Start Commands:

# Launch instance with this AMI
aws ec2 run-instances \
  --image-id ami-0476767921efa42c8 \
  --instance-type t3.medium \
  --key-name your-key-pair \
  --security-group-ids sg-xxxxxxxxx \
  --region us-east-1

# After instance is running, configure your node:
ssh ubuntu@your-instance-ip
sudo tn-node-configure

🖥️ AMI Build for v2.2.4

AMI ID: ami-0756da1432c2669fa
Region: us-east-1
Stage: prod
Availability: 🏪 Ready for AWS Marketplace
Build Reason: infrastructure update
Build Date: 2025-10-22

Launch URL:
https://console.aws.amazon.com/ec2/home?region=us-east-1#LaunchInstances:ami=ami-0756da1432c2669fa

Quick Start Commands:

# Launch instance with this AMI
aws ec2 run-instances \
  --image-id ami-0756da1432c2669fa \
  --instance-type t3.medium \
  --key-name your-key-pair \
  --security-group-ids sg-xxxxxxxxx \
  --region us-east-1

# After instance is running, configure your node:
ssh ubuntu@your-instance-ip
sudo tn-node-configure

v2.2.3

01 Oct 09:42
12405f9

Choose a tag to compare

What's Changed

  • feat: enable AWS Marketplace distribution support by @MicBun in #1186

Full Changelog: https://github.com/trufnetwork/node/compare/v2.2.2...v2.2.3## 🚀 AMI Build Completed

Stage: prod
AMI ID: ami-05ee6e80eee51dcb3
Region: us-east-2
Availability: 🏪 Ready for AWS Marketplace
Launch URL:
https://console.aws.amazon.com/ec2/home?region=us-east-2#LaunchInstances:ami=ami-05ee6e80eee51dcb3

Quick Start Commands:

# Launch instance with this AMI
aws ec2 run-instances \
  --image-id ami-05ee6e80eee51dcb3 \
  --instance-type t3.medium \
  --key-name your-key-pair \
  --security-group-ids sg-xxxxxxxxx \
  --region us-east-2

# After instance is running, configure your node:
ssh ubuntu@your-instance-ip
sudo tn-node-configure --network mainnet \
  --private-key "your-private-key"

v2.2.2

01 Oct 01:33
af393ce

Choose a tag to compare

What's Changed

  • chore: enhance AMI with streamlined node configuration and setup by @MicBun in #1182
  • feat: create node with identity from provided key by @MicBun in #1183
  • docs: view comprehensive guide in using AWS AMI by @MicBun in #1185
  • chore: configure GH Action to build AMI by @MicBun in #1184
  • chore: include tn_vacuum extension by @outerlook in #1175

Full Changelog: v2.2.1...v2.2.2

v2.2.1

26 Sep 19:10
785becb

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

05 Sep 20:48
0eaef43

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

15 Aug 20:29
477244a

Choose a tag to compare

What's Changed

Full Changelog: v2.0.8...v2.1.0

v2.0.8

26 Jul 16:35
4871e24

Choose a tag to compare

What's Changed

  • chore: add blockchain height tracking to cache extension by @MicBun in #1085
  • fix: doesn't reset refresh time on startup by @outerlook in #1092

Full Changelog: v2.0.7...v2.0.8