Given the holiday break, the next major Bi-Weekly Sprint update will be for the week ending Jan 17, 2025. Here is what was done up to Jan 3, 2025.

  1. Resolved mainnet issues with nodes getting stopped.
  2. Whitelisted dev ip addresses when running the infra-code scripts, which previously was triggering DDoS attack prevention daemons and blocking access incorrectly.
  3. Fixed full storage issues for the mainnnet nodes.
  4. Updated new node infrastructure code to accommodate mainnet to bring up new nodes in mainnet
  5. Reset big dipper nodes to display mainnet data. All BD nodes were down, but they are all back up now.
  6. Updated storage location for log for nodes, to prevent out-of-space issue that took two+ years to manifest (a testament to our network's terrific uptime)
  7. Update infrastructure to utilize EventBridge and SNS to handle AWS scheduled stop events.
  8. Updated docker file for building a chain without ignite-cli
  9. Brought back up several nodes that AWS had taken down.
  10. Developed process to pre-emptively stop and restart AWS nodes. Typically, due to the nature of AWS storage, you lose all the data on SSD's when you stop a node. Our process allows us to retain this data. Stopping and restarting a node is vital to accommodate unavoidable AWS maintenance cycles in a graceful way.