Skip to content

Releases: allora-network/allora-chain

v0.3.0

08 Aug 05:11
c4dfaf5
Compare
Choose a tag to compare

Added

  • Changelog added (this), improved contribution guidelines, and simplified PR template
  • #443 Create mechanism to import and export state with initGenesis and exportGenesis
  • #461 Create index of topics by block height at which their open worker nonce closes
  • #432 State sync enabled for faster validator syncing
  • #478 Create and apply abstraction for augmenting topic fee revenue that is sure to check for topic activation criteria for both funding events, fee payments, and stake additions
  • #482 Creation of an official Upgrade Flow

Removed

  • #458 Removal of Blockless and batch processing; Introduction of online, individual payload processing. This resolves many security, performance, and scalability issues.
    • A number of PRs were merged prior to v0.3.0 that improved upon our usage of Blockless, however that has been removed in favor of its removal in #458. Hence, we are not listing those PRs here.
    • #462 Add individual payload processing
    • #470 Skim of top performers per topic as they submit payloads ("online skimming")
    • #464 Remove libp2p peer ids from chain
    • #459 Revamp nonce management

Fixed

  • #486 Correctly set initial emission per unit staked token
  • #460 Apply a number of bugfixes and high-precision unit tests that ensure our implementation matches our simulation of Allora and therefore the original intentions of the whitepaper and Foundation.
  • #487 Patch to have the single allorad home folder in Docker
  • #437 Fix issue for excessive effective revenue dripping
  • #441 Prevent DoS from attempting to withdraw negative stake amounts
  • #472 Prevent topics to be created with a ground truth lag too big so that the reputation nonce could be dropped when the ground truth is revealed
  • #484 Fix issue with permissions within Docker container
  • #477 Fix issue arising from no forecasts being sent in worker payload
  • #436 Fix bug related to excessive usage of topic ground truth lag and misleading error message
  • Additional bugfixes and improvements

Security

  • #454 Bump CometBFT version
  • #465 Catch and avert error leading to inappropriate transfer of funds
  • #440 Remove parallelization to avert nonuniform executions between hardwares

v0.3.0-upgrade

16 Aug 15:13
a7858fa
Compare
Choose a tag to compare
v0.3.0-upgrade Pre-release
Pre-release
fix the manual insert of upgrade binary

v-offchain-1

01 Aug 17:40
e6cd1b8
Compare
Choose a tag to compare
v-offchain-1 Pre-release
Pre-release
tagging removing b7s

v-offchain

01 Aug 17:37
de4544c
Compare
Choose a tag to compare
v-offchain Pre-release
Pre-release
consistent log line

v0.2.14

13 Jul 19:20
1d56c50
Compare
Choose a tag to compare
v0.2.14 Pre-release
Pre-release
hotfix to add missing autocli (#430)

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v                               ✰  Thanks for creating a PR! ✰
v    Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
v If your PR doesn't close an issue, that's OK! Just remove the Closes:
#XXX line!
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## What is the purpose of the change

Missing properties in the autocli rendered new queries unusable. We add
those properties here.

## Testing and Verifying

* Manually verified the change by running a node and then `allorad q
emissions <query and its args>`

## Documentation and Release Note

- [x] Does this pull request introduce a new feature or user-facing
behavior changes?

Where is the change documented?
  - [ ] Specification (`x/{module}/README.md`)
- [x] Allora documentation site `docs.allora.network` source code at:
`https://github.com/allora-network/docs`
  - [ ] Code comments?
  - [ ] N/A

v0.2.13

13 Jul 04:04
dc1f534
Compare
Choose a tag to compare
v0.2.13 Pre-release
Pre-release
v0.2.13

v0.2.10 -- Testnet Release

08 Jul 05:04
v0.2.12
ace3c3b
Compare
Choose a tag to compare
Pre-release
v0.2.12

Testnet Release v0.2.12

v0.2.11

28 Jun 05:31
3a97afe
Compare
Choose a tag to compare
v0.2.11 Pre-release
Pre-release
v0.2.11

v0.2.10

26 Jun 23:22
f5cdcf4
Compare
Choose a tag to compare
v0.2.10 Pre-release
Pre-release
Fix proto idx (#386)

v0.2.9

26 Jun 23:19
44d0cdd
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release
Rename ftol to tol (#384)