changelog

{data.name} Sami Fouad made a commit to tananetwork/tana-cli

fix(cli): update stdio dependency to ^0.1.4 for ascii export v0.4.3

-(cli): Fixed malformed 'link:@tananetwork/stdio' dependency to use '^0.1.4' from npm -(cli): Updated isTanaProject() to recognize both vite-plugin-tana and vite-plugin-addis for backwards compatibility

Verified
+33 -29
Dec 12

{data.name} Sami Fouad made a commit to tananetwork/vite-plugin-tana

update templates to use vite-plugin-addis v0.7.1

  • Update all template package.json files to use @tananetwork/vite-plugin-addis
  • Update all template vite.config.ts to import addisPlugin from new package
  • Bump version to 0.7.1
Verified
+18 -18
Dec 12

{data.name} Sami Fouad made a commit to tananetwork/vite-plugin-tana

rename framework from tana to addis v0.7.0

-(vite-plugin-addis): rename package to @tananetwork/vite-plugin-addis -(vite-plugin-addis): rename TanaPluginOptions to AddisPluginOptions -(vite-plugin-addis): rename tanaPlugin() export to addis() -(vite-plugin-addis): update virtual module ID virtual:tana-hydrate to virtual:addis-hydrate -(vite-plugin-addis): update data attributes to data-addis-client and data-addis-props -(vite-plugin-addis): update console output prefixes from [tana] to [addis] -(vite-plugin-addis): update working directory from .tana to .addis -(vite-plugin-addis): update ASCII banner to use addis branding

Verified
+67 -71
Dec 12

{data.name} Sami Fouad made a commit to tananetwork/tana-deploy

add fileManifest to build jobs and delegate support v0.6.3

-(deploy): track fileManifest (path, hash, size) for each build artifact -(deploy): add delegate/ directory structure for rapid deploy JWT handling -(deploy): add @tananetwork/crypto dependency for signing -(deploy): enhance build job types with full artifact tracking

Verified
+226 -2
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-box-git

improve HTTP auth and deploy integration v0.2.5

-(box-git): add WWW-Authenticate header for proper HTTP Basic auth prompts -(box-git): store JWT on AuthUser for downstream service calls -(box-git): pass JWT to deploy service POST /build request -(box-git): improve error responses with consistent 401 handling

Verified
+64 -28
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-queue

add delegateJwt support for rapid deploy v0.5.0

-(queue): add delegateJwt field to transaction schema for rapid deploy -(queue): pass delegateJwt through queueTransaction, consumeTransactions, listPendingTransactions -(queue): make payload field optional for delegate transactions

Verified
+15 -5
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-ledger

add website_update tx handler and delegate validation v0.8.26

-(ledger): implement website_update case in produce-block.ts -(ledger): add delegate JWT validation for rapid deploy flows -(ledger): create/update pointer contracts for website deployments -(ledger): add T4 /_move call to promote content from /_pending -(ledger): add website-pointer.ts and website-update.ts core contracts -(ledger): add delegate e2e test script and validation tests

Verified
+1,281 -3
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-crypto

fix signMessage/generateToken Bun event loop hang v0.2.10

-(crypto): switch signMessage() from async to sync to fix Bun hang after fetch -(crypto): configure ed.etc.sha512Sync with @noble/hashes sha512 -(crypto): switch service-auth generateToken() from async to sync -(crypto): ed.signAsync() uses crypto.subtle which causes event loop issues in Bun

Verified
+18 -12
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-crypto

add git push E2E test script v0.2.9

-(crypto): add test-git-push-e2e.ts for full deployment flow testing -(crypto): tests: user creation → box-git → deploy → T4 → ledger → site live -(crypto): uses testnet network for localhost (matches box-git/deploy) -(crypto): converts fileManifest to assets format for contract_deployment

Verified
+356 -0
Dec 7

{data.name} Sami Fouad made a commit to tananetwork/tana-crypto

add website_update E2E test script v0.2.8

-(crypto): add comprehensive E2E test for website_update transaction flow -(crypto): implement proper JWT creation using signMessage from crypto package

Verified
+303 -0
Dec 7

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18