6e9f565587
Add more logs for IPFS failures
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2025-01-20 15:32:50 -05:00
f4634fe692
Add amountSats to expense items
...
closes #248
2025-01-20 15:31:19 -05:00
Râu Cao
a2ebc609ea
7.4.0
continuous-integration/drone/push Build is passing
2023-08-29 15:03:03 +02:00
Râu Cao
5e33381f2a
Allow overriding confirmedAtBlock and vetoed in JS API
2023-08-24 16:43:18 +02:00
ed2033980c
deploy to RSK testnet
continuous-integration/drone/push Build is passing
2023-08-07 21:55:08 +02:00
Râu Cao
269a2cf87a
Update JS ABIs
2023-04-27 11:37:12 +02:00
Râu Cao
657cdc8afa
Update JS ABIs
2023-04-26 15:49:44 +02:00
Râu Cao
089ffd42fe
Fix wrapper function: Reimbursement.getData()
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2023-04-26 15:42:17 +02:00
Râu Cao
6e0ec8741e
Use a dummy address for the read-only signer
...
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Necessary for ethers not to fail with public RSK nodes
2022-11-01 15:03:58 +01:00
c6168e59e8
Updated adresses
...
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
on those addresses the import for contributors and contributions was completed
2022-10-27 18:52:57 +02:00
e810424163
My latest deploy addresses
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-10-23 16:31:14 +02:00
Râu Cao
d3fb1010d5
Merge branch 'master' into feature/export-import
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-09-02 09:53:58 +02:00
Râu Cao
2b3fd1241d
WIP Remove claims, add withdrawals
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-25 11:44:38 +02:00
Râu Cao
9dd9d298cc
Allow setting confirmedAtBlock and vetoed during migration
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-08-23 16:20:50 +01:00
687040791c
Cleanup aragon contract leftovers
...
and use hardhat localhost as default network
2022-05-19 18:40:41 +02:00
936115afb9
Cleanup aragon ABIs
2022-05-19 18:34:09 +02:00
ba52e61d50
Load contract APIs from hardhat artifacts
2022-05-19 18:06:56 +02:00
1721c33620
Update ABIs
2022-05-16 19:18:41 +02:00
53fafc1c78
Update ipfs-http-client (for node >= 14)
...
Updates the client library and API usage to work with the latest
version, and more importantly, with current node.js LTS.
2022-04-28 19:19:58 +02:00
23b30b7f8e
Fix kredits instance not being returned by init()
2022-04-27 18:06:02 +02:00
50b10dd46c
Syntax and linting issues
2022-04-27 18:05:51 +02:00
623cf6d6da
Fix deprecation warninsg
2021-09-25 15:55:11 +02:00
a626409221
Move contracts to root level for hardhart usage
...
byebye aragon apps
2021-06-08 15:45:23 +02:00
c83a560e3b
merge master
2020-12-01 10:39:01 +01:00
eadca6904a
Rename contributor to recipient
...
And remove addedBy entry.
2020-12-01 10:33:09 +01:00
e6349f0594
Some minor improvements of ExpenseSerializer
2020-10-01 16:12:13 +02:00
15b47dbc42
Improve Reimbursement.add validation
2020-10-01 12:15:48 +02:00
a609d921aa
Remove accidentally added local DAO addresses
2020-06-29 23:49:03 +02:00
23d3dd3a80
Adjust API for new ethers v5 API
...
see issue for details: https://github.com/ethers-io/ethers.js/issues/920#issuecomment-650836642
2020-06-29 17:23:08 +02:00
bc38dcb136
Copy contract data into new object to avoid object is not extensible error
...
It seems the new ethers.js version returns contract data as a non-
extensible object. We have to clone it before adding the IPFS data.
2020-06-27 20:39:23 +02:00
c4e7e1259e
Remove obsolete manual expense schema import
2020-06-27 16:27:11 +02:00
c2dcedfe58
Update to ethers 5
2020-06-24 01:20:04 +02:00
2c567fa71a
Use contributorId instead or address for reimbursements
2020-06-12 00:29:59 +02:00
9b4a95f375
use const for not reassigned variable
2020-05-30 14:02:50 +02:00
687f87f43b
cleanup address files
2020-05-30 14:02:29 +02:00
7fdeb78617
Support multiple expenses in one reimburesement
2020-05-29 18:47:49 +02:00
1f248812a7
Reimbursement.getReimbursement vs. Reimbursement.get
2020-05-29 15:12:57 +02:00
a0b0183beb
Add Reimbursement app
2020-05-29 10:46:55 +02:00
ef0c0c0a39
(ci) Disable all tests
2020-05-07 09:59:27 +02:00
c2220c3654
Fix ESLint error
2020-05-07 09:27:15 +02:00
66a37a1e74
Improve property name
2019-09-18 08:44:13 +02:00
aba4a23104
Fixes & linting
2019-09-17 18:30:19 +02:00
13ed02e134
Add support for zoom profils
...
This adds an accessor for the zoom_name to the contributor profile.
Doing this also removes general support for preserviing the contributor
accounts array as this was buggy and caused accounts to be added
multiple times.
2019-09-17 17:24:35 +02:00
Haythem Sellami
eb4e06edf1
Contributor app tests ( #143 )
...
Adds tests for the contributor contract
2019-07-22 06:55:22 +00:00
2316e8f15a
Remove IPFS pinner
...
The pinner now lives in its own npm package
2019-07-02 19:09:26 +02:00
61fe9add1b
Add support to use IPFS gateway to read ipfs data
...
This makes caching of IPFS documents easier. Browsers should cache those
by default
2019-07-01 15:53:18 +02:00
16141ed482
Merge pull request #136 from 67P/feature/ipfs-pinner
...
Add IPFS pinning script
2019-07-01 13:06:45 +02:00
32a123a825
Default to open.aragonpm.eth
...
it is now also available on the devchain
2019-06-19 00:52:47 +02:00
6d6c6056f0
Refactor IPFS pinner
2019-06-12 01:08:07 +02:00
107654ecca
Expose available network IDs
...
This exposes the network IDs on which kredits is deployed. Helpful to
check if the used network is supported.
2019-06-11 15:45:14 +02:00