What's Changed
- Limit Accepted Block Cache + Store BlockID Index On-Disk by @patrick-ogrady in #558
- [chain] Add
executor
package for on-the-fly concurrent execution by @patrick-ogrady in #559 - [chain] Parallel Transaction Execution During Building and Verification by @patrick-ogrady in #560
- [codec] Add
ShortBytes
type by @patrick-ogrady in #563 - [crypto]
secp256r1
(P-256) Support by @patrick-ogrady in #565 - [x/programs] Add simulator feature to RustSDK by @hexfusion in #567
- [x/programs] Improve runtime Config defaults by @hexfusion in #569
- [x/programs] Add VM simulator by @hexfusion in #537
- [x/programs] Cleanup macro by @richardpringle in #598
- [chain] Address Refactor by @patrick-ogrady in #571
- [x/programs] Set bulk memory support on debug mode by @samliok in #599
- AvalancheGo@v1.10.15 by @patrick-ogrady in #606
- [chain] Wrap core databases in
CorruptableDB
by @patrick-ogrady in #607 - [chain] Charge Write Fee on Allocate + Remove Cold/Warm by @patrick-ogrady in #608
- [ci] remove empty line by @patrick-ogrady in #612
- [x/programs] Improve overflow checks by @samliok in #600
- [x/Programs] Dynamic Arguments by @samliok in #624
- Add size encoded key note to the readme by @dboehm-avalabs in #642
- [go.mod] Remove out-of-date references by @patrick-ogrady in #646
- [cli] Change failed tx emoji by @martineckardt in #650
- [crypto/ed25519] Migrate to
hdevalence/ed25519consensus
by @patrick-ogrady in #645 - [x/programs] Improve State-keys & Argument Passing by @samliok in #623
- [x/programs] Add Engine and Store abstractions by @hexfusion in #657
- Update Mocks and CodeOwners by @dboehm-avalabs in #665
- [x/programs] Add host abstractions by @hexfusion in #658
- [x/programs] add program abstraction by @hexfusion in #660
- [x/programs] Improve external program function call DX by @samliok in #659
- [crypto]: add bls by @wlawt in #675
- [crypto] add aggregation for BLS public keys by @wlawt in #679
- [ci] add "run all ci" tag by @patrick-ogrady in #681
- [chain] fix Base timestamp json typo by @wlawt in #684
- [chain] Remove State Access from
Auth
by @patrick-ogrady in #669 - [chore] Update AvalancheGo@v1.10.18 by @patrick-ogrady in #694
- [crypto/ed25519] Preallocate batch size for verification by @patrick-ogrady in #695
New Contributors
- @dboehm-avalabs made their first contribution in #642
- @martineckardt made their first contribution in #650
- @wlawt made their first contribution in #675
Full Changelog: v0.0.15...v0.0.16