Skip to content

Releases: DEIPworld/deip-node

deip v0.1-beta.9

12 Apr 18:40

Choose a tag to compare

release/v0.1-beta.9

deip v0.1-beta.8

17 Mar 18:34

Choose a tag to compare

release/v0.1-beta.8

deip v0.1-beta.7

14 Mar 22:17

Choose a tag to compare

release/v0.1-beta.7

deip v0.1-beta.6

14 Mar 22:13

Choose a tag to compare

release/v0.1-beta.7

deip v0.1-beta.5

14 Mar 22:10

Choose a tag to compare

release/v0.1-beta.7

deip v0.1-beta.4

24 Feb 21:13
67488f7

Choose a tag to compare

release/v0.1-beta.4 (#61) (#62)

* Raw ChainSpec file for the Octopus Testnet

deip v0.1-beta.3

21 Feb 18:58
fdc8dfa

Choose a tag to compare

v0.1-beta.3 (#59)

* (deip-dao): Add preserve_threshold flag to alter_authority ops

* (deip-dao): Update types.json

* Duplicated key removed in types.json

* Genesis balances for Dev Environment

* (portal-auth): Add Portal-signed transactions

* (portal-auth/dao-delegate): Add Portal as a DAO Delegate

* resolve deps conflicts

* revert frame-support dep version

* resolve deps conflicts

* revert frame-support dep version

* replace NFT with FT

* resolve deps conflicts

* revert frame-support dep version

* add deip_ prefix for implemented fns

* add pallet_assets Call::create

* add pallet_assets Call::{force_create, destroy}

* add pallet_assets Call::mint

* add pallet_assets Call::burn

* add pallet_assets Call::transfer

* add blank impl for pallet_assets Call::force_transfer

* add pallet_assets Call::freeze

* add pallet_assets Call::thaw

* add other methods from pallet_assets Call

* serialize MultiAddress through conversion to local similar type

* implement the last batch of methods

* rename DeipAssets -> Assets

* add impl fungibles traits for assets pallet

* implement fungibles traits

* node, deip_call: rename DeipAssets -> Assets

* fix minor warnings

* rename pallet_assets pallet

* add prefix for deip pallet calls

* (benchmarking): Add benchmarking for pallet_deip_proposal

* feature: VestingPallet is added; domains are removed from genesis state;

* (benchmarking): Add benckmarks for deip_dao_pallet

* (pallet-deip-vesting): Drop unused imports

* (misc): Drop pallet_template

* fix error variant

* (misc): Drop pallet_template

* (benchmarking): Add benchmarks for pallet_deip_portal (unfinished..)

* fix rust toolchain to nightly-2021-12-15

* update deps to polkadot-0.9.13

* put my head through wall

* remove redundant (probably) default-features=false

* uncomment runtime lib

* tmp remove custom pallets

* in process: fix std feature conflicts

* finished update of rpc module

* cargo sort

* replace remaining \' with "

* uncomment deip rpc calls

* replace parity assets with assets

* remove LightClient code since it was removed in recent substrate version

* minor refactoring

* add crate for uniques

* include pallet uniques and add it to construct runtime

* add pallet uniques matching

* add and plug in blank pallet uniques wrapper

* add and plug in blank config, genesis config

* fix GenesisConfig import bug: add feature std for frame_support

* add pallet call create()

* impl Call methods from original pallet

* add blank deip_create_nft call

* move DeipProjectsInfo trait to separate module

* impl deip_destroy

* impl deip_mint

* impl deip_burn

* impl deip_transfer

* impl deip_freeze

* impl deip_thaw

* impl deip_freeze_class

* impl deip_thaw_class

* impl deip_set_metadata

* refactoring: add pallet_uniques::Call import

* impl deip_force_create

* impl deip_redeposit

* impl rest of deip_ calls, without storage updates

* add NFT balances map

* import sp_std vec

* split class id range for origin and deip calls

* (deip-uniques): Review

* fix Call::destroy syntax

* (benchmarking): Add benchmarks for pallet_deip (partially..)

* fix missing light client extension

* add fork_blocks and bad_blocks

* Custom functions specification is added

* Custom parameters from AssetsConfig removed

* (ecosystem-funds): Add pallet_deip_ecosystem_funds

* (misc): Disable Nda methods

* remove force_ calls from assets pallet

* remove force_ calls from uniques pallet

* remove dead code

* remove addDomain extrinsic call

* add wrapper for pallet Balances

* (benchmarking): Add benchmarks for pallet_deip (partially..)

* Withdraw reasons flag changed in 'pallet_deip_vesting'

* try update to paritytech/subxt

* WIP: add impl of subxt::Config to Runtime

* add impl of subxt Config for runtime

* add BlockchainActorInputData matching

* impl get_block_events

* try to use types from subxt generated mod

* finish events decoding

* add codegen api

* move subxt impl to event proxy

* add subxt Config impl for runtime

* remove unused subxt dep

* switch subxt dep to deip repo

* fix rebase mistakes

* rename balances event

* clean removed events

* remove metadata.scale

* restore event-proxy build

* chain_spec

* Dev genesis

* (misc): Fix compose-file

* octopus-testnet.json

* Update bootnodes and cli configs for testnet

also add a dummy mainnet chainspec for now

* (benchmarking): Add benchmarks for investment ops of pallet_deip

* add pallet beefy mmr

Co-authored-by: yaro <0623forbidden@gmail.com>
Co-authored-by: Pavel Iakushin <jetpilot412@gmail.com>
Co-authored-by: Павел Якушин <piakushin@Pavels-MacBook-Pro.local>
Co-authored-by: Yuanchao Sun <yuanchao.sun@gmail.com>

v0.1-beta.2

17 Feb 18:23
f5a4c7d

Choose a tag to compare

Co-authored-by: egortsaryk9 <egortsaryk@gmail.com>
Co-authored-by: Pavel Iakushin <jetpilot412@gmail.com>
Co-authored-by: Yuanchao Sun <yuanchao.sun@gmail.com>

deip v0.1-beta.1

15 Feb 20:22
8cd711c

Choose a tag to compare

v0.1-beta.1

Co-authored-by: egortsaryk9 <egortsaryk@gmail.com>
Co-authored-by: Pavel Iakushin <jetpilot412@gmail.com>

deip v0.1-alpha.1

29 Oct 17:16

Choose a tag to compare

  • DEIP core pallets from the main repo are integrated into the Octopus barnacle template
  • Event Proxy is integrated into the Octopus barnacle template