Cosmos
Engineering Updates

News and updates on Cosmos tools and tech

Aug & Sept 2020

With so many projects working on various parts of the Cosmos stack, keeping track of engineering and development changes can be a challenge. That's why we are working with the multitude of entities in the space to deliver Cosmos Engineering Updates.

Head's up! Cosmos HackAtom V is coming up and we have $50k in ATOMs to giveaway! Register now

Stargate Upgrade

Led by Iqlusion

 

Stargate upgrade is a big overarching project which involves coordination between multiple entities working on various components of the Cosmos stack from Tendemrint to the Cosmos SDK. If you are a block explorer, wallet, Cosmos project or exchange, please check out the upcoming Stargate-2 testnet to ensure a seamless transition.
 

Stargate testnets

  • The ‘stargate’ testnet is the primary testnet designated for service provider integration testing.
  • Stargate-1, 2 testnet has been stopped due to a legacy amino related bug. Stargate-3 is coming.
  • Validators are encouraged to join the testnets 👉How to join stargate-3.
  • Stargate-2 introduces state sync feature which reduces node sync times significantly.
  • Community-led ‘bigbang-1’ testnet targeting Cosmos-SDK users and independent zone developers is in planning led by Regen Network. The aim of the testnet is to test migration pathways from various versions of the Cosmos-SDK to Stargate, and allow users to experiment a replicated Cosmos Network ecosystem with IBC enabled.
  • IBC readiness matrix for exchanges.
  • Stargate week 10/11 update

Tendermint BFT & Core

Led by Interchain GmbH and Informal Systems

 

Much of the work for Tendermint Core team has been on releasing Tendermint Core v0.34 which will be used on the Stargate upgrade. This version of Tendermint will increase usability in terms of light clients and significantly reduce node sync time.

 
Tendermint Core

  • Work being finalized for Tendermint Core v0.34 release.
  • Evidence handling and Cosmos SDK integration testing with v0.34 release candidates.
  • Cosmos SDK - Tendermint v0.34 tracking.
  • State sync, which will reduce the length of node syncs by up to 200x, is ready and integrated into Stargate-2+.
  • Issues that occurred when block pruning was enabled were fixed by removing phantom validator evidence.
  • Update to ADR-47, which defines light client evidence submission, is in progress

Tendermint in Rust

  • Working closely with the Tendermint Go team to implement protocol changes and improvements to tendermint.
  • Informal has been actively contributing to Tendermint security review and response process.
  • Work in progress of formally verifying Tendermint light client protocol in TLA+ specification. Research and verification has been focused on commit verification, fork detection, and fork accountability of the Tendermint light client. [READ MORE]
  • Check out the Tendermint Rust light client library.
  • You can also use the latest version of the Tendermint light-node by checking out the crates.

 
Closed issues

✅  #5113 Make events hashing optional

✅  #5328 Fix wrong proposer schedule for InitChain validators

✅  #5259 Speed up fast_sync


      Cosmos SDK

      Led by Regen Network

       
      With v0.39 released, the Cosmos SDK team has been focusing on v0.40. The v0.40 codebase has stabilized to a point where public testnets can be operated, with minor bugfixes in progress.

      • Launchpad(or Cosmos SDK v0.39) has been released which maintains compatibility with v0.37 and v0.38. We are starting to see launchpad versioned zones live.
      • Significant progress made in Protobuf migration with ‘any tx’ and ‘query’ development nearly completed.
      • Finishing x/ibc module for Cosmos SDK emphasis on IBC CLI, documentation, and matching implementation to specification modifications.
      • Adding support for Rosetta specification API for Cosmos SDK, which would provide a standardized API for querying and interacting with various blockchain networks, is in progress.
      • Cosmovisor has been added which would make Cosmos SDK chain upgrade process more seamless and configurable. It exists as a shim around the native binary, and passes on commands to the daemon binary as a subprocess.
      • There’s lots of API, state machine, client breaking changes to Cosmos SDK expected in v0.40. Please check the changelog for the full list.

       
      Closed issues

      ✅  #7202 Fix `--gas auto` issue

      ✅  #7177 Define mocks for Private Validators

      ✅  #7008 Migrate Tendermint Public Key types to the Cosmos SDK

          IBC

          Led by Interchain GmbH 

          • A reference IBC documentation for the Cosmos-SDK that covers topics from the high-level overview of IBC to integration details and relayer interactions is now live on the Cosmos-SDK documentation.
          • Asynchronous acknowledgments: In the existing interchain standards specification, an acknowledgment packet was to be sent back from the recipient state machine in order for the packet sender to handle time-outs and verify the success of the requested IBC transaction to execute dependant follow-through transactions in the save key-value pair. A change to the specification has been proposed to separate the keys for receipt and acknowledgment to better manage asynchronous operations between two zones.
          • Proto solo machine signature format: Cosmos-SDK implementation of the solo machine signature format as defined in ICS06 specification has been finalized. Rather than using a concatenated byte string, the implementation utilizes signatures proto definitions to verify counterparty state.

           
          Closed issues

          ✅  #6961 Finish migration to gRPC

          ✅  #6998 Implement IBC client recovery mechanism [ADR-026]

          ✅  #6969 Enforce fungible token transfers [ICS-20] to only use unordered channels

              Ethermint

              Led by Chainsafe 

              • As much of the core development for Ethermint is finalizing, the focus has been on testing and benchmarking.
              • Chainsafe has built a load generator to test Ethermint, and a series of benchmark tests are ongoing.
              • Test suites for Ethermint expanded.
              • Implementation of the Web3 personal API for Ethermint is nearly complete and blocked on a few changes on key error handling.

               
              Closed issues

              ✅  #491 Fix CommitStateDB indexing bug

              ✅  #433 Merge `ethermintcli` and `ethermintd` into a single binary

              ✅  #355 Implement Ethereum-compatible websockets server

                  CosmWasm

                  Led by Confio 

                  • Two CosmWasm testnets have launched: CoralNet and GaiaFlex.
                  • CoralNet provides a permission CosmWasm smart contracting environment which allows developers to run their dApps, and see what they can break.
                  • Validators, block explorers, and wallets are welcomed to participate in experimenting with CosmWasm-specific tools and services.
                  • GaiaFlex is a permissioned testnet that replicates an environment by which smart contracts can only be added by governance votes.
                  • Permissioned smart contract environment provides a master switch to fix or kill broken contracts, and aims to test how CosmWasm will run on the Cosmos Hub.
                  • Tardigrade, a CosmWasm zone for DeFi has been announced. Read the full introductory blogpost here.

                    Peggy

                    Led by Althea 

                    • UnifiDAO has funded a 30,000 ATOM initiative to expedite the launch of ERC20 bi-directional token bridge on the Cosmos Hub.
                    • The Althea team will be iterating on Peggy development to initially allow a pre-approved ERC20 token for testing, adding unidirectional token bridge, then completing the bi-directional asset transfer bridge.
                    • Track sprint progress for September demo and October testnet here.
                    • Test tooling for Peggy development.
                    • Ethereum gas optimization underway by hashing validator list, verification and transaction batching.

                        Starport

                        Led by Tendermint

                         

                        • Starport v0.0.10 has been released with easier genesis configuration, better verbose flag output, and many other improvements. Check out the update blogpost and the introductory video for the full update.
                        • The Starport team is to release v0.11.0 which supports Stargate and a frontend component library.
                        • Initial release of Starport Cloud imminent. Stay tuned!

                          twitter youtube discord telegram medium
                          cosmos.network


                          International – global and decentralized

                          You're receiving this email because you registered for Cosmos tools and technology updates.

                          Unsubscribe