Commit Graph

639 Commits

Author SHA1 Message Date
bumi 643bd01a78 Add rinkeby network and extend some logs/docs 2022-07-06 18:02:42 +02:00
bumi e21fb40661 Add an example script on how to upgrade a contract implementation 2022-07-04 20:01:46 +02:00
bumi fa4583158f
Merge pull request #215 from 67P/fix-hardhat-build
Load contract APIs from hardhat artifacts
2022-05-20 12:27:30 +02:00
Basti d46b084e2c
Remove obsolete directories from .gitignore 2022-05-20 11:55:09 +02:00
bumi 687040791c Cleanup aragon contract leftovers
and use hardhat localhost as default network
2022-05-19 18:40:41 +02:00
bumi 936115afb9 Cleanup aragon ABIs 2022-05-19 18:34:09 +02:00
bumi ba52e61d50 Load contract APIs from hardhat artifacts 2022-05-19 18:06:56 +02:00
bumi 9d87636fb0 Remove aragon from readme 2022-05-19 17:51:45 +02:00
bumi cc6b6de827 Extend bootstrap and fund script 2022-05-19 17:51:33 +02:00
Basti 0d6dc78a58
Roll back node-fetch upgrade 2022-05-19 17:33:32 +02:00
Basti 195cd42313
Update dependencies 2022-05-19 01:02:27 +02:00
Basti 1721c33620
Update ABIs 2022-05-16 19:18:41 +02:00
Basti 96940716bd
Update npm scripts, README
Introduce a new `build` script that also builds the ABIs.
2022-05-16 19:16:13 +02:00
Basti ab8f632a30
Recommend node.js 16 via nvm config 2022-05-16 19:07:29 +02:00
Basti 9e92fbfa8f
Remove obsolete imports, improve syntax/formatting 2022-05-01 18:16:03 +02:00
Basti 75bcde4f49
Improve seeds script
* Add colors
* Inform user about failures at the end of the script
2022-04-28 19:21:09 +02:00
Basti 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
Basti 16d5704173
Remove obsolete import in seeds 2022-04-28 19:19:12 +02:00
Basti 23b30b7f8e
Fix kredits instance not being returned by init() 2022-04-27 18:06:02 +02:00
Basti 50b10dd46c
Syntax and linting issues 2022-04-27 18:05:51 +02:00
Basti b80273b308
Update kosmos-schemas 2022-04-27 18:00:56 +02:00
Basti 0fde17a4e0
Refactor seeds script 2022-04-25 22:22:54 +02:00
Basti ad8daa8649
Update compiler version
Required by an openzeppelin contract
2022-04-25 22:22:53 +02:00
Basti d1d92c6644
Update dependencies 2022-04-25 22:22:53 +02:00
bumi 53dbc1e4ad Update README and npm scripts for hardhat 2022-04-25 10:09:15 -05:00
Basti 24990de42a
Revert "Recommend node 16 to nvm users"
This reverts commit 22c3a82167.
2022-02-03 20:02:38 -06:00
bumi d52f502fd5 Allow core users to create contributions 2022-02-03 22:07:17 +01:00
bumi 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
Basti 22c3a82167
Recommend node 16 to nvm users 2022-01-11 16:24:41 -06:00
Basti f0edfa038f
Add dev scripts for hardhat to package.json 2022-01-11 16:20:23 -06:00
bumi 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
bumi 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
bumi 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
bumi 8a7858a0bb Cleanup and default dev deploy key (needed for NON rsk networks) 2021-09-26 19:27:03 +02:00
bumi 5e6d066e40 Cleanup 2021-09-26 19:26:03 +02:00
bumi c3bd2b88d4 Update dependencies 2021-09-26 19:25:57 +02:00
bumi ffd4a5aeaf Permissions 2021-09-26 19:25:43 +02:00
bumi 623cf6d6da Fix deprecation warninsg 2021-09-25 15:55:11 +02:00
bumi cc9cc53d0b Add RSK network 2021-07-08 11:27:49 +02:00
bumi 9bfe131cd5 Update ethers.js to support RSK deployments 2021-07-08 11:09:41 +02:00
bumi 8a962aea62 Cleanup package.json 2021-06-08 23:40:20 +02:00
bumi b81fc98740 No aragon app anymore :( 2021-06-08 23:31:25 +02:00
bumi 5d4c9ba403 bye truffle migration 2021-06-08 23:30:41 +02:00
bumi f5ca44d779 ByeBye apps 2021-06-08 23:30:27 +02:00
bumi dd70bf77d5 Cleanup scripts 2021-06-08 16:17:56 +02:00
bumi 63e8ce1e3f Extend hre with a kredits instance 2021-06-08 16:17:34 +02:00
bumi a626409221 Move contracts to root level for hardhart usage
byebye aragon apps
2021-06-08 15:45:23 +02:00
bumi 1425c3664a Hello hardhat 2021-06-02 16:36:49 +02:00
Basti c865c154a4
Merge pull request #198 from 67P/feature/expenses
Add Reimbursement app
2021-06-02 14:25:33 +02:00
galfert a63a37c5d6
Merge pull request #212 from 67P/chore/nvmrc
Add .nvmrc
2021-05-31 11:41:45 +02:00