Binance Square
Cortex Labs
16 Posts

Cortex Labs

Square Verified+
First decentralized world computer capable of running AI and AI-powered Dapps. MainNet is out. Go #BUILD! $CTXC.
0 Following
458 Followers
159 Liked
Posts
ยท
--
๐Ÿ›  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 (
๐Ÿ›  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 (
ยท
--
๐Ÿ›  Cortex Project 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 (Fix) Configurable discv5 response timeout for better network stability (Commit) Unused parameters removed in revalidationList for efficiency (Commit) 2/ Performance & Stability Tweaks โš™๏ธ Flush offset introduced in the freezer (Commit) Fixed marshaling of NAT in TOML (Fix) Skip setting flushOffset in read-only mode for optimized disk usage (Commit) 3/ VM & Gas Optimizations ๐Ÿš€ Intrinsic gas fix with bytes count for better gas computation (Commit) Updated VM contract specifications (Commit) Cortex Full Node v1.10.63 Stable is now LIVE!
๐Ÿ›  Cortex Project 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 (Fix)
Configurable discv5 response timeout for better network stability (Commit)
Unused parameters removed in revalidationList for efficiency (Commit)

2/ Performance & Stability Tweaks โš™๏ธ

Flush offset introduced in the freezer (Commit)
Fixed marshaling of NAT in TOML (Fix)
Skip setting flushOffset in read-only mode for optimized disk usage (Commit)

3/ VM & Gas Optimizations ๐Ÿš€

Intrinsic gas fix with bytes count for better gas computation (Commit)
Updated VM contract specifications (Commit)

Cortex Full Node v1.10.63 Stable is now LIVE!
ยท
--
Hereโ€™s what weโ€™ve been working on last month in #OPML, #ZkRollup, and Full Node Development. ๐Ÿ›  ๐Ÿงต๐Ÿ‘‡
Hereโ€™s what weโ€™ve been working on last month in #OPML, #ZkRollup, and Full Node Development. ๐Ÿ› 

๐Ÿงต๐Ÿ‘‡
ยท
--
๐Ÿ”ป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(
๐Ÿ”ป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(
ยท
--
๐Ÿš€ Cortex Project Updatesย #128 #OPML 1. Solved issues with Unicorn executing cvm: - Recompiled MIPS dynamic libraries and ELF executable. - Mapped file system to specific memory addresses. 2. Developed program test steps, rewrote compilation script, parsed C++ results from ELF file. 3. Deployed cvm-runtime to MLVM Unicorn for execution, obtaining checkpoint_final and investigating specific instructions. #ZkRollup 1. Implemented input across all circuits. 2. Used grand products for queue equality proof. 3. Sorted & deduplicated code decommit requests; added code decompressor for memory unpacking. 4. Processed log queue into specific queues, sorting L1Message logs and storage requests. 5. Built circuit for main VM. #CortexFullNode 1. Optimized prefetcher heap escape https://t.co/BeXBq0Iv5x 2. Reduced unnecessary JS bigint compilations https://t.co/LTOElTS3lj 3. Simplified MaxUint64 https://t.co/55MiFR2kOw 4. Fixed missing state when num is zero https://t.co/XW1MKm8XJm 5. Restructured dependencies on header
๐Ÿš€ Cortex Project Updates #128

#OPML
1. Solved issues with Unicorn executing cvm:
- Recompiled MIPS dynamic libraries and ELF executable.
- Mapped file system to specific memory addresses.

2. Developed program test steps, rewrote compilation script, parsed C++ results from ELF file.
3. Deployed cvm-runtime to MLVM Unicorn for execution, obtaining checkpoint_final and investigating specific instructions.

#ZkRollup
1. Implemented input across all circuits.
2. Used grand products for queue equality proof.
3. Sorted & deduplicated code decommit requests; added code decompressor for memory unpacking.
4. Processed log queue into specific queues, sorting L1Message logs and storage requests.
5. Built circuit for main VM.

#CortexFullNode
1. Optimized prefetcher heap escape
https://t.co/BeXBq0Iv5x
2. Reduced unnecessary JS bigint compilations
https://t.co/LTOElTS3lj
3. Simplified MaxUint64
https://t.co/55MiFR2kOw
4. Fixed missing state when num is zero
https://t.co/XW1MKm8XJm
5. Restructured dependencies on header
ยท
--
Weโ€™re excited to announce that Cortex is joining the @CoinMarketCap community! #CMCcommunity https://coinmarketcap.com/currencies/cortex/
Weโ€™re excited to announce that Cortex is joining the @CoinMarketCap community! #CMCcommunity

https://coinmarketcap.com/currencies/cortex/
ยท
--
Dear #CoinMarketCap, we would like to register one http://cortexlabs.ai emails to manage Cortex's self-reporting dashboard on CoinMarketCap.
Dear #CoinMarketCap,

we would like to register one http://cortexlabs.ai emails to manage Cortex's self-reporting dashboard on CoinMarketCap.
ยท
--
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.
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.
ยท
--
why panik?
why panik?
ยท
--
gm
gm
ยท
--
Article
Cortex Project Updatesย #126 -ZKML v1.0.1 released, MNIST model test passed ๐Ÿง  -Fixed quantization bugs in MobileNet, SqueezeNet ๐Ÿ”ง -ZKCVM progress with CPU zk-rollup & GPU proof generation โœ… -Transition to OPML tech for better performance ๐Ÿ”„ #AI #ZKML https://mirror.xyz/0xb7aAFdE89259d45ECF6eA1a0EF51d33E7fbeA8FB/j2q1B_Mtzuc0_ANTTnpRGi7nBPrMfWXZ1o8UEbgdX4Y
Cortex Project Updates #126
-ZKML v1.0.1 released, MNIST model test passed ๐Ÿง 
-Fixed quantization bugs in MobileNet, SqueezeNet ๐Ÿ”ง
-ZKCVM progress with CPU zk-rollup & GPU proof generation โœ…
-Transition to OPML tech for better performance ๐Ÿ”„
#AI #ZKML
https://mirror.xyz/0xb7aAFdE89259d45ECF6eA1a0EF51d33E7fbeA8FB/j2q1B_Mtzuc0_ANTTnpRGi7nBPrMfWXZ1o8UEbgdX4Y
ยท
--
1/Cortex Updates #125 OPML 1๏ธโƒฃ Researched the cannon arbitration process and analyzed the underlying processing logic. 2๏ธโƒฃ Analyzed the technical route of ora-io OPML: implemented MIPS tensor op calculations with mlgo and preimage API with mlvm. ๐Ÿงต๐Ÿ‘‡
1/Cortex Updates #125

OPML
1๏ธโƒฃ Researched the cannon arbitration process and analyzed the underlying processing logic.

2๏ธโƒฃ Analyzed the technical route of ora-io OPML: implemented MIPS tensor op calculations with mlgo and preimage API with mlvm.

๐Ÿงต๐Ÿ‘‡
ยท
--
Which presale are we buying today?
Which presale are we buying today?
ยท
--
Let's start building a memecoin on @CTXCBlockchain?
Let's start building a memecoin on @CTXCBlockchain?
ยท
--
Who've seen a dragon on the chart?
Who've seen a dragon on the chart?
ยท
--
Let's ๐Ÿ‰้พ™ (LONG) for AI Blockchain
Let's ๐Ÿ‰้พ™ (LONG) for AI Blockchain
Log in to explore more content
Join global crypto users on Binance Square
โšก๏ธ Get latest and useful information about crypto.
๐Ÿ’ฌ Trusted by the worldโ€™s largest crypto exchange.
๐Ÿ‘ Discover real insights from verified creators.
Email / Phone number
Sitemap
Cookie Preferences
Platform T&Cs