599 Commits

Author SHA1 Message Date
12326ce73f Fix typo and add more logs 2022-07-15 18:19:06 +02:00
18da1306b9
Refactor deployment script, add error handling 2022-07-15 13:36:03 +02:00
f6c302dd21
Update package lock 2022-07-15 13:34:56 +02:00
e3a0f0e8d3
Formatting 2022-07-15 13:34:17 +02:00
534f68c5a9
Merge pull request #216 from 67P/hardhat
Add docs on how to deploy to other networks to the README
2022-07-15 13:29:16 +02:00
d0fd1a3971 Merge branch 'master' into hardhat
* master:
  Formatting
2022-07-14 16:00:20 +02:00
a8597bba8e Add docs on how to deploy to other networks to the readme 2022-07-14 15:57:03 +02:00
683ec5b2e9
Merge pull request #213 from 67P/hardhat
Hardhat
2022-07-14 15:31:48 +02:00
d93d736370
Formatting 2022-07-14 14:06:08 +02:00
bcee608920 Typo 2022-07-06 18:07:38 +02:00
643bd01a78 Add rinkeby network and extend some logs/docs 2022-07-06 18:02:42 +02:00
e21fb40661 Add an example script on how to upgrade a contract implementation 2022-07-04 20:01:46 +02:00
fa4583158f
Merge pull request #215 from 67P/fix-hardhat-build
Load contract APIs from hardhat artifacts
2022-05-20 12:27:30 +02:00
d46b084e2c
Remove obsolete directories from .gitignore 2022-05-20 11:55:09 +02: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
9d87636fb0 Remove aragon from readme 2022-05-19 17:51:45 +02:00
cc6b6de827 Extend bootstrap and fund script 2022-05-19 17:51:33 +02:00
0d6dc78a58
Roll back node-fetch upgrade 2022-05-19 17:33:32 +02:00
195cd42313
Update dependencies 2022-05-19 01:02:27 +02:00
1721c33620
Update ABIs 2022-05-16 19:18:41 +02:00
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