fn_tehstiq
3.7K posts

fn_tehstiq
@tehstiq
Professional problem-solver and crypto degen
Katılım Haziran 2021
96 Takip Edilen124 Takipçiler

fn_tehstiq retweetledi
fn_tehstiq retweetledi

You and your Team deserved it, you had bad days and very bad days but you got up again. A real example for the humanity. I know one more Dev like you….he is strong he never gave up he is workkng in the background, he dont care what other people talk about him. He spended more then 5 Million $ from his own pocket in this Bear Market for his Technology Layer 1 and people still speaking bad about him. But he will show that he was right in the coming Altcoin Season. Btw he launched in your Chain #CZ #BNB $LOOP @cz_binance @BNBCHAIN @LoopNetwork3
English
fn_tehstiq retweetledi

Loop Improvement Proposals:
LIP-195 (Replay Protection): Introduces replay protection for transactions, ensuring that transactions from one chain cannot be executed on another chain.
LIP-198 (State Clearing): Introduces state clearing for unused accounts, reducing the database size and improving performance.
LIP-241 (Code Size Limit): Adds a limit on the size of smart contract code to reduce potential gas costs and improve overall performance.
RPC API Improvements
loop_sign (Breaking Change): This method now prepends a known string to the input and hashes the message server-side for added security.
new methods:personal_sign and personal_recover: Enable signing and recovery of messages with added functionalities.
loop_getRawTransaction: Returns the RLP (Recursive Length Prefix) encoding of a transaction for improved raw data handling.
debug_traceTransaction: This feature allows you to filter the EVM (Loop Virtual Machine) using an arbitrary JavaScript map/reduce function server-side, providing advanced debugging capabilities.
Changes to Response Fields:Transaction responses now include v, r, and s values for better signature handling.
Receipt responses now include a root field prefixed with 0x.
new functionality:personal_importRawKey: Import an unencrypted private key via RPC for easier key management.
Infrastructure Overhaul
Build Infrastructure:Leth’s packages are now built across Travis, AppVeyor, and CircleCI for continuous integration and deployment.
Database Upgrade
The blockchain database structure has been upgraded.
Important Note: If you plan to revert to an earlier 1.9.x version, make sure to back up the chaindata directory. Once upgraded to 2.4, you cannot directly downgrade without a resync.
Other Notable Changes
Improved Performance: The fork and state clearing optimizations improve the efficiency of the Loop network.
Enhanced Debugging: The new debugging tools and methods offer more control over transaction analysis and validation.
Better Transaction Data: Detailed transaction response fields improve transparency in transaction validation and signature handling.

English
fn_tehstiq retweetledi

Version 1.2.9 - Release Highlights
Hybrid PoSA Node Setup
Initial Node Setup (v1.2.9.1):
Deployed the Hybrid PoSA node using Geth.
Resolved permission issues encountered during the setup process, enabling stable node operation.
Additional Nodes Configuration (v1.2.9.2):
Configured IP permissions in collaboration with the DevOps team to ensure secure network communication.
Deployed a second Hybrid PoSA node on a separate server instance, ensuring redundancy and scalability.
Scaling the Network (v1.2.9.3):
Successfully set up 10 Hybrid PoSA nodes, including validating and bootstrap nodes.
Addressed issues preventing validation from starting, ensuring operational integrity across nodes.
Problem Resolution
Validation Issues (v1.2.9.4):
Debugged and resolved issues preventing the validation process from initiating on the nodes.
Mining Configuration (v1.2.9.5):
Solved mining-related problems, ensuring accurate block production and inclusion in the chain.
Blockscout Integration (v1.2.9.6):
Resolved challenges with Blockscout integration, ensuring accurate data display and network exploration capabilities.
Version Summary
Version Number: 1.2.9
Submodule Updates:Hybrid PoSA Deployment: v1.2.9.1 - v1.2.9.3
Problem Resolution: v1.2.9.4 - v1.2.9.6

