Commit graph

290 commits

Author SHA1 Message Date
Jack Hodgkinson
552bfa3517 attempting fix 2022-02-14 16:11:03 +00:00
Jack Hodgkinson
2c487e81cb Separated nix logic 2022-02-14 16:03:57 +00:00
Jack Hodgkinson
1e4b4c2653 Fixed workflow by adding nix install commands 2022-02-14 14:21:11 +00:00
Jack Hodgkinson
144bc963c3 Implement nix run 2022-02-14 14:18:49 +00:00
Jack Hodgkinson
2e895f4490 removed flake check 2022-02-14 13:55:09 +00:00
Jack Hodgkinson
8dffed824b fix yaml syntax error 2022-02-14 13:45:01 +00:00
Jack Hodgkinson
75187895bc Examine behaviour of hlint and fourmolu without Stack 2022-02-14 13:43:35 +00:00
Jack Hodgkinson
5f0f53ba79 Removed full stops for consistency 2022-02-14 12:12:46 +00:00
Jack Hodgkinson
4cc3a5f792 Added failing test 2022-02-14 12:11:34 +00:00
Jack Hodgkinson
e55168fce8 gave steps more descriptive names 2022-02-14 11:47:24 +00:00
Jack Hodgkinson
57ef1faa63 Updated fourmolu script 2022-02-14 11:06:42 +00:00
Jack Hodgkinson
0750a9ba08 Integrate lint and format 2022-02-14 10:49:22 +00:00
Jack Hodgkinson
f4ac4f3bb2 tweaked CI workaround 2022-02-14 08:20:31 +00:00
Jack Hodgkinson
d9b29da4c4 testing workaround 2022-02-11 08:23:29 +00:00
Jack Hodgkinson
703c49bf85 updated flake files 2022-02-10 09:07:07 +00:00
Jack Hodgkinson
16d85f48a4 reset flake .nix 2022-02-10 09:04:27 +00:00
Jack Hodgkinson
5b32561143 updated nixpkgs reference 2022-02-10 08:55:50 +00:00
Jack Hodgkinson
a473ab22c3 updated flake.lock 2022-02-10 08:41:11 +00:00
Emily Martins
c1d267b401 add benchmarking stub using plutus-benchmark 2022-02-09 18:39:13 +01:00
Jack Hodgkinson
e0809a0f89 . 2022-02-09 16:08:17 +00:00
Jack Hodgkinson
7de53c5db1 Replaced formatwith build command from plutus extra 2022-02-09 16:07:35 +00:00
Jack Hodgkinson
2b74de5aef made format.sh executable 2022-02-09 15:18:53 +00:00
Jack Hodgkinson
25b08b9943 formatting 2022-02-09 15:05:46 +00:00
Jack Hodgkinson
ed160faa50 added formatting CI task 2022-02-09 14:52:44 +00:00
Jack Hodgkinson
51da0cf080 Merge branch 'master' of github.com:Liqwid-Labs/agora into jhodgdev/github-actions 2022-02-09 12:33:56 +00:00
Emily
0e916dfdfc
Merge pull request #22 from Liqwid-Labs/emiflake/hls
Add `haskell-language-server` to tools
2022-02-09 13:00:58 +01:00
Emily Martins
db15a05521 simply add haskell-language-server to tools 2022-02-09 12:49:22 +01:00
Emily
98a1ecb4b3
Merge pull request #20 from Liqwid-Labs/emiflake/add-plutus-extra
Add plutus-extra dependency
2022-02-08 13:40:30 +01:00
Jack Hodgkinson
6738707b56
Update README.md
Added reference to `nix-direnv`.
2022-02-08 10:02:16 +00:00
Jack Hodgkinson
b5283f6ff8
Merge pull request #13 from Liqwid-Labs/jhodgdev/initial-docs
jhodgdev/initial-docs
2022-02-08 09:58:30 +00:00
Jack Hodgkinson
38fb5470a2 fixed grammatical error 2022-02-08 09:52:22 +00:00
Jack Hodgkinson
9350dcfd7f updated gitignore 2022-02-08 09:43:32 +00:00
Jack Hodgkinson
1cca325110 Removed nix.shell, as no longer required 2022-02-08 09:26:10 +00:00
Jack Hodgkinson
4113c7ff86 Updated .gitignore to reflect nix-direnv support 2022-02-08 08:57:20 +00:00
Emily Martins
c5e17dddeb safe-money proof of concept 2022-02-07 22:45:09 +01:00
Jack Hodgkinson
0e44aea051 Small changes to style guide 2022-02-07 16:07:22 +00:00
Jack Hodgkinson
17332e43f7 implemented changes from review 2022-02-07 14:47:52 +00:00
Emily Martins
c6c87b4b11 add plutus-extra dependency 2022-02-07 15:34:45 +01:00
Jack Hodgkinson
ce8c0a8e7a removed unnecessary newline from governor 2022-02-07 13:36:16 +00:00
Jack Hodgkinson
0e575ad648 capitalised Nix 2022-02-07 10:27:54 +00:00
Jack Hodgkinson
f00dc7b91d general neatening 2022-02-07 10:26:43 +00:00
Jack Hodgkinson
8d30f12f3c Replaced vesting contract docs with new treasury docs 2022-02-07 09:47:21 +00:00
Jack Hodgkinson
d4b62fe6f4 small change to staking pool document 2022-02-07 09:16:01 +00:00
Jack Hodgkinson
cb8ee1e3d2 Added section on staking pool to stakes technical design 2022-02-07 08:55:11 +00:00
Jack Hodgkinson
4d84c73a40 initiated effects 2022-02-03 14:59:47 +00:00
Jack Hodgkinson
4537ecc4da written first draft of effect technical design 2022-02-03 12:31:59 +00:00
Jack Hodgkinson
e65b2b98b1
Update staking-pool.md 2022-02-03 11:03:34 +00:00
Jack Hodgkinson
9a16e677c0
Centre governance diagram on README 2022-02-03 11:00:06 +00:00
Jack Hodgkinson
345a93d963 moved governance-concepts into main project README 2022-02-03 10:56:26 +00:00
Jack Hodgkinson
472ca62387 Merge branch 'master' of github.com:Liqwid-Labs/agora into jhodgdev/initial-docs 2022-02-03 10:54:31 +00:00