Skip to content

Releases: axone-protocol/axoned

v10.0.0

29 Aug 09:13
2f0f84d
Compare
Choose a tag to compare

10.0.0 (2024-08-29)

⚠ BREAKING CHANGES

  • deps: bump docker image wasmvm
  • deps: bump wasmd to v0.53.0

Features

  • credential: allow choose proof purpose when signing (b30ff57)

Bug Fixes

  • credential: correctly wraps error on parsing arg (643dab4)
  • deps: bump docker image wasmvm (3fb333c)
  • deps: bump wasmd to v0.53.0 (1283233)

v9.0.0

02 Aug 14:28
a549d82
Compare
Choose a tag to compare

9.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • logic: remove unsafe prolog predicates from registry
  • logic: add max_variables limits params
  • logic: change interpreter by our fork axone-protocol/prolog
  • logic: remove max gas module parameter
  • wasm: bump wasm to 0.52.0

Features

  • app: update application init (cee814a)
  • handle MaxVariables error limit exceeded (040a765)
  • logic: add max_variables limits params (94e54e0)
  • logic: mark rpc queries as safe (66b1b8c)
  • vesting: update to align with cosmos-sdk v0.50.4 (7536aee)
  • wasm: bump wasm to 0.52.0 (c1e404c)
  • wasm: use wasm provided build in capabilities (77c1063)

Bug Fixes

  • docs: generate docs with module subfolder on proto (fde166c)
  • gov: properly configure legacy props router (74df1c7)
  • logic: handle and return out of gas error at GRPC level (ff3de76)
  • logic: remove max gas module parameter (db9164b)
  • logic: remove unsafe prolog predicates from registry (293da10)
  • logic: use ordered predicate register (0c99e9c)
  • proto: remove unused proto def from global registry (798fdcd)
  • use new method for instantiate interpreter (e08560d)
  • vesting: format and lint (c018447)
  • vesting: reintroduce the add-genesis-account custom command to include cliff vesting account (4b4bafb)

Performance Improvements

  • logic: reduce read params in ask query (92e6d05)

Code Refactoring

  • logic: change interpreter by our fork axone-protocol/prolog (c1b3035)

v8.0.0

22 May 10:03
a49c4d2
Compare
Choose a tag to compare

8.0.0 (2024-05-22)

⚠ BREAKING CHANGES

  • renaming: change denom name from uknow to uaxone

Features

  • cli: update narative of axone command description (4ab2b38)
  • logic: introduce "limit" flag to command "ask" (58b4c45)

Code Refactoring

  • renaming: change denom name from uknow to uaxone (88b9c92)

v7.1.0

02 Apr 15:48
3c85427
Compare
Choose a tag to compare

7.1.0 (2024-04-02)

Features

  • logic: expose open/3 predicate (b71bf4f)
  • logic: introduce parameter "limit" for queries (cc86031)
  • update generated proto & docs (2d833c8)
  • wasm: update cosmwasm to v2 (5640041)

Bug Fixes

  • logic: make the user output stream always initialized (2345934)
  • logic: prevent non-bound substitution variables to be returned (9250bda)
  • sign: properly expand input path (a783c02)
  • sign: use right signature algorithm (5bb6d2d)

v7.0.1

05 Mar 15:01
6111b68
Compare
Choose a tag to compare

7.0.1 (2024-03-05)

v7.0.0

29 Feb 15:19
09cfc04
Compare
Choose a tag to compare

7.0.0 (2024-02-29)

⚠ BREAKING CHANGES

  • logic: improve predicate call policy (blacklist, gas)
  • logic: enhance answer responses for error cases
  • logic: adopt new exposed error terms from ichiban/prolog
  • logic: adopt unstructured expression for substitutions
  • logic: did_components/2 now returns encoded components

Features

  • app: register v7.0.0 software upgrade (4358459)
  • cli: add --date to credential sign command (993bd68)
  • cli: add credential sign command (01083a4)
  • cli: add did output only to show key command (7a6eee2)
  • cli: add did:key to keys list command (30a5615)
  • cli: add schema-map flag to credential sign command (bdd93a3)
  • cli: extend keys show command to display did:key info (631a636)
  • cli: introduce "keys did" command (39c87b7)
  • mint: add optional inflation bounds params (fd77aab)
  • wasm: enable some cosmwasm features (19f93e8)

Bug Fixes

  • app: ignore tink crypto proto from checks at app init (aa36819)
  • cli: go backwards by remvoving logic query autocli (46d4b66)
  • logic: fix variable resolution (d1f0ee0)
  • logic: re-introduce descriptor for CLI (lost with migration) (060972d)
  • wire config options of transactions for autocli (b95c89c), closes #551

