What's Changed
- recovery dev addr and mannual deploy examples by @yourmoonlight in #1006
- fix dashboard bugs by @wow-sven in #1008
- [NFT Standard] by @WGB5445 in #963
- fix dashboard bug by @wow-sven in #1012
- hide dashboard todo feature by @wow-sven in #1013
- [Framework] Transaction validator accept future sequence_number. by @jolestar in #1014
- fix deploy devnet workflow with skip-password by @yourmoonlight in #1016
- Fix deploy with image_tag by @yourmoonlight in #1017
- fix transcation by @wow-sven in #1021
- Release v0.2 blog by @jolestar in #1007
- add weekly 2023-10-23 by @geometryolife in #1025
- SDK 0.0.2 preview by @wow-sven in #1023
- website(blog): The Triple Iron Curtains before Data Availability by @popcnt-subodhi in #955
- add doc content that explains the project name of the
examples
by @geometryolife in #1027 - chore(typo) by @popcnt-subodhi in #1030
- Remapping address when publish modules by @pause125 in #1029
- [Document] rooch-as-bitcoin-side-rollup diagram by @jolestar in #1032
- Check the Gas Free function during the compilation of the Move module. by @stevenlaw123 in #886
- optimize the website sidebar display by @geometryolife in #1039
- [types] Refactor MoveState & MoveStructState API by @jolestar in #1040
- fix rooch init failed with phrase by @yourmoonlight in #1041
- [gh-945] fix integration tests for ethereum. by @feliciss in #1043
- fix deploy workflow by @yourmoonlight in #1051
- Support replacing identifier, address and string constant in module bytecodes by @pause125 in #1042
- docs: add rooch's json-rpc quick start guide by @geometryolife in #1050
- Feature owen rooch circomlib by @yubing744 in #1054
- [MoveosStd] Refactor ObjectRef, allow ObjectRef as transaction argument by @jolestar in #1026
- fix docker: invalid reference format by @yourmoonlight in #1057
- Fix ci deploy by @yourmoonlight in #1058
- Fix ci deploy by @yourmoonlight in #1060
- remove unused slash by @yourmoonlight in #1061
- fix devnet workflow by @yourmoonlight in #1062
- Update interact-with-metamask.en-US.mdx by @Elitexv in #1064
- add google analytics by @wow-sven in #1070
- add dashboard build test by @wow-sven in #1072
- rooch network add dashboard link menu by @wow-sven in #1069
- add counter example by @wow-sven in #1071
- [MoveosStd] Rename ObjectRef to Object by @jolestar in #1065
- docs: add quick start guide which use counter example by @geometryolife in #952
- [types] Rename Object to ObjectEntity, ObjectRef to Object by @jolestar in #1074
- Changing the execution stage of the gas_validate_function. by @stevenlaw123 in #1068
- [MoveosStd] Refactor singleton and display by @jolestar in #1077
- fix dashboard eth chain by @wow-sven in #1082
- [Documents] Make the move document exclude impl and private fun by @jolestar in #1079
- [Object] Implement shared and frozen Object by @jolestar in #1083
- [Document] fix documents links by @jolestar in #1086
- Provide indexer store base on SQLite by @baichuan3 in #1088
- docs: add MetaMask installation guide by @geometryolife in #1089
- docs: add how to interact with MetaMask guide by @geometryolife in #1080
- fix multi-account-session by @wow-sven in #1091
- docs: add MetaMask installation guide en version by @geometryolife in #1095
- Update interact-with-metamask.en-US.mdx by @Elitexv in #1099
- add list states feature by @wow-sven in #1096
- fix rooch account session key by @wow-sven in #1098
- fix sdk account test by @wow-sven in #1097
- docs: fix typos by @vuittont60 in #1101
- docs: update dashboard docs by @geometryolife in #1102
- docs: add a contrition guide for
scripts/pr.sh
by @geometryolife in #1073 - fix table ui responsive by @wow-sven in #1105
- Refactor moveos_stdlib::move_module and add example of issue coin without code by @pause125 in #1107
- [moveos_std] Refactor object::transfer by @jolestar in #1090
- [event] Refactor event, make Event API stateless by @jolestar in #1108
- fix: remove empty file by @geometryolife in #1113
- add weekly 2023-11-06 by @geometryolife in #1115
- fixing the address parsing in integration test by @stevenlaw123 in #1106
- [MoveosStd] Refactor AccountStorage by @jolestar in #1114
- [Framework] Refactor Timestamp to object by @jolestar in #1120
- Implement transaction indexer by @baichuan3 in #1121
- Implements event indexer write by @baichuan3 in #1123
- [CLI] Refactor CLI FunctionArg parser by @jolestar in #1125
- [DRAFT] Compiling and checking the structure and functions annotated with data_struct. by @stevenlaw123 in #1085
- Fixup docker build failed due to missing sqlite lib by @baichuan3 in #1127
- add libsqlite3-dev in the runtime by @yourmoonlight in #1129
- make from_bytes is decorated by data_struct. by @stevenlaw123 in #1131
- Skip module init when upgrading module through MoveAction::ModuleBundle by @pause125 in #1133
- [Framework] Make ChainID and AddressMapping to singleton Object by @jolestar in #1130
- [Framework] Refactor CoinInfo & CoinStore & Account CoinStore by @jolestar in #1138
- [Framework] Resolve CoinStore transfer issue by @jolestar in #1144
- fix: update the variable name of
timestamp_test.move
by @geometryolife in #1145 - docs: add timestamp and relayer introduction article by @geometryolife in #1122
- Make tx order type from u128 to u64 by @baichuan3 in #1148
- Refactor event filter and Implements indexer event RPC by @baichuan3 in #1136
- [moveos_std] Rename singleton_object to named_object by @jolestar in #1146
- [rpc] The event RPC treat cursor None as -1 by @jolestar in #1153
- [Documents]new object documents by @jolestar in #1149
- add
getCode
eth rpc server method by @bytedeveloperr in #1155 - Implements indexer transaction RPC by @baichuan3 in #1154
New Contributors
- @vuittont60 made their first contribution in #1101
Full Changelog: v0.2.1...v0.2.2