Weekly Dev Update #43
Hey Y’all,
A big dev update this week, with lots of work going into the integration between Loki core, Lokinet and Loki Messenger. We’re getting closer and closer to the vision of a unified process for Service Nodes, which allows the main network to route data and store messages.
Loki Core
Reject blacklisted outputs using the blackball code path:
Add new SwarmID selection algorithm:
Add introspection to dependencies outside of core_rpc, fix syntax for undocumented calls:
Fix reported wrong amount in stake error message:
Add override to virtual functions to stop warnings:
https://github.com/loki-project/loki/pull/550
Cherrypick upstream travis CI and performance improvements:
Avoid V1 transactions when using sweep_all:
Return correct errors for register transactions:
Loki Launcher
The Loki Launcher is a node js package that will allow for the independent management of all the components to run a full Service Node. This includes managing Lokinet, Lokid and the Loki storage server. When Loki Service Nodes begin to route data and store messages for Lokinet and Loki Messenger, the Loki Launcher will need to be run on every single Service Node.
Right now the Launcher is in a testing phase, so you should only use it on Testnet and Stagenet – although feedback/issues and pull requests would be greatly appreciated!
This month 1 author has pushed 25 commits to master, 28 files have changed, and there have been 3,891 additions and 3 deletions.
All commits to the launcher can be found here:
https://github.com/loki-project/loki-launcher/commits/master
Add docker file and make initial adjustments:
https://github.com/loki-project/loki-launcher/pull/1
Lokinet
If you’re lucky and join our Discord you might catch Jeff or Ryan, the developers of LLARP, live streaming as they code: https://www.twitch.tv/uguu25519, https://www.twitch.tv/neuroscr
Master branch changes
Pending pull requests
Lokinet Mobile
Last week we started the process of porting Lokinet to run on mobile devices. We’re starting with iOS first as we think it will be the hardest. We will move onto Android at a later point.
Current progress can be found here:
https://github.com/nielsandriesse/loki-network/commits/master
Some notes on the process can be found here:
Loki Messenger
The Loki Messenger client is in a mostly complete state. Right now the focus is being put on the message server and integration with Lokinet and Lokid.
Messenger
Change Desktop messenger to use a 2 step registration process:
Storage Server
Merge Swarm Data Migration:
Fix operator for_record_t :
https://github.com/loki-project/loki-storage-server/pull/44
Basic error reporting in Service Node communication:
Exclude your own Service Node from Swarm peers:
Debian packaging and signal handling:
Use STL instead of loops for Service Node and Swarm find operations:
Disable channel encryption for client to Service Node since Lokinet will handle encryption:
Correctly read Swarm update response in integration tests:
Simplify serialization:
Bootstrap Swarm peers in with batches of messages:
Update polling to use real Lokid rpc format:
Send messages in batches when dissolving a Swarm:
Add response for request to incorrect Swarms:
Loki Wallets
This week we released updates for both the Loki Electron Wallet and the Loki Android Wallet. The Loki Android Wallet now supports version 3.0.0 of Loki, so you should be able to sync past the last block available on the old chain.
Loki Electron Wallet
User experience improvements, instantly open wallet and load information later, user switching wallet mid sync prompts a restart, fix non wallet files showing when restoring:
https://github.com/loki-project/loki-electron-gui-wallet/pull/37
Show error if wallet fails to load:
https://github.com/loki-project/loki-electron-gui-wallet/pull/32
Fix bug with Service Node unlocking:
https://github.com/loki-project/loki-electron-gui-wallet/pull/31
Display the progress when resynchronising or restoring a wallet:
https://github.com/loki-project/loki-electron-gui-wallet/pull/30
Loki Mobile iOS
For Loki iOS mobile wallet, we have decided to fork Cake Wallet. Expect updates soon – we’re getting close.
Progress can be found on this branch:
All core changes have been made, only UI changes and testing now need to be completed.
Loki Android Wallet
Merge upstream changes in Monerujo to the Loki Android Wallet:
Disable share intent:
Update RPC to reflect functionality:
Thanks,
Kee
You've got mail!
Sign up to our newsletter to keep up to date with everything Oxen.