Code Refactoring

  • logic: adopt new exposed error terms from ichiban/prolog (fd4a231)
  • logic: adopt unstructured expression for substitutions (50f9d7f)
  • logic: did_components/2 now returns encoded components (e6cd0fc)
  • logic: enhance answer responses for error cases (16698c3)
  • logic: improve predicate call policy (blacklist, gas) (17fdaed)

v6.0.0

19 Jan 00:59
0830f53
Compare
Choose a tag to compare

6.0.0 (2024-01-19)

⚠ BREAKING CHANGES

  • remove upgrades
  • app: update app for v0.50.x sdk changes
  • logic: standardize uri_encoded/3 errors
  • logic: add error field to anwser proto type
  • logic: standardize predicates errors
  • logic: standardize error messages for some predicates
  • logic: remove sha_hash/2 predicate
  • DIDComponents: restrict type-checking for expected atom components

Features

  • app: re implement app state export (85362d4)
  • app: update app for v0.50.x sdk changes (8a39efc)
  • app: update old migrations (ab068fc)
  • cmd: update cmd wiring (dca3eb2)
  • logic: add crypto_data_hash/3 predicate with SHA-256 support (edb3d55)
  • logic: add MD5 algorithm to crypto_data_hash/3 (7e17001)
  • logic: add Secp256k1 support (d612819)
  • logic: add Secp256k1 support for ECDSAVerify predicate (b9f930b)
  • logic: add SHA-512 algorithm to crypto_data_hash/3 (93b2d59)
  • logic: add string_bytes/3 predicate (2e2bac2)
  • logic: add universal Hash function (157ff21)
  • logic: add utf8 encoding option for TermToBytes (3b3ca89)
  • logic: deprecate sha_hash/2 predicate (9be1b56)
  • logic: handle encoding option (d83b5d3)
  • logic: implement crypto signature verification (a92ec86)
  • logic: manage ecda secp256k1 key for secp_verify/4 (268e493)
  • logic: migrate logic module (a2b5286)
  • logic: reigster eddsa_verify/4 predicate (2a19e91)
  • logic: remove sha_hash/2 predicate (605d0cd)
  • mint: add new mint function calculation (a2bc105)
  • mint: create migration for v3 (3df4557)
  • mint: implement token model v2 (473221d)
  • mint: instantiate default new mint params (6484ce4)
  • mint: migrate mint module (ca000b2)
  • mint: migrate minter params by removing not used key (e62215a)
  • mint: new mint params (90456d0)
  • mint: register migration handler (e38ae03)
  • mint: remove legacy store migration (83bfc00)
  • mint: specify token model v2 schemas (36a965f)
  • prolog: add default value support to GetOption func (9a2dee9)
  • remove upgrades (be741a3)
  • vesting: update module (96f970c)
  • wasm: upgrade lib wasmvm in docker build (5c01946)

