Skip to content

Tags: ava-labs/hypersdk

Tags

v0.0.17

Toggle v0.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Separate proposer monitor from vm into internal package (#1574)

v0.0.16

Toggle v0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[crypto/ed25519] Preallocate batch size for verification (#695)

* preallocate batch size for verification

* fix tests

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update community section (#547)

v0.0.15-rc.1

Toggle v0.0.15-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
patrick-ogrady Patrick O'Grady
static analysis

v0.0.15-rc.0

Toggle v0.0.15-rc.0's commit message

Verified

This commit was signed with the committer’s verified signature.
patrick-ogrady Patrick O'Grady
add more logging

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[email protected] (#486)

* [email protected]

* use uint for merkledb

* update comment

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[vm] Block Pruning (Default to Only Keeping Last 768 Blocks) (#436)

* remove all block storage expectations

* controller compiles

* remove unnecessary cache config

* limit block history to 256

* integration passing

* default to no tx store

* fix vm tests

* fix lint

* tokenvm integration fixed

* handle genesis block fetch

* only store txs during test (tokenvm)

* update README

* add debugging code

* update invariant

* add caches to store last X blocks

* e2e tests passing

* restore version

* remove unnecessary config

* fix VM test

* add check to prevent runaway block production

* add more TODOs

* add quick restart test

* refactor tx backfill logic

* load blocks from disk on init

* fix off-by-one issue

* var rename

* nits

* remove unused var

* fix test

* fix lint

* fix TODO on vm

* ensure block is marked as accepted

* change log level

* add deleted blocks metrics

* add more pebble metrics

* compact disk blocks periodically

* ensure all deletion does not happen at the same time

* fix lint

* update allocation amount

* update tokenvm to allow unlimited usage

* use new genesis alloc

* fix startAmount

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[tokenvm] Limit orders per pair (#406)

* limit orders per pair

* add previously seen log

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[chain] Block Operation Metrics + Fix Fatal Usage (#355)

* metrics PoC

* update cli

* add wait metric

* fix fatal usage

* use hard fail fatal

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[examples] Increase no gossip builder diff config (#316)

* cleanup no gossip config

* align configs with defaults

* remove unsettable fields

* use gossip default object directly

* use tip of dev