EDG Developer Update: Oct 24 - Oct 30 2021
Keep you up to date on all things technical related to Edgeware and more! Always in a human-readable form, we look at the code changes so you don't have to.

Status updates
- New Documentation update. Voting for Council
- During the Sub0 conference, the Edgeware agency took notes! You can check them out here. You can read through and get the main points and the slides of each presentation. It is not fully completed we will add to it over time as we finish watching the intermediate and advanced presentations.
- New Hackdays!: Starting Nov 2nd, 2:00 PM EST in the builders voice channel on the Edgeware discord. Every other Tuesday at 2p EST. We will be going over pallet incorporation.
- Bi-weekly Builder's Call: November 9th, 2:00 PM EST in the builders voice channel on the Edgeware discord. Every other Tuesday at 2p EST. Bring questions, projects to show off, and ideas!
- You can listen to the recording of the last builders call on October 26th here!
Two New Videos: How to Vote For Council on Edgeware
Start an ink! Project with Edgeware Walkthrough
Ecosystem Headlines
WASM/Supercolony
- Polkadot added a new WASM standard with PSP-22: Fungible Token standard (WASM ERC20) adoption process. This gives WASM smart contracts an ERC20 like standard called PSP22 thanks to Supercolony. This is the first accepted Standard in Polkadot. You can read more about it on their Twitter thread.
Substrate
- Going forward, the `--dev` flag passed into Substrate nodes will imply `--tmp` if a `--base-path` is not explicitly provided, meaning all dev chains are now temporary chains by default. To persist a dev chain’s database, pass in the base-path parameter.
- Block production speed has been improved for some edge cases where transactions to be processed are known to be invalid ahead of time.
- There was a bug where the wrong path was used for the parity-db database in Substrate nodes - the same one for RocksDB, meaning an overwrite would happen. This has been fixed.
- Transaction priority has been reworked to favor smaller transactions, plus some other considerations.
Polkadot/Kusama
- There seems to be a bug with multisig transactions in Polkadot’s latest runtimes. Developing…
Tools
- The Polkadot JS Apps UI will now show a warning if the recipient of a Treasury Tip has no balance and the tip is less than the existential deposit (meaning the funds would be burned). A bug affecting cancelation of multi-sig calls has been resolved. The apps suite has been updated to version 0.98.
- Ledger imports into the Polkadot JS Extension will now also cater for the 25th word (passphrase), which up until now was not possible.
- Substrate API Sidecar is at version 11, adding an address validation endpoint.
- Polkadot JS API is at 6.5.2, adding fixes for historical `at` queries on top of 6.5.1