Bug Fixes

  • app: do not try to migrate consensus params (61c6ddf)
  • build: update chain-upgrade makefile task to make it work with latest version (3ea9694)
  • lint: fix unused linter directive (49c1202)
  • logic: add return statement for hash errors (9996654)
  • logic: fix incorrect handling of empty list (25e476d)
  • logic: fix some typos in naming and description (e966ad6)
  • mint: calculate inflation in percent instead of permille (c555990)
  • mint: migration get old mint denom (8bae962)
  • store: add ibcfee type storekey to kv store keys (#419) (56a5f92)
  • test: allow default genesis creation in testutil (bb35f38)
  • wasm: bump wasmvm to fixed version (77c58cb)

Code Refactoring

  • DIDComponents: restrict type-checking for expected atom components (ba5b2a3)
  • logic: add error field to anwser proto type (b70ecc9)
  • logic: standardize error messages for some predicates (864b059)
  • logic: standardize predicates errors (ea7b38d)
  • logic: standardize uri_encoded/3 errors (b8d8133)

v5.0.0

27 Jun 08:47
Compare
Choose a tag to compare

5.0.0 (2023-06-27)

⚠ BREAKING CHANGES

  • logic: implement our own open/4 predicate
  • logic: add base64Decode uri key on cosmwasm uri
  • logic: specify whitelist / blacklist in its own type
  • bump cosmos-sdk to 0.47.1
  • mint: move x/param to x/mint state
  • logic: allow predicates blacklisting configuration

Features

  • generate protobuf code (c2bb70a)
  • implement migration from v2 to v3 (19717ce)
  • logic: add base64Decode uri key on cosmwasm uri (0516290)
  • logic: add bounded buffer utility (0ae4d43)
  • logic: add convenient function to check nil pointers (3d29c12)
  • logic: add default_predicate_cost parameter (52eac51)
  • logic: add filtered virtual FS (d35673d)
  • logic: add functional functions (11f1738)
  • logic: add gas policy parameters for the logic module (2697fcb)
  • logic: add option for files whitelist and backlist on interpreter params (fec5745)
  • logic: add some functions to deal with urls (5f9c8a1)
  • logic: add source_files/1 predicate (b89718c)
  • logic: add util func to extract json object attribute (9b58497)
  • logic: add v2 protobuf types for migration (e00048a)
  • logic: apply predicate costs (9f83562)
  • logic: convert basic json object into prolog (310459a)
  • logic: convert json string to terms (e43010d)
  • logic: implement default predicate cost (9681681)
  • logic: implement max length on read_string/3 predicate (5c2a834)
  • logic: implement our own open/4 predicate (ec04a14)
  • logic: implement preciate cost policy (0ac899d)
  • logic: implement support for user output (0a65522)
  • logic: implement virtual FS white/black list (81c5c3e)
  • logic: improve params definition (6aa3d49)
  • logic: include json_prolog/2 into the registry (5b85987)
  • logic: introduce weithted_meter gas meter (f668dd1)
  • logic: json_prolog/2 handle boolean (7679f94)
  • logic: json_prolog/2 handle boolean and null (9c3b7f8)
  • logic: json_prolog/2 handle integer number (a60f332)
  • logic: json_prolog/2 handle json array (ff1f248)
  • logic: json_prolog/2 handle json term to json object (4bb3f9a)
  • logic: json_prolog/2 handle list term to json array (4e2b8b6)
  • logic: json_prolog/2 handle null json value (94e9c5b)
  • logic: json_prolog/2 handle string term to json string (c0b5a6c)
  • logic: regenerate protos (cdfd71a)
  • logic: register msg to update params (16435d2)
  • logic: register our own open/4 predicate (9af2390)
  • logic: register uri_encoded/3 on registry (43b4cdf)
  • logic: return rpc error when interpreter enconter an error (2aed7e7)
  • logic: specify user output support (6343864)
  • logic: update for sdk047 (58c7efd)
  • logic: uri_encoded/3 detect component used (276bf77)
  • logic: uri_encoded/3 implement encoding component (e02ca30)
  • logic: uri_encoded/3 implement unescape component (9eeb484)
  • mint: update mint module for sdk047 (e8d4f90)
  • mint: update mint module for sdk047 (fdae447)
  • prolog: implement read_string predicate (a3601a0)
  • vesting: update to sdk047 (d823c27)

Bug Fixes

  • ci: fix linter (5b60b4c)
  • lint: add nolint for deprecated func in migration (1b55d0d)
  • lint: gci import typo (fe19886)
  • lint: handle error (8e28027)
  • lint: make read_string gci-ed (aee8b8b)
  • lint: reapply good gci import order (765a2ed)
  • logic: avoid killing querying goroutine on gas limit exceeded (86a184a)
  • logic: correct error messages (f67c48b)
  • logic: do not convert empty string to Variable (5c0d0fc)
  • logic: fix empty array management in json predicate (054f854)
  • logic: fix error reported on url parse failure (715baef)
  • proto linter (79d96f0)
  • remove unused proto import (824c912)
  • sdk: solves barberry issue by updating the sdk (25a3c6f)
  • test: register get_char on testutil (a5ef9ee)
  • test: use good fs import on logic test (0d6a7f4)
  • upgrade: stakingKeeper instance (0dd7980)

Miscellaneous Chores

  • bump cosmos-sdk to 0.47.1 (492122d)

Code Refactoring

  • logic: allow predicates blacklisting configuration (ec80998)
  • logic: specify whitelist / blacklist in its own type (a8b2500)
  • mint: move x/param to x/mint state (fe7c618)

v4.1.0

17 Mar 15:52
Compare
Choose a tag to compare

4.1.0 (2023-03-17)

Features

  • logic: add crypto_hash/2 predicate (5c70aba)
  • logic: add hex_bytes/2 predicate (eb167ee)
  • logic: add wasm keeper interface (4ccc32b)
  • logic: bech32_address/3 predicate conversion in one way (ba1195a)
  • logic: call wasm contract from fileSystem (4eb6b47)
  • logic: convert base64 bech32 to bech32 encoded string (7b24610)
  • logic: create custom file system handler (b9cd4fb)
  • logic: handle wasm uri on consult/1 predicate (bbc7aae)
  • logic: impl Read on Object file (02cc0d1)
  • logic: implements source_file/1 predicate (8ceede1)
  • logic: return List of byte for crypto_hash/2 (6534b9b)

Bug Fixes

  • linter: remove unsused directive linter (d61a5d6)
  • logic: add type safety on interface and rename it corrctly (010bcc7)
  • logic: check scheme on wasm fs (a6f522b)
  • logic: comment typo (04dcf6e)
  • logic: file time is the block height time (a869ec6)
  • logic: fix linter and empty path error (db727a0)
  • logic: fix out of gas on goroutine (b38ab90)
  • logic: fix test after reviews (bd57659)
  • logic: implement open on fs (9bb1c10)
  • logic: linter and unit tests (1ac14dd)
  • logic: make addressPairToBech32 private (c31ba77)
  • logic: make source_file return multiple results instead of list (d7e9526)
  • logic: remove chek okp4 scheme (dc53827)
  • logic: remove unsued wasm on context (306e364)
  • logic: remove unused files (71f94b4)

v4.0.0

15 Feb 14:43
Compare
Choose a tag to compare

4.0.0 (2023-02-15)

⚠ BREAKING CHANGES

  • proto: align naming of a proto field in yaml marshal

Features

  • add utilitary functions (830fe64)
  • buf: generate new proto (af9e24d)
  • buf: remove third party proto (f65ba19)
  • buf: use buf deps instead of third party (bbcde9e)
  • compute total gas (sdk + interpreter) (cd260df)
  • implement grpc ask service (cab9522)
  • implement logic business (c4693bb)
  • improve command description and example (2be2ee8)
  • ledger: fix Ledger build tag definition (12cd92a)
  • logic: add bank_balances predicate (b0cc5cc)
  • logic: add bank_spendable_coin predicate (e7acefa)
  • logic: add block_height/1 predicate (70b0bc0)
  • logic: add block_time/1 predicate (cc52351)
  • logic: add chain_id/1 predicate (eaac24b)
  • logic: add context extraction util (64a5523)
  • logic: add did_components/2 predicate (09976d9)
  • logic: add go-routine safe version of GasMeter (5c1b4b9)
  • logic: add limit context (3569103)
  • logic: add locked coins method on expected bank keeper (48b10e5)
  • logic: add locked coins predicate implementation (7a926c5)
  • logic: allow return all spendable coins balances (e0a7de5)
  • logic: call ask query from cli (d8f343d)
  • logic: change type of limit params as *Uint allowing nil value (a8f5a60)
  • logic: decouple wasm ask response from grpc type (03128f5)
  • logic: improve error messages (5f2028e)
  • logic: improve parameters configuration (d1396bb)
  • logic: inject auth and bank keeper (578fd39)
  • logic: move logic query into a dedicated file (9a4a047)
  • logic: register params for genesis (acb64a9)
  • logic: register the locked coins predicated (b61ce52)
  • logic: simplify wasm custom query integration (383a0e7)
  • logic: specify logic query operation (8b385e0)
  • logic: specify parameters for module logic (6297da0)
  • upgrade: allow add custom proposal file on chain-upgrade sript (ef68aa4)
  • upgrade: create package for register upgrades (ef21308)
  • wasm: implements CustomQuerier with logic module (3c68496)
  • wasm: wire the wasm CustomQuerier in the app (9435cf6)

Bug Fixes

  • ci: add build before install for test blockchain (81c98c5)
  • ci: fix changed file conditions for run test workflows (3496204)
  • docs: change boolean as string for trigger updtae doc (8850aee)
  • docs: fix linter generation (0ffa36e)
  • docs: set the workflow id instead of name to fix not found (9040df8)
  • don't load program from filesystem (eaef7b3)
  • fix error message (predicate name was incorrect) (d4d6a2d)
  • fix typo in predicate name (a80dd89)
  • fix wrong types (was problematic for type assertions) (2b7e7bc)
  • lint: add updated generated doc (0280a12)
  • lint: fix golangci lint (cbbe5db)
  • lint: remove lint error for upgrade (d5bb919)
  • logic: ensure keepers in interpreter exec ctx (901d7f2)
  • logic: fix the description inversion of the flags (5117430)
  • logic: insert bankKeeper and accountKeeper into context (e5338c1)
  • logic: register bank_balances predicate (3ad6317)
  • logic: remove gocognit linter for tests (28904d4)
  • logic: sort result for locked coin denom (bc5e867)
  • logic: typo in doc comment (d098256)
  • proto: align naming of a proto field in yaml marshal (4fe9a67)