Releases: AcalaNetwork/chopsticks
Releases · AcalaNetwork/chopsticks
0.8.3
What's Changed
- fix web test build by @qiweiii in #402
- Set up docs by @qiweiii in #403
- fix deploy docs by @qiweiii in #404
- Add types and doc for
new-block
by @qiweiii in #406 - add more rpc docs by @qiweiii in #408
- add rpc types and docs by @qiweiii in #409
- Update Tinkernet RPC by @arrudagates in #411
- camelCase TX event names by @jsdw in #412
- add core package docs by @qiweiii in #410
- add tests for resume with xcm options by @qiweiii in #413
- Bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #416
- improve web test by @qiweiii in #415
- update readme by @qiweiii in #418
- fix link in readme by @qiweiii in #419
- Bump axios from 1.5.0 to 1.5.1 by @dependabot in #423
- Bump ws and @types/ws by @dependabot in #420
- Bump vitest from 0.34.2 to 0.34.6 by @dependabot in #421
- Bump @types/lodash from 4.14.197 to 4.14.199 by @dependabot in #422
- Bump @mui/material from 5.14.10 to 5.14.11 by @dependabot in #424
- Bump postcss from 8.4.28 to 8.4.31 by @dependabot in #425
- Bump zod from 3.22.2 to 3.22.3 by @dependabot in #427
- 0.8.2 by @xlc in #428
- refactor block builder by @xlc in #429
- fix browser undefined by @ermalkaleci in #430
- update web-test by @ermalkaleci in #433
- update smoldot and fix empty next key by @ermalkaleci in #438
- bump 0.8.3 by @ermalkaleci in #439
New Contributors
- @arrudagates made their first contribution in #411
- @jsdw made their first contribution in #412
Full Changelog: 0.8.1...0.8.3
0.8.1
What's Changed
- feat: load blocks from db by @qiweiii in #392
- fix polkadot js got unknown error by @qiweiii in #396
- Deploy web test to github pages by @qiweiii in #397
- child storage support by @ermalkaleci in #391
- Update karura.yml by @ermalkaleci in #400
- bump 0.8.1 by @ermalkaleci in #401
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- improve public interface by @xlc in #336
- add VERBOSE_LOG env var by @xlc in #337
- Fix build by @xlc in #338
- Update fetch config by @xlc in #339
- Adding support for Interlay, Tinkernet, and update to the HydraDX configuration by @x676f64 in #341
- plugins by @ermalkaleci in #340
- fix sidecar by @ermalkaleci in #342
- support beta publish by @ermalkaleci in #344
- no need to use the At rpc by @xlc in #346
- Added Council and TechCommittee to HydraDX Config by @albertov19 in #351
- Add Shibuya Config by @Dinonard in #350
- Bump pino from 8.14.1 to 8.14.2 by @dependabot in #358
- Bump eslint-plugin-import from 2.27.5 to 2.28.0 by @dependabot in #357
- Bump @types/prettier from 2.7.3 to 3.0.0 by @dependabot in #356
- Bump @types/node from 20.4.2 to 20.4.5 by @dependabot in #354
- Bump pino-pretty from 10.0.1 to 10.2.0 by @dependabot in #355
- Max memory block count by @qiweiii in #353
- improve register block by @ermalkaleci in #360
- Revert "improve register block (#360)" by @ermalkaleci in #361
- Save blocks to db by @qiweiii in #359
- browser support by @ermalkaleci in #352
- fix module by @ermalkaleci in #362
- update wasm module by @ermalkaleci in #364
- pack sqljs wasm by @ermalkaleci in #365
- fix test by @ermalkaleci in #366
- move decoder into core by @ermalkaleci in #367
- close db by @xlc in #368
- fix invalid block number by @ermalkaleci in #372
- Fix api by @ermalkaleci in #373
- Update deps by @xlc in #374
- export
signFake
helper by @shunjizhan in #379 - Bump axios from 1.4.0 to 1.5.0 by @dependabot in #380
- Bump @types/node from 20.5.1 to 20.5.7 by @dependabot in #381
- Bump unplugin-swc from 1.3.2 to 1.4.2 by @dependabot in #382
- Bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.5.0 by @dependabot in #383
- Bump eslint from 8.47.0 to 8.48.0 by @dependabot in #384
- add unsafeBlockHeight by @qiweiii in #387
- allow dev rpc set runtime log level by @qiweiii in #390
- fix header.toJSON is not a function by @qiweiii in #393
- release 0.8.0 by @ermalkaleci in #394
New Contributors
- @x676f64 made their first contribution in #341
- @albertov19 made their first contribution in #351
- @Dinonard made their first contribution in #350
- @qiweiii made their first contribution in #353
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Created polkadex.yml by @zktony in #314
- Bump vite from 4.1.1 to 4.3.9 by @dependabot in #316
- support message queue by @xlc in #318
- a few config changes by @goncer in #317
- Update polkadot.yml by @ermalkaleci in #319
- update smodot v1.0.11 by @ermalkaleci in #321
- handle empty prefix by @ermalkaleci in #323
- Bump @types/node from 20.3.1 to 20.3.3 by @dependabot in #326
- Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 by @dependabot in #324
- Bump typescript from 5.1.3 to 5.1.6 by @dependabot in #325
- Bump @swc/core from 1.3.66 to 1.3.67 by @dependabot in #327
- Bump wasm-pack from 0.12.0 to 0.12.1 by @dependabot in #328
- fix run block by @xlc in #332
- support offchain by @ermalkaleci in #322
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #334
- update deps by @xlc in #335
- feat: respect system proxy by @Misaka-0x447f in #331
New Contributors
- @zktony made their first contribution in #314
- @goncer made their first contribution in #317
- @Misaka-0x447f made their first contribution in #331
Full Changelog: 0.6.5...0.7.0
0.6.5
What's Changed
- cache remote keys by @ermalkaleci in #311
- update rust deps by @ermalkaleci in #312
Full Changelog: 0.6.4...0.6.5
0.6.4
0.6.3
What's Changed
- update readme by @ermalkaleci in #272
- Update testing lib by @xlc in #273
- Bump vitest from 0.29.8 to 0.30.1 by @dependabot in #275
- Bump axios from 1.3.4 to 1.4.0 by @dependabot in #276
- Bump @types/lodash from 4.14.192 to 4.14.194 by @dependabot in #278
- Bump typeorm from 0.3.12 to 0.3.15 by @dependabot in #277
- pass trie version to calculate root by @ermalkaleci in #280
- update tsconfig by @ermalkaleci in #281
- update deps by @ermalkaleci in #282
- Update ci by @xlc in #283
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- update configs by @xlc in #266
- Configs for Astar and Shiden by @gluneau in #268
- improve cli by @ermalkaleci in #267
- Bump wasmtime from 6.0.1 to 6.0.2 in /executor by @dependabot in #269
- bump 0.6.2 by @ermalkaleci in #271
New Contributors
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- Bump typescript from 5.0.2 to 5.0.3 by @dependabot in #258
- Bump @swc/core from 1.3.42 to 1.3.44 by @dependabot in #257
- Bump vitest from 0.29.7 to 0.29.8 by @dependabot in #255
- Bump @types/node from 18.15.10 to 18.15.11 by @dependabot in #256
- added picasso rococo by @dzmitry-lahoda in #259
- update dry-run docs by @ermalkaleci in #261
- Bump spin from 0.9.5 to 0.9.8 in /executor by @dependabot in #262
- composable polkadot config by @dzmitry-lahoda in #263
- load remote configs by name by @ermalkaleci in #264
- bump 0.6.1 by @ermalkaleci in #265
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- Bump cranelift-codegen from 0.93.0 to 0.93.1 in /executor by @dependabot in #233
- Bump wasmtime from 6.0.0 to 6.0.1 in /executor by @dependabot in #232
- try runtime by @dzmitry-lahoda in #222
- fix cli option for try-runtime by @ermalkaleci in #237
- run all tests only on master by @ermalkaleci in #238
- fix test skip by @ermalkaleci in #239
- update run-block command by @ermalkaleci in #240
- fix rpc response zero by @ermalkaleci in #241
- fix ump by @xlc in #242
- try more ports before giving up by @sander2 in #245
- Bump sqlite3 from 5.1.4 to 5.1.5 by @dependabot in #246
- get runtime logs from vm by @ermalkaleci in #244
- chore: add Nodle's Eden parachain config by @aliXsed in #247
- update txpool by @xlc in #248
- bump deps by @xlc in #249
- allow specify block number from env by @xlc in #250
- allow specify timeout by @xlc in #251
- bump deps by @xlc in #252
New Contributors
Full Changelog: 0.5.5...0.6.0