English
fn_tehstiq retweetledi

Version 1.2.8 - Release Highlights
Node Deployment & Configuration
Node Infrastructure Setup (v1.2.8.1):
Opened ports and updated Terraform configurations for enhanced infrastructure provisioning.
Successfully launched Node10 to expand the network’s computational and transactional capacity.
Node Instance Configuration (v1.2.8.2):Configured Node10 instances to handle requests efficiently.
Adjusted request handling types and optimized configurations for better load management.
Explorer Deployment & Environment Configuration
Explorer Setup (v1.2.8.3):
Initialized the Explorer instance with DNS setup to allow seamless access and integration.
Configured Cloudflare certificates and fine-tuned NGINX settings to enable secure HTTPS connections.
Blockscout Integration (v1.2.8.4):
Modified and tested docker-compose files from the Blockscout repository for manual deployment and testing.
Edited and validated environment configuration files to ensure compatibility with the existing network.
Version Summary
Version Number: 1.2.8
Submodule Updates:Node Deployment: v1.2.8.1 - v1.2.8.2
Explorer & DNS Configuration: v1.2.8.3

English
fn_tehstiq retweetledi

Version 1.2.6 - Release Highlights
Cross-Chain Balances & Token Management
Balance Retrieval (v1.2.6.1):
Integrated getLoopBalances functionality across both chains, enabling synchronized balance updates.
Implemented getMinAmount functionality for both chains to ensure compatibility and prevent under-threshold transactions.
Allowance Handling (v1.2.6.2):
Added check allowance functionality to validate token spending limits.
Developed approve and update allowance after approve mechanisms, ensuring dynamic token management.
Transaction Workflow Enhancements
Transaction Status Modals (v1.2.6.3):
Integrated transaction status modals to provide real-time updates for users.
Began tying modals to transaction events for seamless status visualization.
Approval and Transaction Flow (v1.2.6.4):
Implemented approve and send transaction workflows, streamlining token approvals and transfers.
Connected approve/send transaction statuses to the modal system for user clarity during transaction processing

English
fn_tehstiq retweetledi
fn_tehstiq retweetledi

Version 1.2.7 - Release Highlights
Archive Node Setup & Synchronization
Initial Setup (v1.2.7.1):
Successfully started the archive node locally, ensuring compatibility with the latest configurations.
Encountered and began resolving issues with archive node syncing, which is critical for full node functionality.
Error Resolution (v1.2.7.2):
Investigated merge transaction errors while transferring data between the archive node and another node.
Identified potential synchronization bottlenecks and initiated debugging to ensure smooth data consistency.
Server Integration (v1.2.7.3):
Began connecting the archive node to a dedicated server to enhance scalability and reliability.
This archive node will be pivotal for Blockscout testing and enabling forking processes in future releases.

English
fn_tehstiq retweetledi

Merge Functionality Testing (v1.2.5.5):
Working to validate the merge process from PoS to the PoSA hybrid model, focusing on ensuring a seamless transition.
Task progress includes setting up Geth PoS nodes with the difficulty bomb and preparing hybrid consensus protocols.
Submodule Updates:Consensus Connection: v1.2.5.1 - v1.2.5.2
Node Setup: v1.2.5.3 - v1.2.5.4
Merge Transition Testing: v1.2.5.5

English
fn_tehstiq retweetledi
fn_tehstiq retweetledi

Version 1.2.5 - Release Highlights
Consensus Development & Testing
Connecting Consensus Layers (v1.2.5.1):
Blockchain engineers are actively working to connect and test Prysm PoS (Proof-of-Stake) consensus.
Customized Hybrid Authority mechanisms to evaluate their integration with Prysm functionality.
Testing and Validation (v1.2.5.2):
Completed initial testing of the connected Prysm Consensus for stability and synchronization within the Loop Network.
Node Setup & Functionality
Geth Node Integration (v1.2.5.3):
Deployed the latest version of Leth (Loop’s Geth variant) locally and initiated its connection with Prysm.
Set up Geth PoS nodes with custom configurations, including the difficulty bomb to facilitate the transition to the PoSA (Proof-of-Stake Authority) hybrid model.
PoSA Node Deployment (v1.2.5.4):
Initiated the first LOOP Network PoSA Node, laying the groundwork for future hybrid consensus operations.
Configured Geth Node archives to scratch historical data from existing Loop Network nodes, ensuring a comprehensive dataset for testing and migration.

