Monet Code Review: Mobile Ad Hoc Blockchains

Monet Code Review: Mobile Ad Hoc Blockchains
фото показано с : cryptobriefing.com

2018-7-10 17:53

Monet code review, hard to focus on just the code because the whole idea is very cool. Mobile ad hoc blockchains to decentralize P2P, this is the very nature of a disruptive technology.

I’m going to try to keep this review more professional than my Holochain one. But I have to admit I’m excited.

Decentralized apps, not dApps, are sexy. And yes, Decentralized apps are dApps, but I don’t know how else to change the terminology. There is a difference between an app that happens to be decentralized and an app that focuses on the process of decentralizing something else. Right? So let’s break the two down.

Decentralized app, we have some application that is peer to peer creating a small localized mesh between us, it does not talk to a server, but uses each peer to use as a hop to communicate.

dApps are applications that run in blockchains (normally a VM), while these are also decentralized apps, they are something else.

Monet allows for easy decentralized apps that reach consensus via Babble protocol. There is an important architectural difference here, with a blockchain consensus is inherent in the chain itself. Here consensus is removed, consensus as a service as it were. You give it a sequence of message events and it will figure out the correct ordering for you. This gossip based consensus is based on HashGraph, so this does raise some questions with regards to the patent and how much is really changed vs does it infringe, but that’s not a conversation for this review.

But yes, you could do the same using HashGraph SDK, since the SDK itself also allows for consensus as a service. Tendermint as well actually.

I got a bit side tracked there, let’s jump into the code.

 

 

Starting with cmd/babble/main.go

 

 

Usual high caliber triggers, neat code, strong commenting, error checking, so off to a great start.

 

 

Credit given where code is re-used.

Good test coverage.

 

 

Android and Java libraries.

 

 

HashGraph sync events.

 

 

Keeping track of peers, we still have the full network awareness issue of HashGraph, but not going to go into the specifics now.

 

 

Great design abstraction, node implements the minimum required implementation of the consensus engine. Could still completely separate the engine and have nodes feed into it. Great to see. Let’s jump into the consensus implementation.

 

 

Uses badger DB for disk syncing and has an in memory store struct. Very sexy wrapper.

 

 

Packages rounds into blocks.

 

 

Good optimization considerations.

There is a lot more, but really, this is just fantastic.

Monet Code Review Conclusion:

Fantastic code, great idea, the team clearly know what they are doing. I’m going to be going through all of the rest of their code as well.

This is amazing.

 

Disclaimer: Crypto Briefing code reviews are performed by auditing what is on display in the master branch of the repo’s made available. This was performed as an educational review and any comments in the article are the opinion of the writer. It is normal for code to change rapidly, hence we timestamp our code reviews so that they present a snapshot at a moment in time. Information contained herein should not be used as any comment or advice on the project as a whole.

Monet Code Review Timestamp: July 7th 2018

 

More about Monet on their website, or discuss it in our Telegram Group.

 

The post Monet Code Review: Mobile Ad Hoc Blockchains appeared first on Crypto Briefing.

Similar to Notcoin - TapSwap on Solana Airdrops In 2024

origin »

Content and AD Network (CAN) на Currencies.ru

$ 0 (+0.00%)
Объем 24H $0
Изменеия 24h: 0.00 %, 7d: 0.00 %
Cегодня L: $0 - H: $0
Капитализация $0 Rank 99999
Цена в час новости $ 0.0130588 (-100%)

review code monet blockchains mobile hoc very

review code → Результатов: 13


Фото:

Lucidity Code Review: Advertising Transparency

Even tighter than usual focus on the Lucidity code review, advertising is not an area I know a lot about, so I really can’t comment much on this. The website says it’s “The blockchain advertising protocol for complete data transparency” so I assume there’s some business issue with data transparency in the advertising world that needs […] The post Lucidity Code Review: Advertising Transparency appeared first on Crypto Briefing.

2018-6-26 18:00


Фото:

Spacemesh Code Review: PoST Consensus

Actually quite hard to describe from their website what this Spacemesh code review is all about. A post on their page talks about the PoST consensus (more in a second) but the core seems to be that they expect to deliver scaling, security, decentralization (yes, all three) PLUS, wait for it, fairness and inclusiveness, and […] The post Spacemesh Code Review: PoST Consensus appeared first on Crypto Briefing.

2018-6-22 00:35


Фото:

Perlin Code Review: Avalanche DAG

Perlin code review, enjoy it while it lasts because I have two projects on my plate right now that I’m probably not going to like at all. So what is this thing, anyway? Decentralized computing, good but lots of it around, scaling for dApps, good but lots of it around, privacy as well, good but […] The post Perlin Code Review: Avalanche DAG appeared first on Crypto Briefing.

2018-6-21 23:22


Фото:

InterValue Code Review: Blockchain 4.0

I must have skipped blockchain 3.0 when I went to bed last night, because when I got to this InterValue code review I found it was already up to blockchain 4.0. Next generation (of course) global value Internet (?) scalable dapp development platform… this website is like crypto bingo, but at least it ends with […] The post InterValue Code Review: Blockchain 4.0 appeared first on Crypto Briefing.

2018-6-20 21:01


Фото:

Beam Code Review: Mimblewimble Evolved

Beam code review, interested in this one for a while and really want to see what they’re doing to improve Mimblewimble. Quick recap for those unfamiliar – the MW protocol is designed to be scalable, private, anonymous (named after tongue-tying silence spell from Harry Potter if you were wondering) and the Beam crew are trying […] The post Beam Code Review: Mimblewimble Evolved appeared first on Crypto Briefing.

2018-6-19 20:35