Releases: t1protocol/t1
Releases · t1protocol/t1
v0.1.0
What's Changed
- Implement util to send allowances for router to transfer by @diego-G in #68
- Docs: Update Pull Request Template Checklist by @evchip in #69
- Fix: Bump version to v0.0.6 by @evchip in #70
- Chore: License-related duties by @diego-G in #72
- Chore: verification in scripts and env template by @w-woloszyn in #67
- Chore: extract infrastructure to isolated repo by @diego-G in #73
- [T1G-347] Feature: Add Tutorial Section by @evchip in #74
- Docs: improve top level readme by @diego-G in #76
- Feat: Grant all permissions to security council by @diego-G in #77
- Fix: Correct USDT decimals to real 6 by @diego-G in #78
- Fix: DTW WETH goes into WETH gateway by @diego-G in #64
- Docs: AMP Tutorial by @evchip in #75
- Docs: Add links to TUTORIAL.md by @evchip in #80
- Feat: Bump reth to v1.3.4 by @diego-G in #79
- Feat: Create release workflow by @diego-G in #81
- Chore: Bump version to v0.1.0 by @t1-bot in #85
Full Changelog: v0.0.6...v0.1.0
v0.0.6
What's Changed
- Update README.md by @w-woloszyn in #60
- deployment: v0.0.5 artifacts by @kss-t1 in #61
- fix: encode witness using typehash by @diego-G in #62
- feat: setup scripts for GCP VMs by @w-woloszyn in #58
- chore: add v0.0.6 artifacts by @w-woloszyn in #65
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Fix: Enable contract verification by @evchip in #48
- fix: struct order in EIP-712 by @w-woloszyn in #49
- Feature: E2E USDT Bridging Test by @kss-t1 in #47
- Fix: enable sending transactions via blockscout by @evchip in #50
- chore: add v0.0.4 json file by @w-woloszyn in #51
- fix: subsitute a compromised wallet with a new one by @w-woloszyn in #53
- Fix: Add permissions to allow L1 Security Council to call setL2BaseFee by @evchip in #54
- Refactor: Merge
sendMessage
Messenger interfaces by @evchip in #55 - chore: update chain-id by @w-woloszyn in #52
- Add test revert invalid signer due to wrong ordered typehash by @diego-G in #56
- Feature: 7683 Demo by @evchip in #45
- Bump reth to v1.2.1 by @diego-G in #57
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Release/v0.0.3 by @kss-t1 in #39
- CI fixes by @kss-t1 in #40
- Add script to swap ERC20s against the brigde reserves by @diego-G in #38
- Adjust SwapParams to market maker needs by @diego-G in #41
- feat: automate contract deployment by @w-woloszyn in #42
- Improvement/better test scripts by @kss-t1 in #43
- feat: contracts use isProver instead of isValidSigner by @w-woloszyn in #44
- feat: automation, fixes, and genesis updates by @w-woloszyn in #46
Full Changelog: v0.0.3...v0.0.4
Initial release
First t1 release, which is an output of the last sprint. It includes:
- proving of t1 block execution to Ethereum by TEE ECDSA signature - contract side, postman side still missing
- swaps against t1 bridge on Ethereum to allow one block DTW
- new prefunded keys to protect from Ethereum backrunning
- Tests and CI for postman