Commit Graph

25 Commits

Author SHA1 Message Date
Marco Argentieri
f4dee08651 Improve copy (#25) 2023-11-30 18:39:52 +01:00
Pietralberto Mazza
89aaf4d5c6 Handle status updates from senders of payments (#24)
* Handle status updates from senders of payments

* Lint
2023-11-30 16:54:47 +01:00
Pietralberto Mazza
be1f4654f9 Add badger implementations of repos (#22)
* Fixes to domain layer

* Update repo manager interface

* Add badger repo impls

* Keep projection store in sync with event store

* Update deps

* Remove ripemd160
2023-11-30 14:16:44 +01:00
tiero
1c82af8550 fix: leaving the ark 2023-11-29 18:06:06 +01:00
bordalix
7efa7bded6 fixes links to nomenclature in Get Started 2023-11-29 09:50:59 +00:00
tiero
70d6fb196b Introduction: link to Get Started documents 2023-11-29 00:51:58 +01:00
tiero
f0b19605b6 fix: broken link to nomeclature 2023-11-29 00:48:05 +01:00
Marco Argentieri
09caa1f800 reformulate the boarding and refactor the structure (#21) 2023-11-29 00:45:26 +01:00
Marco Argentieri
8371e9f1c2 rename dev_portal to website (#20)
* rename dev_portal to website

* rename dev_portal to website

* master not main
2023-11-29 00:35:10 +01:00
João Bordalo
d0ce54f493 Add dev_portal (#17)
* adds dev_portal

* change project name from dev-portal to dev_portal
2023-11-27 16:43:37 +01:00
Pietralberto Mazza
0210d39866 Monorepo scaffolding (#16)
* Change scaffolding

* Fix gh action
2023-11-27 14:23:22 +01:00
Pietralberto Mazza
28db168af0 Add gocron Scheduler implementation (#13)
* Add gocron scheduler

* Fixes
2023-11-27 12:14:16 +01:00
Louis Singer
52affa52a9 Add dummy TxBuilder implementation (#14)
* tree.go init

* add tree.go file

* builder implementation

* v1 TxBuilder

* test TxBuilder

* merge master into congestionTree

* fix linting errors

* fix after reviews

* improve implementations, rework tests

* Move impl to dummy/

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
2023-11-27 11:55:32 +01:00
Pietralberto Mazza
92f9e73214 Add core methods for ark payments (#12)
* Add methods to spend, claim and sign vtxos

* Update internal/core/application/service.go

Co-authored-by: Louis Singer <41042567+louisinger@users.noreply.github.com>

* Store Vtxos as inputs of a payment

---------

Co-authored-by: Louis Singer <41042567+louisinger@users.noreply.github.com>
2023-11-23 17:34:10 +01:00
Louis Singer
20bc94087a Scaffold noah cli (#10)
* CLI skeleton

* noah CLI: send flags

* add cypher.go file

* fix .PHONY

* add password_hash in state.json

* encode public key using common pkg

* use common.DecodeUrl

* remove cli.Exit calls

* redeem command: make --amount flag optional only if --force is not set

* remove validateURL func

* chmod +x scripts/build-noah

* Update cmd/noah/redeem.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* Update cmd/noah/redeem.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* Update cmd/noah/init.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* Update cmd/noah/main.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* Update cmd/noah/send.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* rework receive and send

* Update cmd/noah/send.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* Update cmd/noah/send.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* Update cmd/noah/redeem.go

Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>

* receive command: return ark address

---------

Co-authored-by: bordalix <joao.bordalo@gmail.com>
Co-authored-by: João Bordalo <bordalix@users.noreply.github.com>
2023-11-23 13:53:19 +01:00
Pietralberto Mazza
27b54f4c41 Add core logic (#11)
* Add domain and app layers

* Update repo interface

* Lint

* Rename events & fixes

* Add tx builder interface
2023-11-21 17:45:27 +01:00
Pietralberto Mazza
b0bd610944 Ocean connection support (#9)
* Update protos & Add ocean protos

* Add adapters & config entry for ocean wallet addr

* Update deps
2023-11-20 13:39:15 +01:00
Pietralberto Mazza
19cbaeba40 Ark encoding (#6)
* Fix naming

* Fix Ark key encoding & Add new encoding for address, relay and url

* Fix submodule name

* Fix test target

* Update go deps

* Fix prefixes && Use bech32m && Encode asp and user keys in address

* Fix tests

* Parametrize ark prefix && Add network params

* Named return values
2023-11-15 17:11:16 +01:00
Pietralberto Mazza
13ff7c2d55 Rename package ark-sdk to common (#5) 2023-11-14 13:26:25 +01:00
Pietralberto Mazza
26e8db1d6e Update protos (#3) 2023-11-07 12:15:51 +01:00
Louis Singer
e221f834ec Add BIP68 encoding/decoding (#2)
* add BIP68 func

* bip68_test.go: use require assertions

* add DecodeBIP68 func
2023-11-06 16:07:02 +01:00
altafan
d761068c2b Add encoding utils 2023-11-02 15:07:26 +01:00
altafan
aed92bfd7d Fix naming 2023-10-30 15:17:35 +01:00
altafan
0055fbb7d0 Add sdk package 2023-10-30 14:45:54 +01:00
altafan
bd6199a787 Scaffolding 2023-10-30 14:43:51 +01:00