Skip to content

Releases: graphprotocol/allocation-optimizer

v2.2.0

27 Apr 18:56
Compare
Choose a tag to compare

2.2.0 (2023-04-27)

Features

  • Descriptive error when bad readdir (66b264a)
  • Warn users about not filtering deniedAt (630f6b5)

v2.1.2

24 Apr 22:50
Compare
Choose a tag to compare

2.1.2 (2023-04-24)

Bug Fixes

  • Pinned subgraphs are now whitelisted (ddacc55)

v2.1.1

17 Apr 22:30
Compare
Choose a tag to compare

2.1.1 (2023-04-17)

Bug Fixes

  • RoundDown when converting from BigFloat (f8cce14)

v2.1.0

17 Apr 21:35
Compare
Choose a tag to compare

2.1.0 (2023-04-17)

Bug Fixes

  • Allow for views (2476317)
  • Minimisation needs to use negative profit (470a72e)

Features

  • Add opt_mode option to the config (0b4534a)
  • Add slower but more accurate "optimal" path (1629de7)
  • Add warning for using optimal path (0ced47f)
  • Analytic optimisation backed by SemioticOpt (33d049a)
  • Indexing reward computed for ixs (7e651f2)
  • Optimize call dispatches on opt_mode (3a1b116)

v2.0.1

17 Apr 19:14
Compare
Choose a tag to compare

2.0.1 (2023-04-17)

Bug Fixes

  • Increased precision of simplex projection (53c4aef), closes #32

v2.0.0

14 Apr 18:40
Compare
Choose a tag to compare

2.0.0 (2023-04-14)

Bug Fixes

  • admonition rendering (023cef7)
  • avilable stake query and calculation (bb49f3d)
  • broken test due to types (3acb8f4)
  • documentation (3944d43)
  • documentation admonitions (a37a7f2)
  • Ensure that max_allocations < num_subgraphs (272d1f5)
  • Filter out subgraphs with less than minsignal (09392e4)
  • floor instead of round for final allocation amount (c9273da)
  • format (c78bc6d)
  • format actionQueue alloctionAmount (2f6c527)
  • format grt (cc99310)
  • graphql mutations (d306ba7)
  • halpern iteration (b045628)
  • Handle case with no frozenlist (9838536)
  • lipschitz constant step size (f3c6217)
  • network subgraph filtering for optimizing over time (6492f6e)
  • remove build for Julia nightly (7d38992)
  • remove network id from user input (e467d77)
  • rounding to avoid !capacity contract error (b16af80)
  • stake amount include lockedTokens (a74db38)
  • strategy can't allocate too much stake (093bd28)
  • Test reflects new iquery output (557df23)
  • test update to avoid signal changes in network (9ed57c0)
  • typo and correct formatting (988a7ef)

Features

  • actionqueue patch - allocate (53378d5)
  • actionqueue patch - reallocate (95d9ab1)
  • actionqueue patch - unallocate (c6baa43)
  • added hypotheticalstake command, empty CSV error handle (acccd71)
  • Adjustable eta (hardcoded) (6d314ae)
  • adjustive step size (eed5d93)
  • Allocatable subgraphs view (863d939)
  • Allocation accessor (d3b8a35)
  • allocation profit and APR script command (61c9169)
  • alternative script for generating indexing rules (4084c44)
  • Analytic optimisation (3b8ead8)
  • automatically lowercase indexer id from checksum addr (ff1b43d)
  • best profit and index on nonzeros (c5152f6)
  • build json data object (0fad9ad)
  • Compute frozen stake (01ed4a2)
  • Compute issued tokens and update main script (d3bd1a0)
  • compute pinned allocation amount (7085cdf)
  • Compute profit using gas (c0c28e7)
  • configurable network subgraph endpoint (48c6d1c)
  • Convert all tables together (50fab0e)
  • Convert allocation table to GRT type (d62a89a)
  • Convert indexer table to GRT type (19bd0ac)
  • Convert network table to GRT type (a405952)
  • Convert queried data to GRT (78917a8)
  • Convert subgraph table to GRT type (c26b503)
  • Correct types after querying (411a11f)
  • data function routes via dispatch (2ee0624)
  • Delegation accessor (f3841ec)
  • Don't hold onto allocations table (8a4c86d)
  • Ensure id is in the config (3240c2a)
  • execute mode (7b8342d)
  • execution mode - none, just output results in json (7f04844)
  • Function to get signal on subgraph (3e0b5f6)
  • group unique values function (877e834)
  • Helper function for a gql allocation query (1c479e0)
  • Helper function for a gql indexer query (01cc0c9)
  • Helper function for a gql network query (609320b)
  • Helper function for a gql subgraph query (b3d93ea)
  • Helper function for save names of data CSVs (0c9ecfd)
  • Indexer's staked tokens (51cf915)
  • Indexing reward (1ac9da2)
  • ipfshash accessor for allocations ([a9d0f8a](https://github.com/graphprotocol/allocat...
Read more

v1.8.0

24 May 17:28
Compare
Choose a tag to compare

1.8.0 (2022-05-24)

Bug Fixes

  • ActionQueue file renaming (8b072d3)
  • ActionQueue to module and fixing typos (1e06bb7)
  • remove 0 allocations and filter out frozenlist in close actions (480c41a)

Features

  • add reallocate and close actions (18ee3e5)

v1.7.1

20 May 18:02
Compare
Choose a tag to compare

1.7.1 (2022-05-20)

Bug Fixes

  • Link to repo in documentation (d06a2a4)

v1.7.0

20 May 17:38
Compare
Choose a tag to compare

1.7.0 (2022-05-20)

Features

  • Script for running from CLI (1bca613)

v1.6.11

20 May 16:23
Compare
Choose a tag to compare

1.6.11 (2022-05-20)

Bug Fixes

  • Removing registrator action (df41897)