Cortex Türkiye resmi Twitter hesabı
Yapay zeka 🤖 ve #AI destekli Dapp'leri çalıştırabilen ilk merkezi olmayan dünya bilgisayarıdır. ⚒ $CTXC
Telegram grubu👇
Cortex, son 6 ayda Doğrulanabilir Yapay Zekâ (Verifiable AI) için temelleri inşa etti.
Neler Başardık:
✅ MRT'de (Model Temsil Araç Kiti) TVM ve PyTorch ön uçlarını birleştirdik.
✅ EZKL, Taiko ile ZKP (Sıfır Bilgi İspatı) / ZKML (ZK Makine Öğrenimi) araştırmamızı ilerlettik.
✅ Doğrulanabilir çıkarım için belirlenimci bir çalışma zamanı (runtime) oluşturduk.
Nereye Gidiyoruz:
➡️ Tam LLM (Büyük Dil Modeli) desteği
➡️ 2026'da MRT alt mimarisinin yeniden düzenlenmesi
➡️ Yeni nesil CPU/GPU çalışma zamanı yükseltmeleri
3/ VM & Gaz Optimizasyonları 🚀
Daha iyi gaz hesaplaması için bayt sayısı ile içsel gaz düzeltmesi
VM sözleşme özellikleri güncellendi
🔥 Cortex Full Node v1.10.63 Stable artık CANLI! Bir göz atın:
🔗 Sürüm Notları
https://t.co/hUxVmNkl59
2/ Performans ve Kararlılık Ayarları ⚙️
Flush offset tanıtıldı
TOML'de NAT'ın marshalingi düzeltildi
Optimize edilmiş disk kullanımı için salt okunur modda flushOffset ayarını atlayın
🛠 Cortex Full Node Updates – #131 🛠
New fixes, optimizations, and a fresh stable release 1.10.63 are here! Let’s break it down 👇
1/ P2P Enhancements 🌐
Discovery startup error handling improved (https://t.co/fHlStNc2Yb)
Configurable discv5 response timeout for better network stability (https://t.co/rGFnZImENP)
Unused parameters removed in revalidationList for efficiency (https://t.co/LYoXleEnT7)
2/ Performance & Stability Tweaks ⚙️
Flush offset introduced in the freezer (https://t.co/sbCvsU1QaC)
Fixed marshaling of NAT in TOML (Fix (https://t.co/PPmNHoWdlM)
Skip setting flushOffset in read-only mode for optimized disk usage (Commit (https://t.co/qRWFmIvTms)
3/ VM & Gas Optimizations 🚀
Intrinsic gas fix with bytes count for better gas computation (https://t.co/uH9YVtxmuA)
Updated VM contract specifications (https://t.co/o27n8TXbtt)
🔥 Cortex Full Node v1.10.63 Stable is now LIVE! Check it out:
🔗 Release Notes (https://t.co/v222xB4CgU)
..döngü çalışan devresinde birleştirin;
4. En son yukarı akış kodunu inceleyin ve birleştirin (bazı depo genel arşivleri, entegre) ve yeni çatal entegrasyon kütüphanesine taahhütleri kademeli olarak seçmeye hazırlanın;
🔻Cortex Proje Güncellemeleri #129
#OPML
1. cvm-runtime mips tarafından yürütülen PC talimatlarını ayrıştırın ve ikili kod elde edin;
2. Capstone dekompilasyon prosedürünü ve bellek taşması olmayan segmentasyon hatasını araştırın ve hata ayıklayın;
🔻Cortex Project Updates #129
#OPML
1. Parse the PC instructions executed by cvm-runtime mips and obtain binary code;
2. Research and debug capstone decompilation procedure and no-memory overflow segmentation fault;
3. Use c++ compilation and execution to test golang code;
4. measure c++ compile flag: softFloat, hardFloat, -O3, -mfp32, etc. And analysis readelf file for cannon;
5. Analyze and compare segment headers;
6. Research FHE releated project and technique;
#ZkRollup
1. add all the lookup tables used in the main VM circuit;
2. init the bootloader state;
3. add the register**,** add the witness oracle;
4. Refresh the state before each op execution: create a draft candidate for next VM state;
2. Implement the op circuit: impl add & sub opcode circuit**, **add the binop circuit**, **noop op circuit;
3. Basically complete the logic of all VM OPs (except for the ret part), test and merge into the cycle running circuit;
4. Study and merge the latest upstream code (some warehouse public archives, integrated), and prepare to gradually cherry pick the commits into the new fork integration library;
#CortexNode
1. transaction index independent & fix(https://t.co/UMxDbBMYtE);
2. replace custom logic with bytes.HasPrefix(https://t.co/0FEcK5SLO0);
3. release 1.10.62 unstable(https://t.co/WeWaSeoN44);
4. release 1.10.61 stable(https://t.co/FOgJf3hK3K);
5. chore: remove redundant words in comment(https://t.co/BKRenq0YXW);
bir sonraki VM durumu için bir taslak aday oluşturun;
2. İşlem devresini uygulayın: impl add & sub opcode circuit**, **add the binop circuit**, **noop op circuit;
3. Temel olarak tüm VM OP'lerinin mantığını tamamlayın (ret kısmı hariç), test edin ve..
🚀 Cortex Proje Güncellemeleri #127 🚀
#OPML
1️⃣ cvm-runtime için MIPS komut seti derlemesi tamamlandı ve test modeli uygulandı.
2️⃣ MIPS dinamik kütüphane yüklemesi düzeltildi ve MLVM'nin tensör/veri türlerine uyarlandı.
1/🚀 Cortex Project Updates #127🚀
#OPML
1️⃣ Completed MIPS instruction set compilation for cvm-runtime & implemented the test model.
2️⃣ Fixed MIPS dynamic library loading & adapted to tensor/data types of MLVM.
3️⃣ Modified memory layout & adjusted model reading format to struct + weights; implemented data reading/writing logic for specific memory addresses.
4️⃣ Adapted cvm-runtime model inference to support step functions.
5️⃣ Added the Unicorn debug tool.
3/Cortex Tam Node
1️⃣ Kullanılmayan parametre kaldırıldı
2️⃣ FINDNODE canlılık kontrolünü devre dışı bırakmak için yapılandırma seçeneği eklendi
3️⃣ Durum DB çıtçıtlarındaki küçük sorunlar düzeltildi
4️⃣ Tamamlandıktan sonra test.log'a yazılan hatalı testler düzeltildi