atlas-program-runtime 3.1.1

Atlas program runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Atlas Program Runtime 3.0.1

This release renames all Solana/Agave references to Atlas.

## Changes
- All module names changed from `solana_*` to `atlas_*`
- All package names changed from `solana-*` to `atlas-*`
- Feature flag renamed: `agave-unstable-api``atlas-unstable-api`
- Documentation updated to reference Atlas instead of Solana

## Note
This version maintains API compatibility with atlas-program-runtime 3.0.0 dependencies.
Some dependencies may have version mismatches on crates.io. This package is provided
as-is for projects migrating from Solana to Atlas naming conventions.