parazyd
|
97de8cc2b6
|
drk: Implement token mint authority import.
|
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 |
|
aggstam
|
33dc5a8959
|
faucetd: updated to only airdrop native token
|
2023-02-25 14:20:30 +01:00 |
|
parazyd
|
a9a9146b7c
|
drk: Update transfer 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 |
|
spital
|
316d0afe49
|
Dockerfile add runtime dependency
|
2023-02-24 13:47:06 +00:00 |
|
Dastan-glitch
|
fcab6f6c2b
|
bin/genev: add missing license header
|
2023-02-23 16:41:46 +03:00 |
|
spital
|
24567c545a
|
Add Dockerfile for ARM64 build, builds OK, but is slooooow, not tested
|
2023-02-23 10:15:29 +00:00 |
|
spital
|
2cf229eebb
|
Fix Alpine Dockerfile, builds now OK
|
2023-02-23 10:15:07 +00:00 |
|
Dastan-glitch
|
2dbbf119d7
|
bin/genev: actually run cli commands in the script
|
2023-02-23 03:32:52 +03:00 |
|
Dastan-glitch
|
5f89f4f0bb
|
bin/genev: added tmux sessions script
|
2023-02-23 03:23:00 +03:00 |
|
Dastan-glitch
|
3c984e1b4c
|
minor typo fix
|
2023-02-23 03:18:53 +03:00 |
|
Dastan-glitch
|
5a4ca9bcdc
|
bin/ircd2: refactor locking a mutex
|
2023-02-23 03:17:46 +03:00 |
|
Dastan-glitch
|
b5acec7e82
|
bin/genev: testing some generic event utilization of event_graph
|
2023-02-23 03:16:13 +03:00 |
|
aggstam
|
5ffc4bab9a
|
doc/architecture/overview: removed obselete cashier section
|
2023-02-21 19:30:30 +02: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 |
|
spital
|
17e70fc6ef
|
Dockerfile update :: Darkfi in Debian 12 Bookworm builds OK (#146)
|
2023-02-20 20:55:14 +00:00 |
|
aggstam
|
6f0bcf99a5
|
drk: base58 encoding for spend_hook and user_data in wallet --coins
|
2023-02-20 14:09:12 +02:00 |
|
aggstam
|
c34ef03178
|
drk: show spend_hook and user_data on wallet --coins
|
2023-02-20 14:02:01 +02:00 |
|
ADASTRA LAB
|
a99044c2f8
|
Update testnet.md (#145)
fix broken links
|
2023-02-20 10:43:06 +00:00 |
|
x
|
3f8da21300
|
book: add course notes as a book
|
2023-02-20 08:16:05 +01:00 |
|
Dastan-glitch
|
e972d3cfb4
|
bin/drk: shell tab completions added
|
2023-02-19 05:55:45 +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
|
4292006959
|
drk: use aliases for actions
|
2023-02-18 21:28:26 +02:00 |
|
aggstam
|
cd8c619503
|
drk: restrict aliases to 5 characters
|
2023-02-18 21:01:43 +02:00 |
|
parazyd
|
42109793b3
|
darkfid: Fix seed URI typo in the config file
|
2023-02-18 17:51:23 +01:00 |
|
aggstam
|
e052633c94
|
drk: display aliases in all tables
|
2023-02-18 18:26:09 +02:00 |
|
x
|
f76f33ad72
|
drk/darkfid make json-rpc get-tx protocol safe.
|
2023-02-18 17:17:00 +01:00 |
|
x
|
39916af33f
|
Merge branch 'master' of github.com:darkrenaissance/darkfi
|
2023-02-18 17:11:02 +01:00 |
|