Skip to content

Releases: encointer/encointer-worker

CLI client bugfix

08 Jan 12:01
Compare
Choose a tag to compare

fix demo script and bot-communities

breaking CLI and API improvements

11 Dec 12:06
Compare
Choose a tag to compare
  • extended and modified TrustedGetters
  • add --skip-ra flag
  • fix logging from runtime pallets properly (target is now pallet crate name)
  • key provisioning request is its own subcommand now
  • fix URL advertisement in enclave registry

fix bot community growing

29 Nov 20:41
Compare
Choose a tag to compare
  • can now log from runtime pallets in enclave stf
  • accelerated extrinsic sending from enclave, avoiding long blocking (where worker-api was irresponsive as well)
  • fix CLI registering with reputation
  • grew bot community to ~300 with this

fixing client issues

11 Nov 08:28
Compare
Choose a tag to compare
v0.6.13-sub2.0.0

bump version to 0.6.13

upgrade to substrate 2.0.0

03 Nov 15:09
371f0b9
Compare
Choose a tag to compare
Upgrade upstream 0.6.12 sub2.0.0 (#31)

* automatic-shard-joining-and-per-shard-updates-on-block (#160)

* [enclave] update_map contains options. This is needed if a storage value needs to be deleted in the STF
[enclave, stf] perform state updates per shard, auto join new shards

* [worker] only feed 100 blocks at a time into the chain relay. Improved logging while syncing to keep track of sync status

* [WorkerApi] Remove default protocol ws.

* update ipfs version (#165)

Co-authored-by: bwty <whalelephant@users.noreply.github.com>

* Implement Ipfs read and write with verification in enclave

this implements gitcoin bounty #70 
Co-authored-by: bwty <whalelephant@users.noreply.github.com>

* Encointer contributions upstreaming (#174)

* [enclave] ! fix: init-shard if it does not exist
* back up chain relay db before update in case of file corruption
* clean up chain relay sync logging
* Ws server refactor (#13)
* changed ws_server completely. Requests from client are now handled in the worker main event loop to prevent race conditions with on state/chain_relay access.
* [ws_server] remove unwrap and send instead "invalid_client_request" to client
* updating block number in stf state
* [enclave/chain_relay] store only hashes of the headers instead of the headers themselves
* enclave: patch log and env_logger to mesalock
* worker should panic if it can't write to shard
* add public getters for unpermissioned statistics (#16)
* don't request key provisioning form other worker. assume its there or generate new (dangerous!)
* bump version to 0.6.11 like encointer reference release

Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com>
Co-authored-by: Marcel Frei <marcel.frei@electronix.ch>
Co-authored-by: Christian Langenbacher <christian.langenbacher91@gmail.com>

* fix #176 and update some dependiencies

* upgrade to upstream 2.0.0-rc5
fix .dispatch filtering introduced in paritytech/substrate#6318
depend on tag version for sgx-runtime

* Upgrade upstream 2.0.0 (#182)

* enclave builds
* worker and client builds
* fix metadata module index
* successfully tested shielding-unshielding example

* fix merge. builds and demo works

Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com>
Co-authored-by: bwty <18553484+whalelephant@users.noreply.github.com>
Co-authored-by: bwty <whalelephant@users.noreply.github.com>
Co-authored-by: bwty <email-me@belsy.space>
Co-authored-by: Marcel Frei <marcel.frei@electronix.ch>
Co-authored-by: Christian Langenbacher <christian.langenbacher91@gmail.com>

fixes and better logging

30 Aug 18:57
Compare
Choose a tag to compare
Pre-release
v0.6.11-sub2.0.0-alpha.7

bump version. fix #26. upgrade pallets. more debug logs in cli and en…

fixing Cantillon tutorial flow

24 Aug 17:24
Compare
Choose a tag to compare
Pre-release
v0.6.10-sub2.0.0-alpha.7

decode attestations for client CLI output

client can query public info and stats about currency

24 Jun 21:08
53e9ef9
Compare
Choose a tag to compare
v0.6.9-sub2.0.0-alpha.7

closes #7. all public getters implemented (#19)

fix demurrage for Cantillon

24 Jun 12:30
a8772b6
Compare
Choose a tag to compare
Pre-release
update Block number in state and apply demurrage in client (#17)

* updating block number in stf state
* fix #9. apply demurrage in client
* bump version to 0.6.8

adding PublicGetter for statistics

24 Jun 09:06
c33ddbf
Compare
Choose a tag to compare
Pre-release
add public getters for unpermissioned statistics (#16)

* fixes #7

* add total-issuance to client CLI

* bump version to 0.6.7

* document new function in script