• smartcontracts's avatar
    feat: add new contracts-periphery package (#2536) · f7d964d7
    smartcontracts authored
    * feat: add new contracts-periphery package
    
    Introduces a new contracts-periphery package and initializes the package
    with the RetroReceiver contract (meant to receive RetroPGF funds on all
    available chains). Reason for introducing a new package is that the
    original contracts package should be reserved for in-protocol contracts
    while contracts-periphery can be used for any contracts that we want to
    write and test, regardless of if they're part of the protocol.
    
    * feat(ctp): add periphery contracts to ci
    
    Adds contracts-periphery package to CI in the various places it's
    required so we can successfully package and release it.
    f7d964d7
Name
Last commit
Last update
..
contracts Loading commit data...
tasks Loading commit data...
test Loading commit data...
.depcheckrc Loading commit data...
.env.example Loading commit data...
.eslintrc.js Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierignore Loading commit data...
.prettierrc.js Loading commit data...
.solcover.js Loading commit data...
.solhint.json Loading commit data...
.solhintignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
codechecks.yml Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
slither.config.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...