Skip to content

Releases: tempoxyz/tempo-std

v0.1.6

17 Apr 08:14
8f68444

Choose a tag to compare

What's Changed

  • fix(sync): update path to new tips/ref-impls structure by @zerosnacks in #67
  • chore: interface update by @github-actions[bot] in #66
  • chore(deps): bump crate-ci/typos from 1.42.0 to 1.42.1 by @dependabot[bot] in #68
  • chore(deps): bump crate-ci/typos from 1.42.1 to 1.42.3 by @dependabot[bot] in #69
  • chore(deps): bump crate-ci/typos from 1.42.3 to 1.43.3 by @dependabot[bot] in #70
  • chore: interface update by @github-actions[bot] in #71
  • chore(deps): bump crate-ci/typos from 1.43.3 to 1.43.4 by @dependabot[bot] in #73
  • fix: encode fee payer signature as [v, r, s] with normalized parity by @gakonst in #72
  • chore: interface update by @github-actions[bot] in #74
  • chore(deps): bump crate-ci/typos from 1.43.4 to 1.43.5 by @dependabot[bot] in #76
  • fix: correct 8 broken documentation URLs and tree formatting in README by @giwaov in #75
  • chore(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 by @dependabot[bot] in #78
  • chore: interface update by @github-actions[bot] in #79
  • chore: interface update by @github-actions[bot] in #80
  • chore: interface update by @github-actions[bot] in #81
  • fix: broken implementation URL, add missing interfaces to README trees by @decofe in #82
  • chore: interface update by @github-actions[bot] in #83
  • add CODEOWNERS by @zerosnacks in #85
  • chore: update solc versions, add prerelease CI with dynamic matrix by @zerosnacks in #84
  • chore: interface update by @github-actions[bot] in #86
  • docs: add ISignatureVerifier to README precompiles tree by @decofe in #87
  • chore: interface update by @github-actions[bot] in #88
  • docs: add IAddressRegistry to README precompiles tree by @decofe in #90
  • chore(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 by @dependabot[bot] in #92
  • feat: add T3 hardfork support by @decofe in #91
  • chore: interface update by @github-actions[bot] in #93
  • chore: supply chain hardening by @decofe in #94

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

16 Jan 22:41
91dfcf7

Choose a tag to compare

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-std by @zerosnacks in #64

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Jan 19:08
882665d

Choose a tag to compare

What's Changed

  • chore!: add salt param to ITIP20Factory.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

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Jan 08:45
03101be

Choose a tag to compare

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

18 Dec 12:12
3d20448

Choose a tag to compare

What's Changed

  • chore: interface update by @github-actions[bot] in #49

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 Dec 18:56
7323c2a

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Dec 14:21
381d461

Choose a tag to compare

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/tempo-std@v0.1.0
forge install tempoxyz/tempo-std@v0

Full Changelog: https://github.com/tempoxyz/tempo-std/commits/v0.1.0