Miao ZhiCheng
Miao ZhiCheng
## Overview **What?** This is a trusted forwarder with high degree of extensibility through permission-less and user-defined "macro contracts", where: * Macro contracts encapsulates a high level ABI call wrapper,...
Proposal Date: 2022-01-27 Network: Polygon Mainnet Status: Pending Proposal ====== Current Superfluid governance care takers propose we move away from GnosisWallet (which is deprecated) contract to the GnosisSafe (actively maintained,...
Just do it, start with version 0.1.0 (use semver) Package list: - superfluid-protocol-spec-core - superfluid-protocol-system-simple - superfluid-protocol-spec-validator
# Synopsis We use a modified UUPS implementation (inheriting OZ Proxy) for upgradability. Our upgrade pipeline is yet to be finalized, especially with mainnet strategy. Topics including : - Atomic...
Currently the dev deployment scripts are only tested against ethers5, namely `packages/ethereum-contracts/dev-scripts/deploy-test-framework.js` requires 'const {ethers} = require("hardhat");' But some of our dependencies, such as sentinel has already switched to ethers6...
ACs: - Add a technical notes under the "Constant Flow Agreement" section.
## Problem The addition of the ACL has provided much more interesting things to built using Superfluid, however as this has opened the possibilities of the types of interactions it...
## Financial System In order to define solvency models, we need to first define a financial system model where payment semantics are executed. A minimum financial system functioning on the...
## ## Notes UTxO as an alternative accounting model, offering smaller "smart notes" instead of "centralized" "smart tokens" that has long been argued to be better in terms of decentralization,...
# Synopsis Currently callbacks have a CALLBACK_GAS_LIMIT of 3M gas, and _callCallback should detect the genuine out of gas callback issue vs. out of gas grievance attacks. Co-reviewer: Hadrien -...