Releases: tempoxyz/tempo-std
Releases · tempoxyz/tempo-std
v0.1.5
What's Changed
- chore(deps): bump crate-ci/typos from 1.41.0 to 1.42.0 by @dependabot[bot] in #58
- chore: interface update by @github-actions[bot] in #61
- feat: add transaction builders and vm.executeTransaction binding by @onbjerg in #59
- docs: update README with StdVm and Transaction Builders by @zerosnacks in #63
- chore: update licenses / pragma's in accordance with
forge-stdby @zerosnacks in #64
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- chore!: add
saltparam toITIP20Factory.createToken()by @0xrusowsky in #53 - chore: interface update by @github-actions[bot] in #54
- chore: interface update by @github-actions[bot] in #55
- chore: interface update by @github-actions[bot] in #56
- chore: fix links by @zerosnacks in #57
New Contributors
- @0xrusowsky made their first contribution in #53
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- chore: interface update by @github-actions[bot] in #50
- chore(deps): bump crate-ci/typos from 1.40.0 to 1.41.0 by @dependabot[bot] in #52
- chore: interface update by @github-actions[bot] in #51
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- chore: interface update by @github-actions[bot] in #49
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- chore: link to implementations by @zerosnacks in #45
- chore: update interface by @zerosnacks in #46
- chore: add nightly interface sync workflow by @zerosnacks in #47
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Tempo Standard Library is a collection of helpful Tempo specific contracts and libraries for use with Foundry.
Initial release of tempo-std, includes:
. ├── interfaces │ ├── IAccountKeychain.sol │ ├── ICreateX.sol │ ├── IFeeAMM.sol │ ├── IFeeManager.sol │ ├── IMulticall3.sol │ ├── INonce.sol │ ├── IPermit2.sol │ ├── IStablecoinExchange.sol │ ├── ITIP20Factory.sol │ ├── ITIP20RewardsRegistry.sol │ ├── ITIP20RolesAuth.sol │ ├── ITIP20.sol │ ├── ITIP403Registry.sol │ └── IValidatorConfig.sol ├── StdContracts.sol ├── StdPrecompiles.sol └── StdTokens.sol
Installation
forge install tempoxyz/[email protected]forge install tempoxyz/tempo-std@v0Full Changelog: https://github.com/tempoxyz/tempo-std/commits/v0.1.0