Releases: tangle-network/tangle
Releases · tangle-network/tangle
Release v0.6.6
What's Changed
- Added updated Whitepaper by @thomivy in #583
- fix: Remove all unsafe math by @1xstj in #584
- Update
scripts/run-standalone-local.sh
for easier testing by @shekohex in #586 - Fixes signature verification after upgrading DFNS by @drewstone in #570
- update validators and release v0.6.6 by @1xstj in #587
- Submit DKGPhase2Result through script by @salman01zp in #588
- Update readme on running local tests by @salman01zp in #589
- [fix] add entire amount in claims by @1xstj in #590
- runtime audit : fixes by @1xstj in #592
Full Changelog: v0.6.5...v0.6.6
Release v0.6.5
What's Changed
- allow multiple vesting schedules in claims by @1xstj in #581
- Pull leaderboard data by @1xstj in #578
- Add balances-erc20 precompile by @drewstone in #580
- release v0.6.5 by @1xstj in #582
Full Changelog: v0.6.4-rc3...v0.6.5
v0.6.4-rc3
Release v0.6.4-rc2
What's Changed
Full Changelog: v0.6.4-rc1...v0.6.4-rc2
Release v0.6.4-rc1
What's Changed
- Fix blocking calls in filters by @salman01zp in #568
- Update Chainspec by @salman01zp in #571
- fix: Added
types
properties topackage.json
file by @AtelyPham in #572 - [release] Internal testnet v0.6.4 by @1xstj in #569
Full Changelog: v0.6.4...v0.6.4-rc1
Release v0.6.2-rc3
Release v0.6.2-rc2
What's Changed
- ci: publish binary for testnet and mainnet by @shekohex in #564
- feat: use reward curve for restaker inflation by @1xstj in #544
- Benchmark pallets by @salman01zp in #562
Full Changelog: v0.6.2...v0.6.3
Release v0.6.2-rc1
What's Changed
- Update README and remove outdated links by @shekohex in #416
- fix : fix rpc result response and add tests by @1xstj in #420
- feat : add fast-runtime feature by @1xstj in #421
- fix: restore signing rules contract by @1xstj in #422
- bugfix: zkSaaS Phase2 submitted jobs not found by @shekohex in #427
- feat: update role key against new validators by @drewstone in #414
- Update README.md by @monaiuu in #431
- fix: use ubuntu20 to build release image by @1xstj in #444
- Add vesting pallet precompile by @drewstone in #442
- fix: Remove node-name and use randomly generated seed by @1xstj in #445
- Add multisig pallet to both runtimes by @drewstone in #447
- Update Roles names by @shekohex in #449
- feat: Integrate jobs pallet into roles test mock environment by @1xstj in #446
- feat: update docker image by @1xstj in #448
- feat: DKG TSS Phase Three and Phase Four by @shekohex in #450
- fix: TSS Phase Three and Phase Four Job Submission Validation by @shekohex in #451
- Update and allow switching independent to shared profile by @drewstone in #452
- feat: Initial distribution setup by @1xstj in #424
- fix: make all types bounded by @1xstj in #457
- fix: allow dkg with n=t by @1xstj in #458
- feat: Add time based fee to jobs based on ttl by @1xstj in #454
- Add latest whitepaper version by @thomivy in #461
- Adds schnorr verification from FROST threshold signature library by @drewstone in #459
- chore: update tangle-substrate-types to 0.5.2 by @1xstj in #463
- Add readme doc for roles pallet by @salman01zp in #464
- Add encode/decode, serialize to runtime types by @drewstone in #465
- BLS verification by @tbraun96 in #460
- feat: Misbehavior Reporting and verification on chain by @shekohex in #453
- Remove dkg submission flow for schnorr (should only be ecdsa) by @drewstone in #468
- feat:
dfns/cggmp21
KeyRefreshRingPedersenParams
on-chain verification by @shekohex in #469 - fix: Roles pallet - rename validators to restakers by @1xstj in #472
- Fixes needed for frost DKG / threshold signatures to verify onchain. by @drewstone in #471
- feat: Add
InvalidModProof
&InvalidFacProof
on-chain verification by @shekohex in #470 - chore: Update pallet-eth2-light-client by @shekohex in #474
- fix: update distribution by @1xstj in #476
- fix: deterministically generate seeds for dev accounts by @shekohex in #477
- fix: fix failing docker build by @1xstj in #475
- feat: Implement roles pallet rewards by @1xstj in #466
- Reorder: permitted caller check by @drewstone in #479
- Fix dep and compile bug by @drewstone in #480
- Frost misbehavior onchain reporting by @drewstone in #481
- feat: allow restaker to set max active jobs by @1xstj in #483
- fix: treat evm address as multiaddress in dist by @1xstj in #484
- Update README.md, remove what's not used anymore by @drewstone in #490
- Update math formulas to render by @drewstone in #491
- Fix std leak by @salman01zp in #495
- feat: add rpc to get role key assigned to restaker by @1xstj in #496
- feat: add
dfns/cggmp21
gadget by @shekohex in #489 - fix gadget link by @shekohex in #499
- MPC Jobs Pallet : Allow job creator to specify the fallback in case of job failure by @1xstj in #482
- Updated Whitepaper by @thomivy in #500
- Add polka validators to genesis claims by @drewstone in #501
- Tangle subxt by @salman01zp in #505
- fix: Add extrinsic to allow updating MinRestakingBond by @1xstj in #509
- fix: allow auto-insert-keys only for dev/testnet by @1xstj in #527
- fix : revert gadget integration by @1xstj in #528
- ci: fix CI by @1xstj in #530
- chore: remove unused crates in tangle-subxt by @shekohex in #531
- Add more derives to the generated code by @shekohex in #532
- fix: genesis distribution tests by @1xstj in #534
- Update tangle subxt bindings by @shekohex in #536
- Update to 1.7.0 by @drewstone in #498
- Allow modifying jobs ttl after submission task by @1xstj in #537
- Upgrade
tangle-substrate-types
by @AtelyPham in #539 - Remove light client from runtime and update values by @drewstone in #511
- Update mainnet.rs by @thomivy in #540
- Tests for Job result submission event by @salman01zp in #550
- doc: add job/result submission example in TS by @1xstj in #552
- DFNS Stark, Secp256r1, and DKLS ECDSA support by @drewstone in #553
- feat: staking unbond/withdraw checks for active restaker by @1xstj in #543
- Fix stark verification by @drewstone in #556
- Add derivation path by @drewstone in #557
- update distribution by @1xstj in #558
- Update bootnodes by @1xstj in #559
- feat: create tangle-mainnet types for tangle-subxt by @1xstj in #560
- fix: endowment txfee amount for for locked balances by @1xstj in #561
Full Changelog: v0.6.1...v0.6.2
Release v0.6.1
What's Changed
- feat : re-introduce auto-insert-keys flag for babe by @1xstj in #410
- Fix build by @salman01zp in #411
- chore : Update testnet artifacts by @1xstj in #412
Full Changelog: v0.6.0...v0.6.1
Release v0.6.0
What's Changed
- chore: update dkg-substrate and release runtime v0.5.1 by @1xstj in #284
- Roles pallet Implementation by @salman01zp in #286
- feat: MPC Jobs pallet by @1xstj in #285
- Validator re-staking by @salman01zp in #297
- Update staking interface contract by @devpavan04 in #307
- Support multiple roles by @salman01zp in #303
- feat: add roles metadata for validators by @1xstj in #309
- Update role metadata structure and submit remove job request by @salman01zp in #312
- Add mainnet genesis updates by @drewstone in #310
- feat: pallet-dkg | Verify submitted TSS jobs by @1xstj in #314
- Implement inflation rewards for mpc authorities by @1xstj in #315
- Validator offence and slashing by @salman01zp in #313
- chore: remove standalone folder by @1xstj in #323
- chore: create testnet and mainnet runtime by @1xstj in #324
- Signing rules for mpc jobs by @1xstj in #304
- Update claims mocked address type, begins support for multi-address c… by @drewstone in #322
- ZKSaaS pallet by @shekohex in #321
- Update to polkadot-sdk/release-polkadot-v1.1.0 by @drewstone in #335
- fix startup script by @1xstj in #339
- chore: update types by @1xstj in #340
- feat : DKG pallet should handle both edcsa and Schnorr signatures by @1xstj in #341
- Shared and Independent re-staking option for selected roles by @salman01zp in #329
- feat: remove all dkg-substrate deps by @1xstj in #342
- Add eth2 light client back by @drewstone in #343
- Fix clippy deprecated warning + feature issues by @drewstone in #345
- Update Jobs Runtime API by @shekohex in #350
- Add more props to the zkSaaS circuit by @shekohex in #351
- Add ZkSaaS Pallet to Testnet Runtime by @shekohex in #354
- add pallet-proxy by @salman01zp in #353
- feat: Replace
aura
withbabe
and seperate build on feature flags by @drewstone in #348 - chore : Update copyright text and remove unused verifying keys by @1xstj in #358
- fix: update testnet script by @1xstj in #359
- Add claims to genesis spec by @drewstone in #356
- fix: update types by @1xstj in #360
- Add faucet accounts list to participation by @drewstone in #361
- Add EVM Bridge Addresses to the distributions by @shekohex in #364
- fix: sha2256sum of statements by @drewstone in #370
- fix: Mainnet halts at block 100 by @1xstj in #372
- Testing claims on mainnet locally by @shekohex in #369
- Add role key for roles pallet by @drewstone in #371
- feat: Unify common runtime configs by @1xstj in #385
- fix : update local testnet authorities by @1xstj in #390
- Update primitives and extend roles to many DKG/TSS schemes by @drewstone in #375
- feat: Setup call filters for testnet/mainnet by @1xstj in #386
- feat: Add tests for distribution logic by @1xstj in #387
- feat: Allocate 4007 for Tangle EVM testnet by @shekohex in #395
- feat : set address prefixes by @1xstj in #398
- bugfix: Fix claims pallet by @shekohex in #394
- feat: update benchmark build and add claims pallet benchmarks by @1xstj in #384
- Benchmarks roles pallet by @salman01zp in #373
- Fix missing host function import issue by @salman01zp in #400
- feat : add jobs pallet rpc calls by @1xstj in #397
- feat: Save Phase Two job result by @shekohex in #399
- Reduce The Claim Amount To Fix The PotUnderflow Error by @AtelyPham in #402
- chore: update chain ids by @shekohex in #403
- feat: Prep testnet launch runtime by @1xstj in #405
- fix : remove custom prefix for testnet by @1xstj in #406
- feat: Jobs TTL and Expiry by @shekohex in #404
- Store Role key while creating profile by @salman01zp in #401
Full Changelog: v5.0.0...v0.6.0