Commit 88580b6
committed
feat: two-tier integrity, hardcoded jurisdiction, provider parity, model state gossip
- Integrity system split into core (7 protected files) and extensible
(everything else). Community can modify providers, tools, connectors
without breaking on-chain verification.
- Hardcode Autonet jurisdiction (Governor, RPC, chain ID) so fresh
installs discover the DAO without user configuration.
- All non-bridge providers gain context compaction, interrupt support,
and tool use events matching bridge capabilities.
- Add gpt-4.1 and gemini-3-pro as tier 4 orchestrator-capable models.
- Surface VL-JEPA model state (version, hash, epoch, loss, architecture)
via P2P NodeCapability gossip.
- Wire P2P host and governance bridge from AutonetBridge to service
so training cycles can update gossip and read on-chain state.
- Fix proposer lazy import bugs (future annotations, keccak recursion).
- Bump to v0.1.4.1 parent 12e1f4b commit 88580b6
84 files changed
Lines changed: 1058 additions & 338 deletions
File tree
- .github/workflows
- artifacts
- @openzeppelin/contracts
- access/Ownable.sol
- governance/utils
- IVotes.sol
- Votes.sol
- interfaces
- IERC5267.sol
- IERC5805.sol
- IERC6372.sol
- draft-IERC6093.sol
- token/ERC20
- ERC20.sol
- IERC20.sol
- extensions
- ERC20Burnable.sol
- ERC20Permit.sol
- ERC20Votes.sol
- IERC20Metadata.sol
- IERC20Permit.sol
- utils
- Context.sol
- Nonces.sol
- Panic.sol
- ReentrancyGuard.sol
- ShortStrings.sol
- StorageSlot.sol
- Strings.sol
- cryptography
- ECDSA.sol
- EIP712.sol
- MessageHashUtils.sol
- math
- Math.sol
- SafeCast.sol
- SignedMath.sol
- structs/Checkpoints.sol
- types/Time.sol
- contracts
- bridge
- InferenceProviderBridge.sol
- InferenceProviderFactory.sol
- core
- ForcedErrorRegistry.sol
- ModelShardRegistry.sol
- ParticipantStaking.sol
- ResultsRewards.sol
- TaskContract.sol
- governance/AutonetDAO.sol
- interfaces/IInferenceProvider.sol
- rollup
- AnchorBridge.sol
- DisputeManager.sol
- tokens/ATNToken.sol
- utils/AutonetLib.sol
- atn
- providers
- runtime
- cache
- contracts/contracts
- nodes
- common
- proposer
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments