Commit Graph

74 Commits

Author SHA1 Message Date
Ladd Hoffman 3c4a5cbb7a started on tests for lightweight bench 2024-06-29 12:57:07 -05:00
Ladd Hoffman da20410f87 update DAO to use global forum 2024-06-28 13:44:18 -05:00
Ladd Hoffman 75ba4dd349 rename citation -> reference 2024-05-20 15:26:28 -05:00
Ladd Hoffman f64eba070c allow VP with no fee
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s Details
2024-05-15 11:35:26 -05:00
Ladd Hoffman 01cf630a20 fixup logic for stakeAvailability allowance values
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27s Details
2024-05-02 13:57:32 -05:00
Ladd Hoffman c16db92e27 rework availability contract to keep one active stake per worker 2024-05-02 13:44:37 -05:00
Ladd Hoffman 40c1fd43d7 deploy core contracts separately due to size limit
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details
2024-04-30 15:56:43 -05:00
Ladd Hoffman fe0326bf2c rename contentId to postId
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details
2024-04-28 18:06:26 -05:00
Ladd Hoffman 37fd387cf3 add post separate from propose
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s Details
2024-04-28 16:51:35 -05:00
Ladd Hoffman 8e272bf2e8 refactor and stub for rollup 2024-04-28 15:06:10 -05:00
Ladd Hoffman 1948e81733 remove addPosts
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s Details
2024-04-23 10:46:53 -05:00
Ladd Hoffman c643f0d952 ss import: retry with delay for adding post to chain
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s Details
2024-04-23 10:32:12 -05:00
Ladd Hoffman e16bb4968f use PPM rather than percent for weights
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details
2024-04-21 10:28:44 -05:00
Ladd Hoffman ffe711ad7f sepolia deploy
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 29s Details
2024-04-20 12:41:21 -05:00
Ladd Hoffman ece57c9706 add contract support for citing posts that have not (yet) been added
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s Details
2024-04-19 14:45:43 -05:00
Ladd Hoffman 0eee2ef7ae add contract support for multi-authorship
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s Details
2024-04-19 14:28:26 -05:00
Ladd Hoffman f24b6e4106 index posts on chain by content id (hash)
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 41s Details
2024-04-18 18:35:31 -05:00
Ladd Hoffman 999ce51208 fixup test
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s Details
2024-04-16 18:38:26 -05:00
Ladd Hoffman ea389dcfd6 fix off-by-one error on VP rewards
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details
2024-04-16 18:37:18 -05:00
Ladd Hoffman 4e0f00ff2a sepolia deploy
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s Details
2024-04-16 16:50:09 -05:00
Ladd Hoffman c02e893cfc handle the case where an author has insufficient REP to cover a negative citation
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s Details
2024-04-15 15:10:58 -05:00
Ladd Hoffman a54cc86dba fixup power redistribution mechanism
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 41s Details
2024-04-12 18:57:00 -05:00
Ladd Hoffman 4a814e6302 test that totalSupply cecreases when burning REP
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s Details
2024-04-12 18:08:27 -05:00
Ladd Hoffman a49b42858a support incineration
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 45s Details
2024-04-12 18:07:38 -05:00
Ladd Hoffman d8d0122e31 enfore reference chain limit
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s Details
2024-04-12 17:38:22 -05:00
Ladd Hoffman a7f3e5f2e4 Limit effects of negative citations
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s Details
2024-04-12 16:54:48 -05:00
Ladd Hoffman b12759fac8 keep track of post reputations
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 41s Details
2024-04-10 17:40:17 -05:00
Ladd Hoffman 842c1d2e81 implement negative citations
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s Details
2024-04-10 17:31:55 -05:00
Ladd Hoffman dc18c69b09 propagate reputation to citations
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s Details
2024-04-10 16:31:31 -05:00
Ladd Hoffman 5c712f350a add citations to Post 2024-04-10 15:47:25 -05:00
Ladd Hoffman 989bc9846e clarify logic in evaluateOutcome 2024-04-10 14:55:02 -05:00
Ladd Hoffman 77cd551602 Hold minted REP until outcome is evaluated 2024-04-10 14:21:42 -05:00
Ladd Hoffman 4d39b55e64 Disable REP transfer and transferFrom
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 47s Details
2024-04-10 13:43:58 -05:00
Ladd Hoffman bb26571779 Use ERC20 allowance to implement staking
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s Details
2024-04-09 20:50:04 -05:00
Ladd Hoffman 699321979f remove console.log from tests
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details
2024-04-02 14:19:28 -05:00
Ladd Hoffman e3b6026d18 implemented price change proposal workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s Details
2024-04-02 13:36:40 -05:00
Ladd Hoffman 04c31e0b90 Implement price change proposal workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 41s Details
2024-03-31 12:59:57 -05:00
Ladd Hoffman 18693ac474 Add callback for proposals
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 28s Details
2024-03-30 17:21:26 -05:00
Ladd Hoffman 046aba2c48 small fixes
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details
2024-03-29 18:08:30 -05:00
Ladd Hoffman df5cbaba87 add tests for proposal referenda
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s Details
2024-03-29 10:59:29 -05:00
Ladd Hoffman 7ffd532292 Add win ratio VP param
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details
2024-03-28 15:06:14 -05:00
Ladd Hoffman fb29abb6b3 Lower minimum quorum
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s Details
2024-03-27 20:01:25 -05:00
Ladd Hoffman a8dcbe7a35 Proposals: complete VP workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s Details
2024-03-27 14:03:57 -05:00
Ladd Hoffman 5000ef60fd set up for testing referendum 0
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details
2024-03-26 21:43:46 -05:00
Ladd Hoffman 1306fe2414 Proposals contract: attestation
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details
2024-03-26 21:32:41 -05:00
Ladd Hoffman 790ff5db62 VP tests refactor
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s Details
2024-03-26 18:58:00 -05:00
Ladd Hoffman d93b0cb9c7 add binding percent and redistribute losing stakes parameters to validation pool
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details
2024-03-26 18:28:38 -05:00
Ladd Hoffman 7b67526515 Now support quorum parameter
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details
2024-03-26 15:20:54 -05:00
Ladd Hoffman afe9da73c9 Add backend API to house forum content
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s Details
2024-03-19 22:22:36 -05:00
Ladd Hoffman 8da5772d86 add onboarding contract
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 28s Details
2024-03-18 14:03:53 -05:00