Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
blockchain
peer
vdf
blockchain-network
wallets
farmer
full-node
proof-of-space
chia
proof-of-time
timelord
harvesters
chia-blockchain
-
Updated
Feb 24, 2021 - Python
OpenZeppelin has implemented a plugin for Hardhat that allows for making smart contracts upgradable, i.e. retaining the state of the contract while having the ability to update functions or fix bugs by deploying a new contract. The basic idea is there is a wrapper or proxy contract that simplifies the process of upgrading to a new version. See https://docs.openzeppelin.com/learn/upgrading-smart-co