v5.0.0-beta.1
Pre-release
Pre-release
What's Changed
- docs: build docs from core package by @ilbertt in #1212
- build: fix pnpm audit by @ilbertt in #1215
- docs: helper script to maintain old docs structure by @ilbertt in #1213
- docs(agent): agent docs from core package by @ilbertt in #1214
- docs(candid): candid docs from core package by @ilbertt in #1216
- docs(identity): identity docs from core package by @ilbertt in #1218
- docs(principal): principal docs from core package by @ilbertt in #1217
- feat(agent):
list_pathsinternal function by @ilbertt in #1219 - refactor(agent): prepare certificate functions for new logic by @ilbertt in #1220
- chore: remove
@dfinity/assetsfrom size checks by @ilbertt in #1222 - build: fix pnpm audit by @ilbertt in #1226
- ci: bump dfx to 0.30.1-beta.0 by @ilbertt in #1227
- refactor: remove unused file by @ilbertt in #1229
- feat(agent): lookup canister ranges using the
/canister_ranges/<subnet_id>/<ranges>certificate path by @ilbertt in #1221 - test:
check_canister_rangescases by @ilbertt in #1224 - test: remove unneeded readState mock by @ilbertt in #1230
- feat(agent)!: use
/api/v4for call requests by @ilbertt in #1223 - refactor(agent): split read state into inner function by @ilbertt in #1231
- feat(agent):
readSubnetStateandgetSubnetIdFromCanistermethods by @ilbertt in #1232 - feat(agent): export
IC_STATE_ROOT_DOMAIN_SEPARATORconstant by @ilbertt in #1233 - feat(agent)!: support both subnet id and canister id for certificate verification by @ilbertt in #1234
- test(agent): check subnet certificate verification by @ilbertt in #1235
- refactor(agent,identity): remove deprecated code and fix root export docs by @ilbertt in #1236
- refactor(agent): split
CanisterStatusinto smaller reusable functions by @ilbertt in #1237 - chore: increase agent size limit by @ilbertt in #1239
- feat(agent):
SubnetStatusmodule by @ilbertt in #1238 - feat(agent):
syncTimeWithSubnetmethod forHttpAgentby @ilbertt in #1240 - feat(agent)!: use
/api/v3for query and read_state requests by @ilbertt in #1228 - test(agent): test
syncTimeWithSubnetfunction by @ilbertt in #1242 - fix(agent): do not fetch subnet state for node keys by @ilbertt in #1241
Full Changelog: v5.0.0-beta.0...v5.0.0-beta.1