There is little documentation from them
There is little documentation from them about what they might need. Their integration process is vague
staking & voting design patterns
@Ilya @Luivatra @anon_real @mhs_sam @anon2020s @Cheese Enthusiast @scalahub and others, let's have focused chats aside of weekly ones maybe, we can have a chat on staking and voting solutions in Ergo and corresponding eUTXO design patterns . Please lemme know what do you think
v5.0 activation
One potential complication we probably need to deal with and think about. Interpretation of ErgoTree must depend on the version number stored in ErgoTree.header. Regardless of the current blockVersion, the semantics (and hence interpretation) of a contract is defined by ErgoTree.version. We currently have ErgoTrees with versions 0 (v3.x releases) and 1 (v4.x) in their headers. After v5.0 is activated, version 2 will also be allowed. Thus, after v5.0 activation we will have blocks with increased version, but most of the transactions will spend boxes with 0 and 1 in ErgoTree.header.
With this in mind the current condition
if (context.activatedScriptVersion > Interpreter.MaxSupportedScriptVersion) which triggers SPV mode is over-conservative.
In principle it can be replaced with
if (context.currentErgoTreeVersion > Interpreter.MaxSupportedScriptVersion), which means that even after activation, old nodes can still verify spending of all the boxes created before activation (i.e. most of them)....EIP-21 Genuine tokens verification
@morphic @MrStahlfelge
Sorry for jumping into the conversation.
I think all tokens should have the freedom to belong to Ergo. What one considers garbage to another may be the illusion of a lifetime....
I just tested it with external & internal miner again, works fine
not necessary I believe, I tried one hypothesis after your review but I reverted it, so it was just about fixing racing conditions on slow CI and polishing ... I will test it again with GPU miner tomorrow morning when I get to one
ErgoDex Testing
Sure, in order to do that
1. Clone and checkout
dev https://github.com/ergolabs/ergo-dex-frontend/tree/dev
2. yarn
3. yarn start
4. Open localhost:3000 in your browser...Weekly Ergo Developers chat
The weekly Ergo Developers chat will take place here tomorrow, Wednesday, 1PM UTC.
@Ecosystem Core @Community Developer...