Releases: celestiaorg/blobstream-contracts
Releases · celestiaorg/blobstream-contracts
v1.2.0
What's Changed
- Use old validator set nonce instead of latest nonce. by @adlerjohn in #121
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Merge in umee peggo by @liamsi in #5
- Clean up contracts by @adlerjohn in #3
- chore: fix build and wrapper generation & regenerate by @liamsi in #8
- chore: bump github.com/golangci/golangci-lint from 1.42.1 to 1.43.0 by @dependabot in #10
- ci: main -> master by @adlerjohn in #15
- Make readme Celestia- and QGB-specific by @adlerjohn in #38
- chore: bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #11
- chore: bump technote-space/get-diff-action from 5 to 6.0.1 by @dependabot in #29
- chore: bump amannn/action-semantic-pull-request from 3.4.6 to 4.2.0 by @dependabot in #52
- chore: bump actions/setup-go from 2.1.4 to 2.2.0 by @dependabot in #53
- fix: Fix codeowners Solidity dir. by @adlerjohn in #61
- chore: bump actions/setup-go from 2.2.0 to 3 by @dependabot in #62
- chore: bump actions/checkout from 2 to 3 by @dependabot in #63
- feat: Add Merkle tree libraries by @adlerjohn in #32
- feat: Use Foundry and add Merkle tree tests by @adlerjohn in #51
- chore: Remove issue templates by @adlerjohn in #69
- chore: Remove codeowner by @adlerjohn in #68
- fix: Use minimum solc v0.8.4 by @adlerjohn in #70
- fix: Allow skipping nil signatures. by @adlerjohn in #72
- chore: Remove unused contracts and wrappers. by @adlerjohn in #74
- fix: Fix paths for abigen by @adlerjohn in #75
- chore: Regenerate contract ABI bindings. by @adlerjohn in #76
- chore: Clean up readme. by @adlerjohn in #78
- chore: Remove old contract docs. by @adlerjohn in #77
- chore: Remove old Ethereum files. by @adlerjohn in #80
- chore: Remove prettier config files. by @adlerjohn in #81
- chore: Remove redundant ABIEncoderV2 pragmas. by @adlerjohn in #82
- feat(ci): run forge test by @rootulp in #83
- chore: Improve readme. by @adlerjohn in #84
- chore: Add period at end of comment. by @adlerjohn in #85
- fix: Add prettierrc for Solidity by @adlerjohn in #88
- feat: Refactor and add inner node verification logic. by @adlerjohn in #92
- chore: bump actions/cache from 2.1.7 to 3 by @dependabot in #94
- chore: remove goreleaser by @rootulp in #95
- fix: use new nonce instead of current nonce by @adlerjohn in #97
- chore: add tests for verifyInner by @rootulp in #102
- chore: Test the main contract by @evan-forbes in #100
- chore: labels exist; use them by @adlerjohn in #106
- Remove references to Ethereum specifically. by @adlerjohn in #109
- fix: Change nonce to height. by @adlerjohn in #105
- Remove Go code and move Solidity code to root. by @adlerjohn in #113
- chore: bump actions/checkout from 2 to 3 by @dependabot in #114
- Improve readme for Forge. by @adlerjohn in #116
- Universal nonce by @adlerjohn in #119
New Contributors
- @liamsi made their first contribution in #5
- @dependabot made their first contribution in #10
- @rootulp made their first contribution in #83
- @evan-forbes made their first contribution in #100
Full Changelog: v1.0.3...v1.1.0