Releases: tellor-io/layer
Releases · tellor-io/layer
v2.0.0-audit
v2.0.0-alpha1
Release v2.0.0-alpha1 - (2024-11-22T18:52:06Z)
Changelog
- 68bfd0a Add files via upload (#365)
- a63d0a9 Add module to upgrade handler (#297)
- c4761cf Add selector tips query getter (#290)
- 51e2bdc Add test
- 9a2d9f7 Bridge secrets (#391)
- cdc0e4f Chore: Claim Deposits in Batches (#318)
- 08b41f3 Chore: Delete PNG for merge (#313)
- 55caadd Chore: Fix Merge Conflicts from TokenBridge tips PR (#311)
- ed1ec62 Chore: adr updates (#366)
- ad31b9e Create CODE_OF_CONDUCT.md (#413)
- 680680f Create CONTRIBUTING.md (#418)
- 1a37696 Create LICENSE (#408)
- a048248 Create SECURITY.md (#419)
- 5059edf Fix tip listener (#439)
- 3b9e5d6 Fix/tip listener (#428)
- 5e5d3ab Increase Report Window Time (#352)
- 0491c6d Merge branch 'main' into add-reporter-getters
- ad6fa64 Merge branch 'main' into facu/chores
- e153ad7 Merge branch 'release/v0.x' into main
- 5ce14e8 Merge pull request #241 from tellor-io/adr1009brenda
- ae745ef Merge pull request #242 from tellor-io/add-reporter-getters
- 802265d Merge pull request #243 from tellor-io/facu/chores
- d290a52 Query data event (#282)
- 7142abb Simplified reporting (#364)
- ca6f095 Update README.md (#332)
- 843cbb4 Update client.go (#315)
- f0d932c Update issue templates
- 43cba70 Update version and set min fee (#295)
- cf7febf add comments to x/reporter (#436)
- 6794efd add getters to x/reporter
- 86f4720 add globalfee (#283)
- cefdcfe add interchainquery module (#432)
- e70f901 added a check in create reporter to ensure that commision rate <= 1.0 (#394)
- 787117e added a new custom type BigUint and have all tests passing (#380)
- dae5395 added an if statement after commit report and if query.Expiration has not been reached then we will sleep for the difference (#360)
- e30ebe0 added pic for adr2001 (#316)
- 5ff6785 added query to return info on voting tally for dispute (#412)
- f6b2892 added querymeta id as an attribute in tip_added event (#443)
- 41d57d6 added the team account to genesis file and sets up all 6 genesis nodes/validators (#348)
- ce656ea adr1009
- 8cc8834 changed offset into an oracle module param and updated all functions/tests that referenced the offset variable (#359)
- a32d3c8 chore: ADRs and white paper updates (#278)
- dffd8ac chore: Add backport + release + changelog
- df096a5 chore: Add tips for token bridge deposits (#304)
- bc59938 chore: add claim deposit tip to ADR 2001- trb bridge structure (#288)
- e6cff29 chore: add comments, cleanup, consolidate x/oracle (#440)
- a24c352 chore: add upgrade handler v2 + reenable ante for MsgCreateValidator (#255)
- bebb87d chore: modify team address during v0.2.0 upgrade (#261)
- 846429a chore: update tokenbridge addr (#346)
- f408bf9 chore: updated the script for the changes discussed during last deploy (#356)
- f8c6d5c committing to test workflow (#409)
- 93f5e56 defined BlockNumber in setNewDispute because this field is being referenced in a function but is not set and thus always 0 (#375)
- 29ae74a edit md
- 41bbd2c feat: Any rpc (#254)
- 06ce0ad feat: add tip listener to daemon (#382)
- e52b91b feat: dispute getters and MsgAddEvidence (#377)
- 7e8e420 feat: re add MsgCreateValidator check in ante (#271)
- 3b1b11a feat: withdraw_id in event & limit attest requests (#324)
- 8238563 fix
- 5537713 fix
- cbd4289 fix
- d1fbc43 fix bug in expiry calc in broadcast bridge message (#330)
- 7dc72cd fix!: Upgrade SDK and IAVL (#307)
- 483d46f fix: Reporter daemon dynamic chainid (#272)
- 7bc0783 fix: Rollback upgrade to relaunch (#267)
- 515ddcd fix: aggregate codec now can decode legacy values (#339)
- 3e92db2 fix: backport failed (#329)
- fa43742 fix: correct preblocker (#264)
- ee55336 fix: marshal empty vote extensions (#256)
- 62f6d20 fix: merge conflicts (#328)
- 05c3698 fix: pending execution for non-quorum tallies (#420)
- 1113ec4 fix: release tag in header (#246)
- 0af9028 fix: remove floats, std dev, added microreports by agg getter (#341)
- f8640a0 fix: remove unnecessary SetParams in upgrade handler (#299)
- 2da00fa hardcoded chain id (#275)
- 6a5beb1 iterate through reporters deterministically (#403)
- 2754472 made it so that it always returned an event when cyclelist is rotated (#442)
- 547d611 new token bridge contract (#269)
- 5b5af2a optimize reporter daemon (#281)
- 8eeed20 playground tbr minting (#248)
- aaac28b progress
- eb1a5a2 progress
- 08f1f80 progress
- b7fe258 reduced number of tokens faucet gets and gave the team some trb to start (#396)
- f858833 refactor: change timestamps, heights, indicies, and powers from ints to uints (#342)
- 49238bb refactor: use LegacyDec for reward tracking and selector commission rates (#441)
- e57c618 remove weightedSum (#373)
- 032163d stable tips (#431)
- 3d8af49 stake update expiration getter (#249)
- b3eba3c update TellorLayer - Tech.pdf (#293)
- 4440557 updated genesis file to have shorter voting periods and the data spec to be 2s for SpotPrice (#337)
- c79225f updated the pruning-keep-recent param with the updated value (#371)
- 6eb9d20 updated version name (#423)
- 3de930a upgrade name change (#320)
- b404fed use legacy dec for division (#400)
- 74f18b9 use local-ic tool to start devnet (#429)
v1.3.0
- took out legacy decimals
- refactored disputing and voting for efficiency / proper functioning
v1.2.0-alpha1
- updated disputes, separated voter reward claims to new tx message
- used fixed point math in reporter keeper