Releases
25.13.9
- Add chain-specific validation for externally created addresses
- Increase request time tolerance to cover rare cases of time lag
us-docker.pkg.dev/cordialsys/containers/treasury:25.13.9
25.13.7
- Again fix latent issue related to Cardano staking
- Fix conflict with Treasury API key and AWS S3 authentication
us-docker.pkg.dev/cordialsys/containers/treasury:25.13.7
25.13.5
- Migrate DOT/KSM to Assethub chains
- Fix Tron staking issue
- Fix issue related to Cardano staking
- Fix aws authentication issue with S3 backups
us-docker.pkg.dev/cordialsys/containers/treasury:25.13.5
25.13.4
- Add support for Tron staking
- Add support for memo on Solana
- Fix issue with migrating old staking resources
- Fix issue with withdrawing Cardano staking rewards
us-docker.pkg.dev/cordialsys/containers/treasury:25.13.4
25.13.3
- Fix an issue with backup uploads not picking up on
regionin S3 configuration.
us-docker.pkg.dev/cordialsys/containers/treasury:25.13.3
25.13.2
- Fix
strict_fee_payerfeature andtreasurycli for fee payer - Fix conflict checking between transfer and staking transactions of the same address
us-docker.pkg.dev/cordialsys/containers/treasury:25.13.2
25.13.1
- Add
StakingRuleresource to enable policies for staking related transactions.- Staking transactions will now be default deny.
- Further strict the ability of addresses to be used as a fee-payer.
- Existing instances will not be affected until they activate
strict_fee_payerfeature. - Addresses, or the account containing addresses must explicitly allow fee-payer.
- Existing instances will not be affected until they activate
# enable via account
treasury accounts fee-payer allow "account-id"
# or enable addresses individually
treasury addresses fee-payer allow "address-name"
# Once addresses have been enabled, activate the feature.
treasury features activate strict_fee_payer
- Significant performance improvement when many parallel requests are issued.
- Add support for staking on Sui (
SUI) and Cardano (ADA). - Add support for staking on Substrate chains like Polkadot (
DOT) and Kusama (KSM). - Fix a rare issue where connector would mark a succeeded BTC transactions as failed.
- Improve OTEL telemetry reporting.
- Remove the use of
cancelin Access and Transfer rules. The initiator and any valid approver may cancel a request.
us-docker.pkg.dev/cordialsys/containers/treasury:25.13.1
25.12.6
- Significantly reduce redundant activity in connector.
- Fix very slow transfer policy checks when there are no notional limits for long periods.
- This would occur when there are over 100k-200k transfers in a period, which was always fixed to 30 days.
- Improve OTEL telemetry outputs.
- Fix inclusive-fee argument for Zcash.
us-docker.pkg.dev/cordialsys/containers/treasury:25.12.6
25.12.5
- Add support for Zcash (ZEC)
- Revert small change related to persistent storage pruning schedule
us-docker.pkg.dev/cordialsys/containers/treasury:25.12.5
25.12.4
- Fix issue validating SSO signatures for approvals
- Improve OTEL outputs
us-docker.pkg.dev/cordialsys/containers/treasury:25.12.4
25.12.3
- Fix serialization issue with XRP
- Speedup upgrade time by >60% by greatly reducing pruning overhead.
- Add back legacy metrics
us-docker.pkg.dev/cordialsys/containers/treasury:25.12.3
25.12.2
- Add support for Linea (LinETH)
- Add support for Plasma (XDL)
- Add support for Hyperliquid Core (HYPE)
- Add support for 0g (0G)
- Change Treasury
.networkfield to outputmainnetor!mainnetmore explicitly.
us-docker.pkg.dev/cordialsys/containers/treasury:25.12.2
25.12.1
- Add support for SSO integration for additional security.
- If
require_sso_signaturesfeature is activated, thenhumanvariant users will be required to be logged in. - This works by requiring a signature from the SSO provider (via OIDC) as part of normal requests.
- If
- Add support for self-linking users via SSO, for use in demo environments.
- Add indexes on
stateandinitiatorfor Operation resource. - Add
TREASURY_CLIENT_TIMEOUTenv variable to override default client timeout. - Migrate
notes.descriptionto dedicated.descriptionfield - Add support for HyperEVM (Hyperliquid EVM layer).
- Add support for exporting observability traces.
- Read more at observability and config.
us-docker.pkg.dev/cordialsys/containers/treasury:25.12.1
25.11.1
- Fix performance issue with sending transfers on addresses with large histories
- Add support for automatic uploading of backups to S3.
- Can opt in to use Cordial Systems managed S3 on http://backup.cordialapis.com/
- Read more on how to enable.
- Add support for ICP chain
- Add support for FOGO chain
- Prune history for
custom/heartbeatandpriceupdates faster to reduce noise.
us-docker.pkg.dev/cordialsys/containers/treasury:25.11.1
25.10.1
- Queries return
keysandsignaturesin descending order - Add indexes for
Transferresource, including onstate != "succeeded" - Add
RetryPolicyas an option for transfers, overriding any retry policy set for the respective chain.
us-docker.pkg.dev/cordialsys/containers/treasury:25.10.1
25.9.5
- Improve Treasury performance when there is heavy load and many resources
- Improve Treasury update speed by about 10%
- Assign appropriate error statuses for when Treasury is not yet available when booting
us-docker.pkg.dev/cordialsys/containers/treasury:25.9.5
25.9.4
- Update health check to cover initial startup time when treasury not ready to accept new requests
- Change bitcoin batch transfers to return change to the same address, rather than always the first spender.
- Add unique contraint to labels that have
uid.prefix.- For example, creating two resources of the same type with label
uid.x=ywill produce anAlready Existserror for the second resource.
- For example, creating two resources of the same type with label
us-docker.pkg.dev/cordialsys/containers/treasury:25.9.4
25.9.3
- Optimize connector process for when there are many on-going transactions
- Set 1min timeout for connector RPC requests.
- Add more indexes & filter mappings for querying addresses
- Add Eclipse (ES) chain.
us-docker.pkg.dev/cordialsys/containers/treasury:25.9.3
25.9.2
- Fix issue sending tokens on Tron.
us-docker.pkg.dev/cordialsys/containers/treasury:25.9.2
25.9.1
- MPC Triples are now generated automatically.
- Triples can no longer run out, removing the need to generate a ton during install.
- This can be disabled by enabling
offline_triple_genfeature in case of any issue.
- Support for
EOSchain. - Fix issue with transaction replacement for some EVM chains
us-docker.pkg.dev/cordialsys/containers/treasury:25.9.1
25.8.2
- Add support for fee-payer for EIP-7702 compatible EVM chains (e.g.
ETH,OptETH,BASE...)- It's now possible to pay for fees using a separate EVM address 🎉
- Check here to see which EVM chains have support for EIP-7702.
- Add support for multi-transfers on EIP-7702 compatible evm chains
- You can send multiple transfers in a single EVM transaction 🚀
- Fix gas estimation issue for L2 evm chains like
BASEandOptETH - Fix rare bug where treasury would refuse signing duplicate evm payloads despite coming from separate addresses.
us-docker.pkg.dev/cordialsys/containers/treasury:25.8.2
25.8.1
- Limit
signerfrom printing ALL key names in the database at startup. - Minor stability improvements to signer
- Stream
signersnapshots to reduce memory overhead by over 10x. - Stream the export/import of engine state, reducing memory overhead by over 10x.
- Add (temporary) mechanism to flip
userkeys tointernal. - Automatic indexing of
labelson all resources.- This helps speedup queries when there are millions of rows.
- You need only include a label in your
filterto use the index.
- Fix comparision of numeric
.amountand.balancefields in API filtering. - Add
to_address()filter function to filter on single or multi transfers.
us-docker.pkg.dev/cordialsys/containers/treasury:25.8.1
25.7.3
- Add
algorithminput for creating Addresses to use a non-default key algorithm. - Support account as a to/from choice for multi-transfer.
- Add support for
KAVAchain. - Add support for
KASPAchain.
us-docker.pkg.dev/cordialsys/containers/treasury:25.7.3
25.7.2
- Add support for automatic retries of transfers via Chain retry policy.
- See more at automatic retries.
- We've changed the default connector policy, please update yours.
- More strict on advancing
submitting->finalizingtransfer/transaction state.
us-docker.pkg.dev/cordialsys/containers/treasury:25.7.2
25.7.1
- Fix issue where connector did not relay information for addresses with memo set.
- Greatly improve conflict resolution between transactions sharing signing addresses.
- Improve
treasury transaction queuescommand. - Improve the accuracy of
transaction.afterfield to better reflect transaction dependencies. - Connector now re-submits transactions not yet assigned a block (stuck in mempool condition).
- Fix issue where solana max fee was calculated incorrectly.
retrywill also recheck any signed transaction attempts.- Fix very rare consensus fault in API nodes that occurs when there are many records being queried.
- Improve performance polling ongoing transactions.
- Add support for new
APTOS"fungible asset" token standard.
us-docker.pkg.dev/cordialsys/containers/treasury:25.7.1
25.6.4
- Use account or address as valid input for fee-payer
treasury installsubcommands- Add Cardano chain (
ADA) - Add Babylon chain (
BABY) - Support
memoinput on Transfer resource for chains that use it. - Minor connector performance improvements
us-docker.pkg.dev/cordialsys/containers/treasury:25.6.4
25.6.3
- Retrying transfers no longer fails transactions that are signed already.
- Transactions will become failed instead when one of them succeeds.
- In the unlikely chance that an ealier attempt lands on-chain before the retry, it will be reported accurately.
- Add
recheckcustom action, which will switch a transaction intofinalizingstate, forcing it to be re-observed. - Transfers will check history more effectively for better queuing behavior.
us-docker.pkg.dev/cordialsys/containers/treasury:25.6.3
25.6.2
- Fix issue with fee-payer transfers not being able to be retried.
- It's now possible to send the full amount on XRP when using inclusive-fee spending.
- Treasury will internally use XRP's
AccountDeleteinstruction when appropriate.
- Treasury will internally use XRP's
us-docker.pkg.dev/cordialsys/containers/treasury:25.6.2
25.6.1
- Add support for batch-transfers, where multiple from & to addresses may be specified.
- Only supported on Bitcoin chains currently.
- Deprecated
fee_payerandfee_inclusivefields -- usefee.payerandfee.inclusiveinstead.- Backwards compatibility will be maintained.
us-docker.pkg.dev/cordialsys/containers/treasury:25.6.1
25.5.1
- Add
fee_payerfield for Transfer resource, allowing users to use a separate address to pay for fees.- Initially supported for: Solana, Cosmos chains, Sui, Aptos
- Bugfix
treasuryCLI deserializing approvals - Synchronize account + description data of addresses to Oracle API for more detailed reporting.
us-docker.pkg.dev/cordialsys/containers/treasury:25.5.1
25.4.6
- Fix pagination issues for nested endpoints listing Addresses or Assets
us-docker.pkg.dev/cordialsys/containers/treasury:25.4.6
25.4.5
- Add support for Nillion chain (NIL)
us-docker.pkg.dev/cordialsys/containers/treasury:25.4.5
25.4.4
- Restore
--ssooption fortreasury users update - Restore missing "height" in
cord supervise runlogs
us-docker.pkg.dev/cordialsys/containers/treasury:25.4.4
25.4.3
- Add support for DUSK network
- Aborting transactions (directly or indirectly) will also cancel their ongoing signatures.
- Add support for open-pubkey credentials, under the
open-pubkeyfeature flag. - Add immutable
subjectfield toUserresource (SSO subject identifier), which is mapped from the old sso-user label.
us-docker.pkg.dev/cordialsys/containers/treasury:25.4.3
25.4.2
- Add support for Band chain
- Add support for Zeta chain (native cosmos transactions)
us-docker.pkg.dev/cordialsys/containers/treasury:25.4.2
25.4.1
- Add support for simulating requests to see how rules evaluate.
- Example:
curl -H 'dry-run: user=conor' -X POST -d "{\"variant\":\"internal\"}" localhost:8777/v1/accounts/new_account - Example:
treasury --dry-run "user=root" users create human joe
- Example:
- Include traces of policy evaluation in the error response when a request is rejected by policy.
- Add support for Solana inclusive fee spending.
us-docker.pkg.dev/cordialsys/containers/treasury:25.4.1
25.3.4
- Fix issue where fee-limit values were not initializing on chain resource
- Guard against transactions using conflicting information from stale RPC nodes
- Fix edge case where deny rule variant did not use
"any/useras default forinitiatefield
us-docker.pkg.dev/cordialsys/containers/treasury:25.3.4
25.3.3
- Support inclusive fee spending for transfers for select chains. This is helpful for sending the full balance of an address and minimizing dust.
- bitcoin chains, evm chains, cosmos chains, APTOS, SUI
- Add Akash chain (
AKT) - Add Astar chain (
ASTR) - Enforce user verification for webauthn credentials more strictly
us-docker.pkg.dev/cordialsys/containers/treasury:25.3.3
25.3.1
- Add Filecoin support
- Add FeeLimit configuration to
Chainresource. This is a sanity limit to protect from fee griefing. - Update TAO staking ABI to be compatible with latest Bittensor changes
us-docker.pkg.dev/cordialsys/containers/treasury:25.3.1
25.2.7
- Speed up signer operations (key-generation, signature generation) by >50%
- Previously multi-node clusters would take ~3s to complete a signer resource, now it's an average of 1s.
- Fix rare transient bug where a periodic backup fails
- Fix edge case where
TREASURY_API_KEYwas not propogated correctly to connector API
us-docker.pkg.dev/cordialsys/containers/treasury:25.2.7
25.2.6
- Fix false-positive warning
us-docker.pkg.dev/cordialsys/containers/treasury:25.2.6
25.2.5
- Some quality of life improvements with
treasuryCLI - Fix pagination edge case reading
ChainandAccessRuleresources - Add Monad (
MON) chain
us-docker.pkg.dev/cordialsys/containers/treasury:25.2.5
25.2.4
- Reduce idle memory consumption by >70% when there is a lot of data stored
- Add
SeiEVMchain, which is the EVM compatibility layer toSEI
us-docker.pkg.dev/cordialsys/containers/treasury:25.2.4
25.2.3
All participants must update their cord binary to be at least 25.2.3 or later. Otherwise the update process will not be reliable.
Latest cord binary may safely be used to supervise older versions of treasury.
-
Support empty initiator filter in require/deny rules
-
Fix issue where an empty initiator led to dropped quorom filter in transfer-rules
-
Add support for Bitcoin taproot addresses
-
Fix regression not pruning old operations
-
Add retention settings to
Treasuryresource- E.g. Set retention of operations to 8 hours:
treasury treasuries retention --set-retention-completed-operations 8h
- E.g. Set retention of operations to 8 hours:
-
Update no longer makes large jump in height, so resyncing stale nodes after updating cluster is supported
- Once both Treasury nodes and
cordare updated, this improvement will be active.
- Once both Treasury nodes and
-
All loggers should respect
TREASURY_LOG_FORMAT=jsonif set. -
Add XLM chain support
-
Bug fix memory leak in
cord backup service. -
Bug fix failure in
cord backup restore. -
Fix regression leading to inaccurate version reported in API endpoint.
-
Update cometbft + cosmos-sdk, update engine database backend
-
Add
infinite_invitesfeature for demo scenarios to prevent invite credential expiration -
Add
custom/loadoperation create Keys from manually imported signer.db keys -
Support creating an Address for a given Key
-
Add support for manually resharing key-shares using
signerCLI -
Addresses can be atomically added to Accounts by setting
.accountfield -
Feature
disable_account_addresses_fieldto disable Account.addresses field -
Creating Addresses now triggers an additional policy check against creating a Key resource
- You may need to update your policy to permit users to create
internalvariant keys.
create allow access-rule internal-key { action = "create", resource = { type = "Key", variant = "internal" }, initiate = "any/user" } - You may need to update your policy to permit users to create
-
Fix flakiness issue in
cord superviseleading to failed updates -
Add
.stateto Signer resource to reflect if a signer node is recently active/online or not.
us-docker.pkg.dev/cordialsys/containers/treasury:25.2.3
24.6.3
- Fix host network mode support for
cord supervise - Support
more_than,less_thanfields in notional limits
us-docker.pkg.dev/cordialsys/containers/treasury:24.6.3
24.6.2
- Change custom/cancel to custom/abort for Transaction and Transfer
- Add dynamic blueprints
- Implement piping to stdin of
treasury script
us-docker.pkg.dev/cordialsys/containers/treasury:24.6.2
24.6.1
- Simplified update mechanism of
cord supervisewhich removes many failure states.- To take advantage of this, both
cordand the container image must both be at least24.6.1
- To take advantage of this, both
- Add
cord supervise revertcommand, which will revert failed updates, allowing them to be retried.
A changes made to cord supervise requires all participants to update. You must be sure that all nodes are updated.
us-docker.pkg.dev/cordialsys/containers/treasury:24.6.1
24.5.4
- Introduce
allowed/userconstant, which makes rules with approvers agnostic of who initiated. - Add Enjin chain support.
us-docker.pkg.dev/cordialsys/containers/treasury:24.5.4
24.5.3
- Add support for TAO staking
us-docker.pkg.dev/cordialsys/containers/treasury:24.5.3
24.5.2
- Fix regression preventing webauthn credentials from registering
us-docker.pkg.dev/cordialsys/containers/treasury:24.5.2
24.5.1
- Remove all legacy APIs
- Add
--no-default-blueprintand--extra-blueprintintreasury demo start
us-docker.pkg.dev/cordialsys/containers/treasury:24.5.1
24.4.10
- Permit arrays in access-rule data filter
- Treasury API can respond to
?output={ccl,csv,pdf}with full reports - Treasury API re-exports Oracle API movement endpoint
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.10
24.4.9
- Add support for AWS secret manager
- Fix spammy log in backup service
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.9
24.4.8
- API keys can now create Treasury entries in the Admin API
- Add rich support for encryption at rest.
- Add persistent rotating event logs.
- Fix race condition in first backup of periodic backup
- Treasury will associate the treasury ID with automatic address subscriptions.
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.8
24.4.7
- add /healthy endpoint
- fix minor issue when using multiple backup keys
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.7
24.4.6
- prevent approvers from getting 'informally' recorded when their approval is not allowed
- stop deleting invite credentials immediately when there is a policy rejection
- add support for exporting backups for multiple backup keys (bak)
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.6
24.4.5
- updated connector to associate addresses on oracle API with treasury ID
- fixed bug in
signer backup recover-keyoverwriting the last encrypted share file.
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.5
24.4.4
Snapshot files (now "snapshot.tar" instead of "snapshot.zip") have had their format changed to be more usable and understandable. While snapping will work the same way, this release is not compatible with older snapshots.
- refactored snapshot layout from
cord backup snapshot - added
cord genesis init-apito more easily create API nodes - added args
--api-node--connectorforcord supervise runto make it easier to run API nodes - add slack alert options for
cord supervise run
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.4
24.4.3
- fix bug with
authorizingoperations affected by transfer rules not getting persisted
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.3
24.4.2
- Fix encoding issues with raw signing API
- Migrate connector credential to keying
- Include $TREASURY_HOME/keyring in snapshot & restore
- Add
approveand:=operator to CSL
Connector should migrate on it's own, but in case it fails, you can manually run it with:
cord migrate connector-credential --home $TREASURY_HOME
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.2
24.4.1
Warning: Treasury must be in 24.2.x or later before you can safely upgrade to 24.4.y.
- Simplify behavior of notional limits in transfer rules
- Make transfer rules fully independent of any access-rules
- CSL scripting improvements
us-docker.pkg.dev/cordialsys/containers/treasury:24.4.1
24.3.2
- Add initial support for XRP
- Bugfixes for cord; fix race condition gossiping triples
us-docker.pkg.dev/cordialsys/containers/treasury:24.3.2
24.3.1
Warning: Treasury must be in 24.2.x before you can safely upgrade to 24.3.y.
- release
cord backupsuite of commands - remove legacy cosmwasm endpoints.
- disable maintenance routines after an update is active
- bug fix price in worker
- use 'cancelled' instead of 'canceled'
us-docker.pkg.dev/cordialsys/containers/treasury:24.3.1
24.2.10
- disable maintenance routines after an update is active
- bug fix price in worker
- use 'cancelled' instead of 'canceled'
24.2.9
- minor improvements to
cord genesissetup - add
signer backupcommands to help test backups
24.2.8
- Fix connector event for subscribing to addresses quickly
24.2.7
- Fix missing filter for /access-rules query endpoint
24.2.6
- Fix bug where account was dropped on destination
- add unprice custom action to remove prices
24.2.5
- return operations, transfers, and transactions in descending order
- complete notional limits for transfer rules
- bugfix asset update/import missing price error
24.2.4
- fix bug where operation gets stuck in creating state when generating addresses
- make oracle_url configurable for connector
24.2.3
- drop invalid references on Account resource
24.2.2
- fix bug connector subscribing to oracle api with initial 0 subscription
- bugfix case leading to invalid transfer rule
- on update, drop resources with invalid blank ID
24.2.1
- release initial support for native staking (solana, ethereum, and cosmos chains)
- update policy engine to filter based on resource name(s) and state(s)
- add connector API server to connector CLI
24.2.0
us-docker.pkg.dev/cordialsys/containers/treasury:24.2.0
Changes
- Change
Transactionresource name to not use parent
24.1.27
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.27
Changes
- Add new chains:
- Bittensor (TAO)
- Polkadot (DOT)
- Kusama (KSM)
- Telegram Open Network (TON)
- Berachain testnet (BERA)
- Add feature to disable all legacy endpoints.
- Websocket 'audit' events are now more consistent and reflect all changes.
- Support filtering resources in access-rules based on data attributes.
24.1.26
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.26
Changes
- automatically migrate key names in signer.sb
- add some optimization to connector
- no longer create transfer-rule as side effect of creating internal account
- add blockbook client driver for bitcoin chains
- remodel crosschain tx-info model
- bugfix invalid fields on migrated resources
- add
cord genesis install-triplescmd - add
treasury admincommands to manage organization permissions
24.1.23
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.23
Changes
- automatically subscribe addresses in treasury to oracle API
- fix rejection approval of registering credential
- subscribe connector to event stream to make fast transaction + address updates
- fix migration of legacy transfers to add placeholder for parent
- add .network field to Treasury
- fix regression in creating new users via legacy api
- fix condition resulting in long startup time for engine
24.1.20
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.20
Changes
- support solana token2022 SPL tokens
- patch error migrating legacy feature structure
24.1.18
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.18
Changes
- add missing CRUD in API server and treasury CLI
- /activate and /disable for Feature and TransferRule
- shared addresses (and corresponding shared keys)
- add legacy migrate to help create new treasury.toml
24.1.16
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.16
Changes
- add treasury CLI for importing external client-keys
- fix bug querying transfers created by legacy endpoint
- make metadata updates more consistent in legacy endpoints
- fix issue where user variants in roles were not exported
- update policy engine to reject useless approvers
- bugfix addresses never generating on legacy endpoint
24.1.13
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.13
Changes
- minor bugfixes for new connector process
- add gas fee priority customization to Transfer and Chain resources
- add transfer pause and unpause custom endpoints
24.1.12
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.12
Changes
- new connector process, feature gated under
new_connector - new chain abstraction to enable detection of conflictions between transaction inputs
- fast dequeuing of queued transaction (or no use of queuing for some chains like Solana or Tron)
- Safe retry mechanism (POST /transfers/:transfer/retry) that protects from double-sending
- Bug fix normalization of Sui/Aptos contract values, Sui gas estimation optimization
- Fix issue where operations could not be canceled if the resource already exists
- support adding chain RPC overrides to treasury.toml file
24.1.11
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.11
Changes
- add feature to auto-generate policy doc after api changes (maintain a legacy behavior)
- fix small issues with generating legacy policy doc
- permit creating 'custom' variant chains
- setup various metrics for engine and signer
24.1.10
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.10
Changes
- remove git-lfs dependency
24.1.9
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.9
Changes
- frontend cleanup variable handling and state/clerk management
- fix uniqueness issue with transction ID's
- fix token transaction issue
- fix delayed polling cycle on withdrawals
24.1.8
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.8
Changes
- remove invite restriction where you couldn't register an invite to yourself
- change transfer to return last-transaction as a name
24.1.7
us-docker.pkg.dev/cordialsys/containers/treasury:24.1.7