- Craig
- Omni Wallet Desktop release prep:
- Release candidate for 0.0.10
- Class C status
- DEx status
- Feature activation key generation:
- //! Feature identifier to enable Class C transaction parsing and processing
const uint16_t FEATURE_CLASS_C = 1;
//! Feature identifier to enable the distributed token exchange
const uint16_t FEATURE_METADEX = 2;
//! Feature identifier to enable betting transactions
const uint16_t FEATURE_BETTING = 3;
//! Feature identifier to disable crowdsale participations when “granting tokens”
const uint16_t FEATURE_GRANTEFFECTS = 4;
//! Feature identifier to disable DEx “over-offers” and to switch to plain integer math
const uint16_t FEATURE_DEXMATH = 5; - Will be a 4 of 5 (https://gist.github.com/dexX7/84a7d327567d1c1e30f7)
- Three developers + Two Board members
- Zathras, DexX7, Adam, Craig, JR
- Feature activation messages testing by All-Hands next week
- //! Feature identifier to enable Class C transaction parsing and processing
- Omni Core testing guide to subreddit and blog:
- https://github.com/OmniLayer/omnicore/blob/omnicore-0.0.10/doc/metadextestingguide.md
- 0.0.10 RPC documentation: https://github.com/OmniLayer/omnicore/blob/omnicore-0.0.10/src/omnicore/doc/rpc-api.md
- Release candidate for 0.0.10
- 0.0.10 release dialogue
- Omni Wallet Desktop release prep:
- Patrick
- Debugging .js adaptation of Omniwallet’s Python wrapper for RPC
- Troubleshooting RPC tonight with Z so we can begin running ongoing trade tests
- Filing almost 100% ready
- Adam
- Dex v2 screencast demo discussion
- Omniwallet
- Continuing to handling support / monitor updates from last week
- Updating Omniengine to match omnicore 0.0.10 updates
- Bug fix create tx with unconfirmed utxo’s pending.
- Working with 3rd party integrators
- Sean
- bitcoinj-addons Release v0.0.9 (done)
- See CHANGELOG for details.
- OmniJ Release v0.3.2 (later today)
- Will have CHANGELOG
- OmniJ-related: Groovy Money talk at ApacheCon EU this Friday
- bitcoinj-addons Release v0.0.9 (done)
- Zathras
- Minor bug fixes for Omni Core
- OmniCoreAPI fork up and running, pushes state changes into a cloud based API
- OmniAPI in testing, brand new (does not use OmniChest engine) is based on DynamoDB, Lambda & APIGateway
- Spending most time on new version of OmniChest and OmniAPI
Previous State of the Layer Post: Sep 22 2015