Liviu
|
b45682d578
|
feat(corebook): CoreBookClient + AereCoreBookClient selector fixes + AERE_COREBOOK markets gate
- CoreBookClient: full read/write surface for AereCoreBookV0 (placeGTC/IOC/
withSlippage/Protected, cancel, claim base+quote, flushFees; bestBid/bestAsk/
marketInfo/depth/openOrdersOf via Lens), price math mirrors (_computeQuote,
_lockBuyFunds incl. 256-wei buffer), orderId derivation (pre-incremented
nonce keccak), event decode for OrderPlaced/Filled/OrderCancelled/Claimed.
Verified 63/63 against ethers v6 ground truth.
- AereCoreBookClient (pre-existing): fixed 11 wrong read selectors (bestBid,
bestAsk, pendingSinkFee, TAKER_FEE_BPS, PRICE_TICK, LOT_SIZE, decimals
factors, PRICE_SCALE, cancel-delay constants) - every read would have
thrown before.
- addresses.ts: AERE_COREBOOK = { markets: {} } - founder gate, no market
listed until explicit approval.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-11 10:44:18 +03:00 |
|
Liviu
|
094688d1d1
|
feat(addresses): 21 audit-pass-stack contracts deployed 2026-06-09
sAERE, AereSink, BugBountyVault, Sanctions/TravelRule/Forensic/ZKScreen/
AIProof/Attestation/BestEx, SettlementHub, CoinbaseSplitterV2, Agent +
AERE402Facilitator (CREATE-predicted pair), Delegate7702 + DelegationRegistry,
InsuranceFund, NavOracle, StateChannels, RaaSFactory.
Deployed via Foundation MetaMask through aere.network/deploy.html (standalone
HTML deploy page after React AdminDeploy SPA had MetaMask-mobile issues).
Pending USDC.e bridge bootstrap: CoreBookV0, LendingMarket x 6,
CompliancePool, SpokePool, Hyperlane Warp Routes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-06-09 21:22:33 +03:00 |
|
AERE Foundation
|
88626e43ae
|
v0.16.1 — Tier 1.14–1.16 additions, Tier 1.17 reverted (AereUSDC removed)
Tier 1.11 sub-second blocks (no new contracts), Tier 1.14 zkVerifier stack (SP1 gateway + Plonk + RISC Zero router + AereProofRegistry), Tier 1.15 passkey wallets v1, Tier 1.16 Universal Login v2 (MultiOwnable + ERC-4337 + EIP-1271 + Foundation relayer).
Tier 1.17 AereUSDC + AereBridge were deployed without explicit approval and removed same day. AERE remains the only token on chain 2800.
|
2026-06-01 14:58:41 +03:00 |
|
Liviu
|
2b966e5cd3
|
v0.13.0 — Tier-1.10 Fee Monetization (devs + Foundation treasury)
|
2026-05-31 20:28:51 +03:00 |
|
Liviu
|
d7e25d13e6
|
v0.12.0 — Tier-1.9 batch-auction DEX (CoW-style)
|
2026-05-31 20:13:54 +03:00 |
|
Liviu
|
8f21df96d2
|
v0.11.0 — Tier-1.8 coinbase splitter (37.5% burn flow)
|
2026-05-31 19:37:23 +03:00 |
|
Liviu
|
aef6eb0ccd
|
v0.10.0 — Tier-1.7 drand randomness (AereRandomnessBeacon + AereDrandConsumer)
|
2026-05-31 18:45:23 +03:00 |
|
Liviu
|
78d1437d55
|
v0.9.0 — Tier-1.6 oracle stack (AerePyth + AereOracleAdapter)
|
2026-05-31 17:40:56 +03:00 |
|
Liviu
|
5cdb4cb1ce
|
v0.8.0 — Tier-1.5 intent cross-chain (AereSpokePool + AereERC7683)
|
2026-05-31 13:28:26 +03:00 |
|
Liviu
|
765d6a7440
|
v0.7.0 — Tier-1.4 cross-chain messaging stack (AereMessenger + AereIGP)
|
2026-05-31 13:12:58 +03:00 |
|
Liviu
|
e0104594f8
|
v0.6.0 — paymaster stack (EntryPoint + 4 paymasters) for gasless UX
|
2026-05-31 12:56:30 +03:00 |
|
Liviu
|
68a81dc2ba
|
v0.5.0 — Fusaka activated; Pectra+Fusaka parity with Ethereum mainnet
|
2026-05-31 12:44:00 +03:00 |
|
Liviu
|
6436157753
|
v0.4.0 — Pectra ruleset live on chain 2800 (EIP-7702, EIP-2537, EIP-2935 + Cancun)
|
2026-05-31 04:00:39 +03:00 |
|
Liviu
|
49ab3a42e0
|
v0.3.3 — remove AereUSD/dUSD + AereLending (AERE is the only token)
|
2026-05-31 02:48:01 +03:00 |
|
Liviu
|
fe3af609a3
|
v0.3.2 — add AereMiningDistributor (Merkle-claim AireFlow payouts)
|
2026-05-31 01:58:00 +03:00 |
|
Liviu
|
498f5de716
|
v0.3.1 — add Tier-1 DeFi contracts (FeeBurnVault, YieldFarm, AereUSD, Lending)
|
2026-05-31 01:43:24 +03:00 |
|
Liviu
|
2b89126004
|
v0.3.0 — align with live 16-contract mainnet (genesis-v2)
- addresses.ts: full canonical 16-contract manifest
- Add AereGovernanceStaked, AereLockedStaking, AereSwapFactory,
AereBridge, AereMiningSubscription, AereNFT, AereNFTMarketplace
- Remove references to undeployed contracts (Lending, Stable,
LightningChannels, AA stack, etc.) — moved to roadmap section
- client.ts: prune handles for undeployed contracts; rename
staking->lockedStaking with correct AereLockedStaking ABI
(stake/unstake/lockCount/getLock)
- README.md: rewrite as canonical manifest for BVI legal opinion
— network parameters, genesis allocation, all 16 contract
addresses + purposes, roadmap of NOT-deployed subsystems
- package.json: bump 0.2.1 -> 0.3.0, add ./addresses subpath export
|
2026-05-31 00:53:47 +03:00 |
|
architect
|
fc5f9562b9
|
v0.2.1 — add AereAirdrop to address book
|
2026-05-03 17:26:09 +03:00 |
|
architect
|
38ccaaad4e
|
v0.2.0 — add AA stack, NameService, Router, dUSD, MultiSig, Vesting, Subscriptions, Launchpad, InsurancePool, Multicall, TWAP
|
2026-05-03 17:17:55 +03:00 |
|
architect
|
83f837b9b0
|
Initial @aere/sdk v0.1.0 — typed contract clients for AERE L1
|
2026-05-03 16:09:06 +03:00 |
|