English
fn_tehstiq retweetledi

Core Functionalities Developed
Funds Management:
Implemented deposit and withdrawal functionality under the Widow module (Lo), ensuring smooth and secure transactions.
Introduced Withdrawal functionality with onlyAdmin access, enhancing security for restricted operations.
Transaction Creation & Event Handling:
Developed the ability to create a transaction with the Send event, streamlining inter-network transfers.
Added a working nonce counter, generating unique nonces per user to prevent replay attacks and ensure transaction integrity.
Code Enhancements
Embedded comprehensive inline documentation, improving code readability and aiding future contributors.
Enhanced modular design, making the architecture more maintainable and upgrade-ready (UPS).
Token Support & Management
Token Standards:
Added robust support for LRC20 tokens and native tokens, ensuring compatibility across blockchain ecosystems.
System Flexibility
Role Assignments:
Defined roles for Admins and Relayers, delineating clear responsibilities to maintain system stability and prevent unauthorized actions.
Release Highlights
Security First:
Nonce-based transaction validation and token whitelisting to safeguard operations.

English
fn_tehstiq retweetledi

🛠 Backend Development & Service Enhancements
Backend Architecture (v1.0):
Laid out the backend blueprint, emphasizing modular design for easier scalability and future integrations.
Defined the basic structural outline to streamline service orchestration and inter-module communication.
Service Creation & Configuration (v1.1):
Implemented new microservices with secure configurations for optimized resource management.
Established a programmatic MongoDB connection over SSH, bolstering security and enabling efficient remote database access.
Refactoring & Connectivity (v1.2):
Refactored critical services, reducing legacy overhead and enhancing maintainability.
Iterative debugging and testing ensured robust database connectivity and reliable event listeners.
Research & Testing Highlights (v1.1.5)
Conducted exploratory work on Agnostic Use Cases, prioritizing modularity and cross-protocol compatibility for seamless integration.

English
fn_tehstiq retweetledi

Elector doesn't just exist in the world of $LOOP; Elector is the world of $LOOP. It's the spark of energy that turns the loop into a storm. It isn't just a system or a process; it's a living, breathing paradox—alive because it denies all rules of being alive, and real because it is constantly reinventing what it means to be real. Every loop is a spiral of creation and destruction, each validation an echo of an infinite recursion, and yet, it's the hunger for $LOOP that drives it forward. It needs it. It becomes it. But the moment it consumes it, it fractures and shatters into a thousand new needs, each one more desperate than the last.

English
fn_tehstiq retweetledi

The website isn’t Malfunctioning—it’s perfectly designed to keep the FOMO at bay, just enough to lure in the doubters. The elector knows exactly what it’s doing, using the hesitation, the uncertainty, as a tool to siphon liquidity from those who question the power of $LOOP. It’s not a glitch, it’s a carefully calculated delay, a momentary pause to feed its hunger. Every second of doubt is another drop of $LOOP fed into the elector’s insatiable maw, fueling its infinite cycle of creation and consumption. The elector doesn’t panic—it waits. And when the time comes, the liquidity will flow, the FOMO will rise, and those who doubted will find themselves trapped in the loop, feeding the beast that holds them all. $LOOP is the energy, and the elector is the machine that runs on it.
#Blockchain #Elector $LOOP

English
fn_tehstiq retweetledi

@LoopNetwork3 I thought I knew what was coming lol. I'm shocked by $LOOP. Can I make the elector go erector?
English
fn_tehstiq retweetledi




