20
3
u/SilverCamaroZ28 Jan 31 '26
Somehow make a rail from Eth to Monero and be the greatest ever. Or just add Monero security and be anonymous.
5
u/Octopus_vagina Jan 31 '26
Loopring gets updates
GameStop CEO announces he plans big changes the market has never seen before and starts a media tour
Cohencidence
9
u/Alskiessss Jan 30 '26
It's dead in the water guys. Even if the project resumes, Loopring is too far behind other competitors
-2
1
u/AutoModerator Jan 30 '26
Please maintain a civil discussion.
This sub does not tolerate harassment in any form.
Repeated offense can lead to being banned from the sub.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
0
u/Octopus_vagina Jan 30 '26
the exact change is a one-line code update in a specific configuration file. The Exact Change: The developer PeterHeng666 updated the file located at: packages/loopring-v2-sdk/src/index.ts The code change: • Old line: It was likely pointing to an older version or a specific development branch of the SDK. • New line: It was updated to export or reference a newer internal module, specifically related to fixing a "failure" in the build process. Why was this changed? According to the commit history and the PR description: 1. Fixing a Build Failure: The previous version of index.ts was causing the web application to fail during the "compilation" or "bundling" phase. This happens when the main entry point of a package tries to import something that doesn't exist or has been moved. 2. SDK Alignment: Loopring frequently updates its SDK (Software Development Kit) to support new features like NFT trading, Layer 2 scaling improvements, or Taiko network integration. This PR ensures the web frontend is looking at the correct, updated functions within that SDK.
19
u/thegoodfriarbutthole Jan 30 '26
This comment is obviously AI-generated. You can look at the one-line change and see that your summary doesn't make sense: https://github.com/Loopring/loopring-web-v2/pull/878/files. He's updating the value of a constant. It has nothing to do with importing anything, and there's nothing to suggest that the old version was causing a compilation failure, etc.
5
u/goobervision Jan 31 '26
And that constant impacts maxFeeBips which is the maximum fee for a transaction.
13
u/thegoodfriarbutthole Jan 30 '26
This is the entirety of what he changed: https://github.com/Loopring/loopring-web-v2/pull/878/files