Releases: rooch-network/rooch
Releases · rooch-network/rooch
v0.5.1
What's Changed
- [State] Fixup state query bug by @baichuan3 in #1804
- Opt/faucet by @wow-sven in #1800
- Fix portal 0.5 by @wow-sven in #1805
- fix testnet deploy by @yourmoonlight in #1806
- [cli] ParsedAddress support Bitcoin address by @vegetabledogdog in #1807
- update navigation bar link by @geometryolife in #1809
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- add restart for testnet container by @yourmoonlight in #1702
- [framework] Refactor the error_mapping generator and binary include by @jolestar in #1701
- [genesis] Fix module store size bug by @jolestar in #1703
- [genesis] Reset testnet and prepre new version by @jolestar in #1704
- Use mvir file with metadata to test the verifier by @steelgeek091 in #1707
- Update vapp and account abstraction docs by @geometryolife in #1709
- [bug] Check the module is exist before execute the view function by @vegetabledogdog in #1700
- Fix the random test failed problem. by @steelgeek091 in #1710
- update sidebar, translate welcome and overview pages by @geometryolife in #1711
- fix btc sign info prefix len > 255 by @wow-sven in #1713
- Fix multi chain address, faucet support rooch address by @wow-sven in #1712
- [doc] Update the roadmap and fix some broken links by @jolestar in #1715
- fix zh page dispaly and sidebar by @geometryolife in #1716
- Show display fields of object states from indexer by @pause125 in #1670
- [stdlib] Release stdlib v2 for testnet by @jolestar in #1718
- [release] fix cargo lock for release by @jolestar in #1720
- deploy when build docker finished by @yourmoonlight in #1719
- check build workflow status and restrict to release by @yourmoonlight in #1722
- publish sdk 0.1.4 & fix protal by @wow-sven in #1723
- update faucet tracing & default amount by @wow-sven in #1724
- [CLI] Support Indexer cli for rebuild indexer from statedb by @baichuan3 in #1725
- Faucet discord notify by @wow-sven in #1727
- [sequencer] Add sequencer timestamp to TransactinoInfo and update timestamp by @jolestar in #1726
- Support the data_struct related testing for the verifier. by @steelgeek091 in #1729
- [Portal] update week#0 (DO NOT MERGE) by @TwilightLogic in #1708
- docs: add Rooch portal user guide by @geometryolife in #1607
- fix portal coin decimals & sdk-kit build error by @wow-sven in #1732
- [framework&rpc] Deprecated CoinStores and use Indexer to query account balance. by @jolestar in #1730
- restore unisat installation guide by @geometryolife in #1734
- [Example] Add example for coin orderbook by @mx819812523 in #1735
- [Genesis] Write genesis tx to sequencer by @baichuan3 in #1736
- Introduce Package to store modules. by @pause125 in #1721
- Build a debug version of rooch and Deploy the devnet using the debug version by @yourmoonlight in #1741
- [moveos_std] Add evm precompiled functions by @vegetabledogdog in #1739
- Refactor some parts of the verifier and add more mvir tests. by @steelgeek091 in #1742
- fix pnpm lint by @wow-sven in #1744
- update templates/react-counter & Refactor create-rooch by @wow-sven in #1743
- build and deploy debug image to dev by @yourmoonlight in #1747
- [types] Unify address format to bech32 by @jolestar in #1749
- fix rooch-create lint by @wow-sven in #1750
- Temporarily hide the portal guide from end users by @geometryolife in #1738
- feat: add bitseed validity test 3 by @yubing744 in #1706
- [moveos_std] Complete evm precompiled functions by @vegetabledogdog in #1757
- [gh-1622] remove resource account in account.move. by @feliciss in #1714
- Doc of object dynamic fields by @pause125 in #1756
- fix portal time & nft error by @wow-sven in #1761
- fix queryObjectStates response bug by @pause125 in #1760
- [Indexer] Refactor and Simplify indexer, Genesis tx update indexer by @baichuan3 in #1758
- fix some typos by @nkysg in #1764
- Refactor some parts of the verifier and add more mvir tests. by @steelgeek091 in #1765
- blog: showcase your insights on the Bitcoin Ecosystem & Rooch Network by @geometryolife in #1768
- [CLI] Refactor keystore and generate Bitcoin keypair in CLI by @jolestar in #1762
- blog: fix tag and add some links by @geometryolife in #1769
- Allow directly calling the data_struct function with Option type. by @steelgeek091 in #1773
- [keystore] Use the BIP86 as the private key derivation path purpose by @jolestar in #1771
- simplify and optimize the portal guide by @geometryolife in #1755
- unify ascii::String to string::String by @pause125 in #1775
- [Framework] Include create_time and update_time in the ObjectEntity by @baichuan3 in #1766
- Website UI by @TwilightLogic in #1779
- feat: portal-improvement-week1 by @TwilightLogic in #1748
- [framework] Refactor auth validator and address mapping by @jolestar in #1778
- doc: how to create the first dapp by @geometryolife in #1767
- translate the showcase insights blog by @geometryolife in #1780
- [frameworks] Clean some frameworks todos and refactor account module by @jolestar in #1783
- [sdk][framework] Refactor auth payload by @wow-sven in #1784
- [Bitcoin] Verify the bitcoin header by @vegetabledogdog in #1786
- Prepare Release v0.5 by @jolestar in #1785
- deploy both release and prerelease to testnet seed by @yourmoonlight in #1787
- [portal]fix portal deploy failed & update portal dependencies rooch-sdk by @wow-sven in #1789
- website UI by @TwilightLogic in #1788
New Contributors
Full Changelog: v0.4...v0.5.0
v0.5.0-beta
Prepare Release v0.5 (#1785) * [fix] fix auth paylaod * [genesis] Update genesis config and release stdlib v1 * [cargo] Update version to 0.5.0 * fix bitcoin validator test * [auth] Add length to auth payload * [framework] Unify the auth error code * rebase and release stdlib v1 again --------- Co-authored-by: sven Tan <[email protected]>
v0.4.3
What's Changed
- [doc] Update the roadmap and fix some broken links by @jolestar in #1715
- fix zh page dispaly and sidebar by @geometryolife in #1716
- Show display fields of object states from indexer by @pause125 in #1670
- [stdlib] Release stdlib v2 for testnet by @jolestar in #1718
- [release] fix cargo lock for release by @jolestar in #1720
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Use mvir file with metadata to test the verifier by @steelgeek091 in #1707
- Update vapp and account abstraction docs by @geometryolife in #1709
- [bug] Check the module is exist before execute the view function by @vegetabledogdog in #1700
- Fix the random test failed problem. by @steelgeek091 in #1710
- update sidebar, translate welcome and overview pages by @geometryolife in #1711
- fix btc sign info prefix len > 255 by @wow-sven in #1713
- Fix multi chain address, faucet support rooch address by @wow-sven in #1712
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- add restart for testnet container by @yourmoonlight in #1702
- [framework] Refactor the error_mapping generator and binary include by @jolestar in #1701
- [genesis] Fix module store size bug by @jolestar in #1703
- [genesis] Reset testnet and prepare a new version by @jolestar in #1704
Full Changelog: v0.4...v0.4.1
v0.4
What's Changed
- fix(workflow): fix docker build by @popcnt1 in #1351
- ci: fix secrets in da option by @popcnt1 in #1355
- [RPC] Support get transactions and events in reverse order by @baichuan3 in #1354
- feat: fixbug for 'WalletProvider' cannot be used as a JSX component by @yubing744 in #1340
- add stand alone deploy testnet workflow && clean dev data before dep… by @yourmoonlight in #1356
- feat(DA): add fs as open-da for dev env by @popcnt1 in #1360
- ci: use fs as open-da for dev env by @popcnt1 in #1361
- fix dashboard testnet by @wow-sven in #1362
- docs: add connect testnet guide by @geometryolife in #1359
- feat(DA): add log for openDA by @popcnt1 in #1365
- delete old docs: add-network by @geometryolife in #1364
- docs: how to get btc test coins by @geometryolife in #1363
- add bitcoin env shell by @wow-sven in #1368
- docs: add inscription guide by @geometryolife in #1366
- add mint by @wow-sven in #1369
- fix doc meta by @jolestar in #1372
- blog: add v0.3 release notes by @geometryolife in #1358
- Refactor account storage base on dynamic field by @baichuan3 in #1373
- docs: add a tip for btc test coin by @geometryolife in #1375
- blog: add weekly 2024-02-19 by @geometryolife in #1376
- upgrade libssl version by @yourmoonlight in #1377
- deploy rooch seed for match by @yourmoonlight in #1379
- update docs sidebar by @geometryolife in #1370
- chore: refine codes of da server by @popcnt1 in #1367
- ci: fix bench building error by @popcnt1 in #1382
- add tag input to deploy seed for match use by @yourmoonlight in #1386
- [Framework] Refactor account module by @baichuan3 in #1389
- ci: move build tx out of execution bench by @popcnt1 in #1390
- deploy frontend dev by @yourmoonlight in #1391
- ci: fix link error in bench by @popcnt1 in #1392
- Render display templates and output through PRC by @pause125 in #1393
- fix
move new
command by @pause125 in #1396 - ci: add pure mem filesystem for bench by @popcnt1 in #1399
- Support display for Move resources and add an example by @pause125 in #1398
- fix faq doc by @geometryolife in #1403
- ci: add empty & transfer tx bench by @popcnt1 in #1404
- fix: cargo.lock git status by @popcnt1 in #1406
- feat(rpc-server): spawn for indexer updates after execution by @popcnt1 in #1407
- docs: update dashboard login url by @geometryolife in #1374
- Check the Object reference count runtime by @jolestar in #1401
- blog: migrate defining bitcoin layer2 from notion by @geometryolife in #1411
- [movevm] Refactor argument resolve and check the object reference by @jolestar in #1412
- [Genesis] refactor genesis init by @jolestar in #1415
- feat: add project "rooch-portal-v1" into "rooch" by @TwilightLogic in #1417
- [framework] Refactor Object dynamic fields by @jolestar in #1419
- [object] Object new v2 by @jolestar in #1422
- [ci]: refine profiling args and steps for tx bench by @popcnt1 in #1428
- lower version number gone, update libssl version by @yourmoonlight in #1433
- install protoc for release workflow by @yourmoonlight in #1434
- Support native function to get TxContext by @jolestar in #1435
- [Bitcoin] Prepare Ord data verify tools and begin to verify by @baichuan3 in #1414
- Deprecated context argument by @jolestar in #1436
- add strategy try to fix the workflow duration by @yourmoonlight in #1438
- Clean context by @jolestar in #1437
- add timeout for lint by @yourmoonlight in #1439
- feat: connect wallet with the SDK by @TwilightLogic in #1427
- migrate raw_table native functions to object by @jolestar in #1440
- chore: remove repetitive words by @wellweek in #1444
- [Framework] Dynamic field require store ability and UTXO temporary area by @jolestar in #1449
- add the wasm runtime by @steelgeek091 in #1441
- Review TODO & FIXME by @pause125 in #1451
- Refactor Rooch website by @geometryolife in #1387
- stackable-layer2 blog by @jolestar in #1448
- Check the object and object field type by @pause125 in #1452
- docs: clean up the old docs by @geometryolife in #1455
- [Example] Implement a BTC holder coin example by @jolestar in #1453
- update quick start guide for obj v2 by @geometryolife in #1454
- fix stackable-l2 link by @jolestar in #1457
- [Perf] Split Indexer files to improve reading and writing performance by @baichuan3 in #1459
- docs: fix inscription broken links and sidebar by @geometryolife in #1461
- fix the check build test workflow by @yourmoonlight in #1463
- Distinguish between not found and type mismatch for object field borrowing. by @pause125 in #1464
- [moveos] support object field by @jolestar in #1456
- Support child object query and add child object example by @jolestar in #1466
- [ci]: fix tx_write_bench validate failure by @popcnt1 in #1468
- Add the wrapped Move function used to call the wasm bitseed generator. by @steelgeek091 in #1467
- chore: fix some typos by @depthlending in #1472
- docs: update object doc en & zh by @geometryolife in #1469
- feat: add
self-staking
page by @TwilightLogic in #1470 - [indexer] Indexer support child object by @jolestar in #1471
- Rename NativeTableContext to ObjectRuntimeContext by @jolestar in #1474
- feat: finish the UI design of connecting to wallet by @TwilightLogic in #1475
- docs: add rooch cli en and update by @geometryolife in #1476
- Feature/sdk kti by @wow-sven in #1479
- feat: add
grow-rooch-v1
page by @TwilightLogic in #1483 - add portal local run doc by @wow-sven in #1482
- update simple_blog and blog system article by @geometryolife in #1484
- Disable gas free functions and module template. by @pause125 in #1477
- update rpc example parameter by @geometryolife in #1487
- [Bitcoin] Utxo track by SatPoint by @baichuan3 in #1486
- feat: implement the landing page of
grow-rooch-v1
by @TwilightLogic in #1485 - ci(bench): refine tx_exec bench and add more bench by @popcnt1 in #1490
- feat: implement the process of connecting to wallet by @TwilightLogic in #1491
...
v0.4-alpha.3
v0.4-alpha.3
v0.4-alpha.2
v0.4-alpha.2
v0.4-alpha
Draft v0.4-alpha