96940716bd
Update npm scripts, README
...
Introduce a new `build` script that also builds the ABIs.
2022-05-16 19:16:13 +02:00
ab8f632a30
Recommend node.js 16 via nvm config
2022-05-16 19:07:29 +02:00
9e92fbfa8f
Remove obsolete imports, improve syntax/formatting
2022-05-01 18:16:03 +02:00
75bcde4f49
Improve seeds script
...
* Add colors
* Inform user about failures at the end of the script
2022-04-28 19:21:09 +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
16d5704173
Remove obsolete import in seeds
2022-04-28 19:19:12 +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
b80273b308
Update kosmos-schemas
2022-04-27 18:00:56 +02:00
0fde17a4e0
Refactor seeds script
2022-04-25 22:22:54 +02:00
ad8daa8649
Update compiler version
...
Required by an openzeppelin contract
2022-04-25 22:22:53 +02:00
d1d92c6644
Update dependencies
2022-04-25 22:22:53 +02:00
53dbc1e4ad
Update README and npm scripts for hardhat
2022-04-25 10:09:15 -05:00
24990de42a
Revert "Recommend node 16 to nvm users"
...
This reverts commit 22c3a82167bfd643ca81147f04a0269b331e42ac.
2022-02-03 20:02:38 -06:00
d52f502fd5
Allow core users to create contributions
2022-02-03 22:07:17 +01:00
04fff0934d
Explicit core check for the deployer account
...
The deployer account has the same rights as a core contributor. This is handled now explicitly in the addressIsCore function.
This allows us to run seeds and such from the deployer account.
2022-02-03 22:06:52 +01:00
22c3a82167
Recommend node 16 to nvm users
2022-01-11 16:24:41 -06:00
f0edfa038f
Add dev scripts for hardhat to package.json
2022-01-11 16:20:23 -06:00
8bb3f234c7
Get seeds working on RSK
...
we need to wait for the transactions to be mined otherwise we get a nonce error
2021-09-28 15:16:26 +02:00
15a08fdaec
We need to use tx.origin to get the actual sender of the transaction (not an intermediary contract that talks to the other contract)
2021-09-28 15:10:05 +02:00
0756569dc7
FIx deployment script for RSK
...
we need to wait a bit more because RSK is slower and transactions must be confirmed
2021-09-28 13:19:50 +02:00
8a7858a0bb
Cleanup and default dev deploy key (needed for NON rsk networks)
2021-09-26 19:27:03 +02:00
5e6d066e40
Cleanup
2021-09-26 19:26:03 +02:00
c3bd2b88d4
Update dependencies
2021-09-26 19:25:57 +02:00
ffd4a5aeaf
Permissions
2021-09-26 19:25:43 +02:00
623cf6d6da
Fix deprecation warninsg
2021-09-25 15:55:11 +02:00
cc9cc53d0b
Add RSK network
2021-07-08 11:27:49 +02:00
9bfe131cd5
Update ethers.js to support RSK deployments
2021-07-08 11:09:41 +02:00
8a962aea62
Cleanup package.json
2021-06-08 23:40:20 +02:00
b81fc98740
No aragon app anymore :(
2021-06-08 23:31:25 +02:00
5d4c9ba403
bye truffle migration
2021-06-08 23:30:41 +02:00
f5ca44d779
ByeBye apps
2021-06-08 23:30:27 +02:00
dd70bf77d5
Cleanup scripts
2021-06-08 16:17:56 +02:00
63e8ce1e3f
Extend hre with a kredits instance
2021-06-08 16:17:34 +02:00
a626409221
Move contracts to root level for hardhart usage
...
byebye aragon apps
2021-06-08 15:45:23 +02:00
1425c3664a
Hello hardhat
2021-06-02 16:36:49 +02:00
c865c154a4
Merge pull request #198 from 67P/feature/expenses
...
Add Reimbursement app
2021-06-02 14:25:33 +02:00
a63a37c5d6
Merge pull request #212 from 67P/chore/nvmrc
...
Add .nvmrc
2021-05-31 11:41:45 +02:00
20879c4c08
Add .nvmrc
...
Configures node version to what we currently recommend/require.
2021-05-31 10:07:44 +02:00
7ab8e4e52d
Merge pull request #211 from 67P/feature/find_block_by_date
...
Add script for finding block closest to given date
2021-05-29 16:59:38 +02:00
f11c4f7764
Add script for finding block closest to given date
...
Useful for manual grant cycle management.
2021-05-20 15:09:56 +02:00
44cad2d26e
Fix contributorId being used in a reimbursement seed
2021-02-22 15:32:43 +01:00
357698db02
Deployment details
2021-02-19 10:24:54 +01:00
6c80179a3d
Re-add veto auth
...
Accidentally merged during pairing with some minor changes in #210
2021-01-14 15:46:33 +01:00
c471060cfd
Merge pull request #210 from 67P/chore/variable_naming
...
Improve variable name clarity
2021-01-14 15:43:26 +01:00
7418d33e63
Merge pull request #209 from 67P/bugfix/confirmed_at
...
Fix confirmations being 1 block too late
2021-01-14 15:43:07 +01:00
1cfbc09e4a
Merge pull request #208 from 67P/feature/count-contributions
...
Add script to count contributions between a certain block timeframe
2021-01-14 15:41:41 +01:00
8984ba3802
Improve variable name clarity
2021-01-14 15:39:19 +01:00
2238ccf40e
Fix confirmations being 1 block too late
...
block.number refers to the last mined block, so we need to add +1 to
wait from the current block on (the one in which this function is
executed).
2021-01-14 15:36:55 +01:00
0df7930e06
Get it running
2020-12-22 12:28:34 +01:00