Commit Graph

2728 Commits

Author SHA1 Message Date
parazyd
1ee9334c42 sdk: Update dependency versions. 2023-02-25 16:37:30 +01:00
parazyd
4e3b863cda Release v0.4.1 2023-02-25 16:00:20 +01:00
parazyd
bb22f30815 contract/money: Include crate version in the info db. 2023-02-25 14:20:31 +01:00
parazyd
db1908d07e runtime: Add documentation for metadata function. 2023-02-25 14:20:31 +01:00
parazyd
ca38f93d1f contract/dao/test: Fix minting of gdrk. 2023-02-25 14:20:30 +01:00
parazyd
ce8bdc01b0 fixup! contract/dao/test: Use native network token where needed. 2023-02-25 14:20:30 +01:00
parazyd
767f8badd7 contract/dao/test: Use native network token where needed. 2023-02-25 14:20:30 +01:00
parazyd
b963ec0cfe contract/dao: Minor updates for integration test. 2023-02-25 14:20:30 +01:00
parazyd
23b6b110c5 drk: Update wallet metadata when tokens are being frozen. 2023-02-25 14:20:30 +01:00
aggstam
a5fe7ed724 contract/money/makefile: added integration test 2023-02-25 14:20:30 +01:00
aggstam
e683c3c7fb contract/money/tests/mint_pay_swap: updated swap calls 2023-02-25 14:20:30 +01:00
parazyd
23b3f9f59a drk: New Swap API 2023-02-25 14:20:30 +01:00
parazyd
3b75ee04c1 Get contract/dao to compile. 2023-02-25 14:20:30 +01:00
aggstam
389838f082 contract/money/tests: mint_pay_swap updated and fixed 2023-02-25 14:20:29 +01:00
aggstam
f1fe5fe846 contract/money/tests: fixed parallel execution 2023-02-25 14:20:29 +01:00
aggstam
dd7e6293b2 contract/money/tests/verification_bench: fixed and updated tests 2023-02-25 14:20:29 +01:00
parazyd
60755a114f contract/money: Rework test harness, fix TokenMint_V1 proof. 2023-02-25 14:20:29 +01:00
aggstam
592578ef43 contract/money/tests/verification_bench: updated alice2alice_random_amounts 2023-02-25 14:20:29 +01:00
aggstam
a25ef73cb6 contract/money: transfer test updated 2023-02-25 14:20:29 +01:00
parazyd
bafe4a4241 contract/money: Token Freeze API 2023-02-25 14:20:29 +01:00
parazyd
41cdbbbe13 contract/money: Mint V1 API 2023-02-25 14:20:29 +01:00
aggstam
2ac20a6f39 contract: minor fixes
dao contract needs to be updated with the new money API
2023-02-25 14:20:29 +01:00
parazyd
86a66dae86 contract/money/client: Reworked Swap API 2023-02-25 14:20:29 +01:00
parazyd
6fe6cf9819 contract/money/client: Crufty API impls 2023-02-25 14:20:29 +01:00
parazyd
10f69e06f4 contract/money/client: SQL table consts. 2023-02-25 14:20:29 +01:00
parazyd
e9ffa10541 contract/money: Refactor and cleanup.
Tests probably broken.
2023-02-25 14:20:29 +01:00
parazyd
65865fc52a sdk: Implement AeadEncryptedNote. 2023-02-25 14:20:29 +01:00
parazyd
27d277f014 contract/money: Spread out lib.rs into more files. 2023-02-25 14:20:29 +01:00
parazyd
39a698a63f contract/money: Stub for ::Freeze 2023-02-25 14:20:29 +01:00
parazyd
b30843c12c runtime/db: Move the section restriction to the top of functions. 2023-02-25 14:20:29 +01:00
parazyd
1077b79cd7 sdk: Move util functions to db.rs. 2023-02-25 14:20:29 +01:00
Dastan-glitch
3c984e1b4c minor typo fix 2023-02-23 03:18:53 +03:00
Dastan-glitch
3e032170f0 set prefered/default transports for outbound to tls 2023-02-21 04:41:39 +03:00
Dastan-glitch
723e774af8 event_graph abstraction, making the event action generic 2023-02-21 04:31:18 +03:00
Dastan-glitch
cd5dfbed0e [WIP] event_graph added to src/ and ircd2 utilize it from there 2023-02-19 05:24:52 +03:00
aggstam
9aa8374c10 drk: token aliases impl added
wallet.db must be reinitialized with ./drk wallet --initialize to create the new tables
2023-02-18 17:48:57 +02:00
x
89736f3f86 add command to simulate tx and show erroneous state for fetch-tx 2023-02-18 15:23:54 +01:00
aggstam
42d5b469a7 consensus: ignore future blocks/slots during sync 2023-02-14 13:24:20 +02:00
aggstam
798db8ae09 consensus: updated testnet timestamp 2023-02-13 18:38:31 +02:00
aggstam
4f3105d71d blockchain/tx_store: use empty slice as value in erroneous_txs sled 2023-02-10 21:49:05 +02:00
aggstam
b0d24ef776 darkfid: erroneous txs handling
Darkfid will not apply erroneous txs state transitions and keep them in a separate sled tree. drk to filtre these txs to report correct balances/coins
2023-02-10 20:59:03 +02:00
x
bfc81aa946 dao contract: remove serial from proposals in sql 2023-02-10 12:25:26 +01:00
x
4ebf1777aa drk: remove proposal serial column 2023-02-10 12:23:03 +01:00
x
9ced92462f dao-test: remove serial from proposals, and fix exec to use user serial/coin_blind 2023-02-10 11:52:51 +01:00
aggstam
816f0adb5c consensus/state.rs: fixed calc_sigmas_test 2023-02-08 23:38:39 +02:00
aggstam
a9fe80715b consensus: fixed consensys state sync 2023-02-07 23:59:28 +02:00
aggstam
90f3a0fea7 consensus/task/consensus_sync: removed redundant check 2023-02-07 19:47:50 +02:00
aggstam
a9c7019e1a contract/dao/entrypoint.rs: fixed deserialization of deployed contract
NOTE: in future, when more trees are added the deserialization should be updated
2023-02-07 02:47:09 +02:00
aggstam
92e2457f2c consensus: fixed initial sync
Since protocol to receive finalized slots/blocks was already attached, when a node was syncing if a finalization occured, the block was stored and the node was thinking that it was synced.
2023-02-06 18:47:37 +02:00
police
11d2d1c63d prune lead_coin 2023-02-03 01:45:38 +02:00