What's Changed
- [Docs] Update "Adding On-Chain Module Parameters" by @bryanchriswhite in #839
- [Docs] Add risks & misbehavior sub-section to on-chain actors by @bryanchriswhite in #862
- [Application, Docs] application transfer by @bryanchriswhite in #790
- [Docs] Update gov params docs by @bryanchriswhite in #933
- [Docs] Add support for
diff
syntax highlighting in docusaurus by @Olshansk in #935 - [Docs] E2E Preparation for Beta TestNet release by @Olshansk in #932
- [Docs] Update documentation on installing the
poktrolld
CLI by @Olshansk in #949 - [Docs] Update links to RPC & explorers by @Olshansk in #950
- [Docs] adding params - fix gRPC status error code by @bryanchriswhite in #958
- [Docs] Beta TestNet - Service Cheatsheet by @Olshansk in #965
- [Docs] Upgrade list by @okdas in #928
- [Docs/Tools] Validator: support multiple networks + cheat sheet by @okdas in #941
- [Tokenomics] feat: add
target_num_relays
param to service module by @bryanchriswhite in #930 - [Code Health] fix: gateway module gRPC status error returns by @bryanchriswhite in #955
- [Code Health] fix: proof module gRPC status error returns by @bryanchriswhite in #956
- [Code Health] fix: service module gRPC status error returns by @bryanchriswhite in #959
- [Code Health] fix: session module gRPC status return errors by @bryanchriswhite in #960
- [Code Health] fix: shared module gRPC return errors by @bryanchriswhite in #961
- [Code Health] fix: application module gRPC status error returns by @bryanchriswhite in #954
- [Supplier] feat: add
staking_fee
param to supplier module by @bryanchriswhite in #944 - [Code Health] fix: supplier module gRPC return errors by @bryanchriswhite in #962
- [Code Health] fix: tokenomics module gRPC return errors by @bryanchriswhite in #963
- chore: add localnet_config option to disable hot-reloading by @bryanchriswhite in #979
- [Supplier] refactor:
SupplierStakingFee
var usage to param usage by @bryanchriswhite in #948 - [Bug, Tooling] fix: app/gateway/supplier stake/unstake make targets by @bryanchriswhite in #978
- feat: add
global_inflation_per_claim
param to tokenomics module by @bryanchriswhite in #951 - [Tokenomics] refactor:
GlobalInflationPerClaim
var usage to param usage by @bryanchriswhite in #953 - [Bug, Testing] fix: app transfer module-integration test by @bryanchriswhite in #980
- [Docs] Fix Docker Walkthrough gateway container name and add supplier staking note by @jblewnormal in #939
- [Docs] Add PATH gateway cheat sheet by @red-0ne in #964
- [Application] Support filtering apps by delegatee gateway address by @adshmh in #957
- [Docs] Full Node Documentation Update (#941 followup) by @Olshansk in #981
- [Docs] How do I access my CometBFT endpoint externally? by @Olshansk in #986
- [Code Health] Ensure supplier module msg responses are non-empty by @bryanchriswhite in #971
- [Code Health] Ensure gateway module msg responses are non-empty by @bryanchriswhite in #972
- [Code Health] Ensure service module msg responses are non-empty by @bryanchriswhite in #973
- [Code Health] Ensure tokenomics module msg responses are non-empty by @bryanchriswhite in #975
- [Code Health] Ensure application module msg responses are non-empty by @bryanchriswhite in #974
- chore: fix some function names in comment by @standstaff in #989
- [Supplier] Allow Supplier to downstake by @red-0ne in #946
- [LocalNet] Replace
AppGateServer
withPath
inLocalNet
by @red-0ne in #879 - [Gateway Docs] Replace References to
AppGateServer
withPATH
by @red-0ne in #945 - [UPDATE BASE BEFORE MERGING][Docs] Update docker walkthrough & cheatsheet by @red-0ne in #982
- fix: Nil session tree logger by @red-0ne in #1007
- Updated cheat sheat docs with an example after installation by @ArtSabintsev in #1004
- fix: E2E tests - RPC URL path by @bryanchriswhite in #1008
- [Relayminer, Bug] fix: sessiontree logger never initialized by @bryanchriswhite in #993
- [Docs] Beta TestNet - Supplier Cheatsheet by @Olshansk in #947
- chore(deps): Bump golang.org/x/crypto from 0.25.0 to 0.31.0 by @dependabot in #1005
- chore(deps): Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /tools/iavl-tree-diff by @dependabot in #1015
- [RelayMiner] Use gas for claim and proof txs by @red-0ne in #1018
- [LoadTest] Revamp load test suite by @red-0ne in #1002
- [Chore] Rename all on-chain/off-chain to onchain/offchain by @red-0ne in #1020
- [RelayMiner] Allow big transactions simulation by @red-0ne in #1027
- [RelayMiner] Fix non deleted smt when funds are insufficient to submit C&P by @red-0ne in #1026
- [CLI] Filter Suppliers by ServiceID by @Olshansk in #1028
- [Workflows] Update GitHub actions from v3 to v4 by @Olshansk in #1041
- [Docs] upgrade/chain halt recovery by @okdas in #837
- [Off-chain] fix: duplicate log fields by @bryanchriswhite in #1040
- [Upgrade] Alpha TestNet v0.0.11 by @okdas in #967
- chore: fix some function names in comment by @forcedebug in #1019
- [Proof] Implement scalable proof validation by @red-0ne in #1031
- [Tokenomics] Reduce MinProofSubmissionFee by @okdas in #1042
- [Quick PE] Fix test after lowering MinProofSubmissionFee by @okdas in #1051
- [Upgrades] v0.0.12 upgrade by @okdas in #1043
- [CI][Quick change] downgrade docker/login-action version by @okdas in #1056
New Contributors
- @jblewnormal made their first contribution in #939
- @standstaff made their first contribution in #989
- @ArtSabintsev made their first contribution in #1004
- @forcedebug made their first contribution in #1019
Full Changelog: v0.0.11...v0.0.12