dendrite/zion
Tak Wai Wong 22230a238a Make module type property available in the contract + publish client types (#923)
Add the new property moduleType to EntitlementModuleInfo.

Re-generate the typescript types, Go types, and the abi
2022-11-14 10:27:34 -08:00
..
contracts Make module type property available in the contract + publish client types (#923) 2022-11-14 10:27:34 -08:00
contract_addresses.go Jterzis/update dendrite (#656) 2022-10-17 15:59:47 -07:00
README.md Sync dendrite fork changes for gating, and single chain support (#778) 2022-11-01 11:09:34 -07:00
store.go Jterzis/sync dendrite (#793) 2022-11-01 23:17:48 -07:00
store_types.go Jterzis/update dendrite (#656) 2022-10-17 15:59:47 -07:00
user_identifier.go Jterzis/update dendrite (#656) 2022-10-17 15:59:47 -07:00
web3_util.go Jterzis/update dendrite (#656) 2022-10-17 15:59:47 -07:00
zion.go Setup foundry to build abi.json files (#509) 2022-09-23 14:20:03 -07:00
zion_authorization.go Space,Channel soft deletion with dendrite gating, tests (#889) 2022-11-09 17:07:51 -07:00

Purpose

Additional packages added for the Zion project, nothing in here should be in the Matrix Dendrite upstream, nor in the herenotthere/dendrite-fork.

The zion_space_manager_(mainnet|rinkeby|localhost).go files are generated as new versions of the smart contracts are build and deployed. The bindings are in this location so they can be built alongside the dendrite server in the build process.