Skip to main content

4 posts tagged with "Condor"

Blog posts related to the Condor upgrade

View All Tags

Addressable Entity in Casper 2.0

· 4 min read
Stanislaw Czembor
Developer Advocate for Casper Association
Mel Padden
Head of Developer Relations for Casper Association

Casper 2.0 introduces significant changes in the representation and management of accounts and smart contracts, through the introduction of the AddressableEntity type. This new structure replaces the separate AccountHash and ContractHash used in Casper 1.x, bringing a unified approach to interact with entities on the network. Contracts can now hold and manage funds directly through associated purses, similar to user accounts. They can also manage their own keys, enabling more sophisticated access control.

In this article, we'll dive into the details of AddressableEntity, exploring its structure and functionalities.

Fee Elimination in Condor

· 9 min read
Dylan Ireland
Developer Advocate for Casper Association
Mel Padden
Head of Developer Relations for Casper Association

The Casper 2.0 (aka Condor) network upgrade introduces new options to the way a Casper Network can be configured to handle gas consumption. Scheduled along with the release of Condor into Mainnet is a change in the configuration of the Casper Network to use a model known as Fee Elimination for gas payments. The purpose of this article is to introduce this model, and describe how Fee Elimination will affect the behavior of the Casper Network once Condor is released.