Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sourcecred/sourcecred

a social algorithm for computing cred
https://github.com/sourcecred/sourcecred

build(deps-dev): bump @babel/preset-react from 7.12.10 to 7.12.13

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react...

d5bb8e9e654aec21734df11270b2e647c67d45f0 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint from 7.18.0 to 7.19.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0.
- [Release notes](https:...

cc0bbb613aa67a50ec00da9898a3cafcd99378dc authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump react-dev-utils from 11.0.1 to 11.0.2

Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-de...

ba62a84efbb65c905dc32084cb3aa92727ca4b25 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump webpack-cli from 4.4.0 to 4.5.0

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.0.
- [Release note...

830eed4cfd94574866802f29d6e5fd6ec8e6aaf8 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump web3-utils from 1.3.3 to 1.3.4

Bumps [web3-utils](https://github.com/ethereum/web3.js) from 1.3.3 to 1.3.4.
- [Release notes](h...

cf899cd63176ed06347c90d368688a7b78793df2 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump react-admin from 3.11.4 to 3.12.1

Bumps [react-admin](https://github.com/marmelab/react-admin) from 3.11.4 to 3.12.1.
- [Release n...

34ddab9abea996aa1bb0921ee85c2173fd618850 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @babel/core from 7.11.6 to 7.12.13

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.6 to...

b93244c0f9e66619857bcc234eb698495ca4c4cf authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Expose discord plugin utils in API

Useful for managing identities in the ledger programatically via sourcecred NPM package

Test Pl...

810b9068c48ce4ad51cbf4a77137e21a76247170 authored almost 4 years ago by Hammad Jutt <[email protected]>
ExplorerHome: pagination, filtering, sorting (#2715)

6f1f4cbf8672f81ec06f857d9e12daa001f2d923 authored almost 4 years ago by Brian Belhumeur <[email protected]>
Fix createIdentity in discord plugin and add tests

Previously if the `member.nick` field was undefined or an empty string, the createIdentity funct...

7e79c9cad3fd62f07fd1caefb0b35858f90ff58f authored almost 4 years ago by Hammad Jutt <[email protected]>
Factor out FilterSelect and WeightsConfigSection components

Convert from aphrodite to material-ui style creation
No functional changes

803acbd5008418b9269aaf9198d81d69c15df6a8 authored almost 4 years ago by Brian Belhumeur <[my last name]@gmail.com>
build(deps): bump d3-array from 2.10.0 to 2.11.0

Bumps [d3-array](https://github.com/d3/d3-array) from 2.10.0 to 2.11.0.
- [Release notes](https:...

80ffa2422947a47c92fee5c91e77456d15bf7fab authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @babel/preset-flow from 7.10.4 to 7.12.1

Bumps [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) ...

fd2052e6c65f8f2b332cf86debad93187c6aa849 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @babel/preset-env from 7.11.5 to 7.12.11

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) fr...

75ee0eeeafe1ea1537b07fe366242e0e9d4d0b28 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump react-admin from 3.11.3 to 3.11.4

Bumps [react-admin](https://github.com/marmelab/react-admin) from 3.11.3 to 3.11.4.
- [Release n...

d0bc523dd9b185e4565a14e0fd71cdf2310dda19 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
BugFix: Add DevServer script to parse instance flag (#2703)

This script is now necessary since webpack-cli no longer accepts arbitrary
flags.
We now have ...

27560c3235b6487e6b8845f00543e3394a4ff5e5 authored almost 4 years ago by Kevin Siegler <[email protected]>
Update Tool Versions in README (#2701)

test plan:

None applicable

86aab94b83758818fd4c4e402c55a9cefdc89875 authored almost 4 years ago by Kevin Siegler <[email protected]>
Make numIntervalsLookback field in Immediate policy config optional (#2693)

Ledgers that had Immediate policy distributions before the numIntervalsLookback feature was adde...

59a143781da1a9a0e8866191db3bcba11851f146 authored almost 4 years ago by Hammad Jutt <[email protected]>
making the view of transfer mobile friendly (#2699)

* making the view of transfer mobile friendly

* add downArrow for mobile view

* Update src...

eac4544280314c32d530ec3cdaae13d194587d70 authored almost 4 years ago by felixbbertrand <[email protected]>
Convert Explorer-Home to use CredGrainView (#2696)

* Convert explorer-home from using CredView to CredGrainView

* Fix array index in load.js

Co-a...

dca663c867e3e42478d1d40730a111105ebc4679 authored almost 4 years ago by Brian Belhumeur <[email protected]>
Utilize teams with round-robin assignments configured (#2692)

2dd55c014c408de8f685d338495409e5845ce6f8 authored almost 4 years ago by Kevin Siegler <[email protected]>
modifying the error message when user has 0 cred (#2698)

Co-authored-by: thr3m <[email protected]>

1fb805a314da5fe2cbe4fc0198b4879dd15593fc authored almost 4 years ago by thr3m <[email protected]>
cli/grain(2): add deprecation info for grain and grain2 commands (#2686)

This commit adds context around the deprecation of the grain
command in favor of "grain2", whic...

055290bb9fb6ccc164a18f86d8750a64e8c713d1 authored almost 4 years ago by Eli <[email protected]>
build(deps-dev): bump webpack-cli from 3.3.12 to 4.4.0 (#2681)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.4.0.
- [Release no...

7827676687f80541fd228fa911f758ada5225edd authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Make experimental-discord the canonical discord plugin

The naming of "experimental-discord" was incorrect since it's the only Discord plugin in actual ...

3e77f40a2335c597d18f192e36e756f6c452fc7b authored almost 4 years ago by Hammad Jutt <[email protected]>
build(deps): bump fs-extra from 9.0.1 to 9.1.0 (#2690)

* build(deps): bump fs-extra from 9.0.1 to 9.1.0

Bumps [fs-extra](https://github.com/jprichar...

61bdbd1293282fe65b994465a83a0bfa0edb8ad0 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump webpack-manifest-plugin from 2.2.0 to 3.0.0 (#2573)

build(deps-dev): bump webpack-manifest-plugin from 2.2.0 to 3.0.0

Bumps [webpack-manifest-plu...

080dafbea5b836d5d0f2a0b2a45680958a8f5968 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump webpack-dev-server from 3.11.1 to 3.11.2 (#2663)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.1 to 3.11.2....

416a7ca89ec601abc91e24c6eb83b1591a8d4115 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump webpack from 4.45.0 to 4.46.0 (#2661)

Bumps [webpack](https://github.com/webpack/webpack) from 4.45.0 to 4.46.0.
- [Release notes](ht...

da28e0a603747b6deee3d8832763df02e66fa55f authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add Ethereum plugin to public API

Allows programmatic creation / linking of identities from the SourceCred NPM package

Test Plan:...

3a0e72cc0aff4d6b0848b449f23f62109feea86a authored almost 4 years ago by Hammad Jutt <[email protected]>
Add Ledger utils to public API

Allows users of the NPM package to use helpful functions like diffLedger, computeDistribution,
e...

7066a3a29b814b9b4012867c7653a08030c18816 authored almost 4 years ago by Hammad Jutt <[email protected]>
build(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#2662)

Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0.
- [Release notes](https...

78bb4285cc16a6f45e8e5641d8a337163037e82f authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Return identityId in ensureIdentityExists function

Returning the newly generated (or existing) identity ID in this function improves the developer
...

5bd6add06580664cd99b2735585ad1b99f4d57aa authored almost 4 years ago by Hammad Jutt <[email protected]>
Update yarn.lock for latest package.json changes (#2684)

yarn.lock file was not updated in some recent PR and is out of sync with package.json

Test Pl...

a73c0673f9cdbe44db3e71aedb33282a6eb67e24 authored almost 4 years ago by Hammad Jutt <[email protected]>
Generate base docs (#2435)

Add jsdoc for automated doc generation

b07b18c9bbd6c3dfbd26cacc72670c5a114511f0 authored almost 4 years ago by VictorGinelli <[email protected]>
Add source files to published NPM package

This allows editors to show code completion, highlighting, and makes it easy for users to know w...

6c0e31563122bfdf8b2594040b876ba690ed7075 authored almost 4 years ago by Hammad Jutt <[email protected]>
Update Save Ledger logic to use LedgerManager

Replaced all the instances of the manually written POST requests with a saveLedger function
so t...

fe37de8f3802aca4f9c99b45794dc673a13e1af5 authored almost 4 years ago by Hammad Jutt <[email protected]>
Use LedgerManager to control loading ledger state on frontend (#2655)

* Fix warnings for missing key value in renderIdentities

React needs the key to be on the con...

0d9da61466edb3ce6d86cbf7a66a55d228f7511d authored almost 4 years ago by Hammad Jutt <[email protected]>
immediate policy: add lookback parameter (#2660)

Right now, the immediate policy uses cred from the most recent interval. This generalizes
it s...

fac25f6c23005f8c3a9cb79471d83e6f71eca668 authored almost 4 years ago by Eli <[email protected]>
grain cli: distribution + allocation markdown tables (#2571)

__Description__
This adds support for generating markdown tables of distributions given an inst...

3dc9fca313f091fe99ba7a267cbf058e2a7ccd2c authored almost 4 years ago by Eli <[email protected]>
grainConfig: take array of policies (#2671)

__Context__
After implementing the Recent policy and a variant of Balanced (#2584), we can see ...

883964f31d73971e58ac2d1c1efcb75d51e33600 authored almost 4 years ago by Eli <[email protected]>
Implement LedgerDiskStorage for LedgerManager (#2653)

This implementation of LedgerStorage can be used in a locally running frontend to replace
our c...

41fcd6c03e625324b9af9da02c0c38763914fd5b authored almost 4 years ago by Hammad Jutt <[email protected]>
Add CODEOWNERS config (#2635)

Add CODEOWNERS config

This config will enable Github to automatically assign reviewers on
op...

e852a98200eedb3a1d89f6ba75a35abe43b12a44 authored almost 4 years ago by Kevin Siegler <[email protected]>
cli/grain2: grain2 command using CredGraph (#2672)

__Context__
This commit implements a `grain2` command, which is a simple fork of `grain` that
...

9e05e891e6f26de68826cfd22f4b867a5115dbe1 authored almost 4 years ago by Eli <[email protected]>
grain allocation policies: add config parser (#2670)

__Context__
This commit adds a new parser for each grain allocation policy,
as well as a highe...

56bc1a2ff87252b982b7f8d683cc2f3f2d6ec2dd authored almost 4 years ago by Eli <[email protected]>
policies: Use NonnegativeGrain as budget type (#2669)

* core/ledger: add NonnegativeGrain type

__Context__
This commit adds a `NonnegativeGrain` t...

cd80249caecd463cfc94f621d5b0f0f148247f9d authored almost 4 years ago by Eli <[email protected]>
core/ledger: add NonnegativeGrain type (#2666)

__Context__
This commit adds a `NonnegativeGrain` type which will be used
by grain allocation ...

1d15e8223f263dfa7d290a31ff287c45a8e88e12 authored almost 4 years ago by Eli <[email protected]>
Add last distribution timestamp to the AccountOverview page (#2673)

25ea35e293e584e4394886c67c53753a715ce796 authored almost 4 years ago by Thena Seer <[email protected]>
Revert "immediate policy: add lookback parameter (#2546)" (#2659)

This reverts commit f3ef38d061690ac1a36f7cf3d964ff1ebb04c72b.

d86c40eb31319d96e36e95b4e75d8c0f1139dcfa authored almost 4 years ago by Eli <[email protected]>
immediate policy: add lookback parameter (#2546)

Right now, the immediate policy uses cred from the most recent interval. This generalizes
it s...

f3ef38d061690ac1a36f7cf3d964ff1ebb04c72b authored almost 4 years ago by Eli <[email protected]>
Bump version to 0.7.6 (#2658)

6fc904fe4a9d6f014734e1cf8630b9de966a9989 authored almost 4 years ago by Kevin Siegler <[email protected]>
Bugfix: Explicitly stringify Discourse CategoryIds (#2657)

When refactoring Discourse CategoryIds to be strings instead of ints, I
was initially relying o...

5ae9e78a3085338400ae68979b1d4a47200828be authored almost 4 years ago by Kevin Siegler <[email protected]>
Release version 0.7.5 (#2654)

88523c110f03ce546dd907672550ae96fdbdf0ba authored almost 4 years ago by Kevin Siegler <[email protected]>
Update CONTRIBUTING.md (#2525)

* Update CONTRIBUTING.md

I added three new sections:

- Our practices on merging PRs
- Our...

568cfb651b7be1b3c2132be1d054b96277ecb9bf authored almost 4 years ago by Dandelion Mané <[email protected]>
Discourse: Implement weight multipliers for Tags and Categories (#2644)

Tags and categories on a Topic can now be configured with individual weights,
which currently a...

9a3ff1b2717d3facf12946ce820a6bc047cda997 authored almost 4 years ago by Kevin Siegler <[email protected]>
Discourse: Convert CategoryId to string (#2651)

Even though categoryId is a stringified int, it makes little sense to
treat it as an integer si...

4016b5aa2ad1b56f86ee577878508f7109360a23 authored almost 4 years ago by Kevin Siegler <[email protected]>
build(deps): bump globby from 11.0.1 to 11.0.2 (#2639)

Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.1 to 11.0.2.
- [Release notes]...

ab4dc9d491e07c58b73b1ca25bd74b0402143db1 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump react-admin from 3.11.1 to 3.11.2 (#2640)

Bumps [react-admin](https://github.com/marmelab/react-admin) from 3.11.1 to 3.11.2.
- [Release ...

24a1b12300dc55fb1e812284c29988bde7fd0a6b authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump webpack from 4.44.2 to 4.45.0 (#2641)

Bumps [webpack](https://github.com/webpack/webpack) from 4.44.2 to 4.45.0.
- [Release notes](ht...

ce78d0773dda9e7ed0560dc793baf601468a58d8 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cli/common: loadCurrencyDetails (#2570)

Load currency config, falling back on defaults if necessary.

__Test Plan__
Unit test to chec...

fa37f2446c818191bc5091ff0fd5662ef10f8e13 authored almost 4 years ago by Eli <[email protected]>
grain: move defaults to api/currencyConfig (#2572)

This commit passes currency default responsibilities to `api/currencyConfig`. Previously, the `...

aa1a46943d83da3f61bbfae797021976e08d1240 authored almost 4 years ago by Eli <[email protected]>
Add tag and category parsing to DiscourseConfig (#2643)

Add tag and category parsing to DiscourseConfig

These configs are unopinionated, in that they...

319386c32d6eb34f1d5bbf63103e9214b8c5bacc authored almost 4 years ago by Kevin Siegler <[email protected]>
Discourse: Refactor like weight logic (#2642)

In preparation for adding more weight calculations for likes, weight
calculations are moved to ...

502f6b9074f4ccf44963030510129a0364af9f28 authored almost 4 years ago by Kevin Siegler <[email protected]>
Implement CredGrainView (#2637)

a55b5ee1a098f5407a98825875f26941f3e983f8 authored almost 4 years ago by Thena Seer <[email protected]>
Ledger: move reuseable test code into testUtils (#2649)

a05c2d38a6487a0de19a90cecdcd62735f17db1e authored almost 4 years ago by Thena Seer <[email protected]>
Utilize ES6 concat syntax instead of ES2019 flat method (#2634)

Node V10 does not support ES2019 Array.prototype.flat() syntax. This
causes issues with unit te...

fb71f5ef66887a98b1f1df94f3d38d486dae1d56 authored almost 4 years ago by Kevin Siegler <[email protected]>
Bug/explorer mobile responsive fix (#2578)

* Support Mobile View on Explorer Page

#Description
Currently, in the explorer view, the D3 ...

63485daef8ecae037b83b41237a8c1a756bfbe25 authored almost 4 years ago by M Kusold <[email protected]>
Add lodash.findlast and lodash.findlastindex dependencies (#2638)

e0631fae83d2c7ad50cfe2e762ee0af18e58c486 authored almost 4 years ago by Thena Seer <[email protected]>
cli/common: rename loadWeightedGraph to loadAndMergePluginWeightedGraphs (#2625)

This is a simple renaming to make clear which weighted graph we're
loading, and also the fact t...

f5bd6237fac1d4bb3d579098c84af233ee715f95 authored almost 4 years ago by Eli <[email protected]>
Add more detail in LedgerViewer for ADD_ALIAS and TRANSFER_GRAIN (#2554)

* add description information in LedgerViewer for Add Alias action

* reformtted details strin...

ccd2a76fc409fc93e8a40fc8aff577f2b0b680b2 authored almost 4 years ago by Brian Belhumeur <[email protected]>
util: Add findLast and findLastIndex util functions (#2636)

eedfe9698a18961135e6f57b088613c3da87463b authored almost 4 years ago by Thena Seer <[email protected]>
Combined dependency bumps (#2623)

* remove pako

* build(deps-dev): bump webpack-dev-server from 3.11.0 to 3.11.1 (#2621)

Bum...

6a296ccf9d8a61c7f033586e148f3e583b06ef58 authored almost 4 years ago by Kevin Siegler <[email protected]>
Spec out WeightedGraph2 external API (#2608)

WeightedGraph2 is the successor to WeightedGraph. It is
a class rather than a type, and as such...

3c30a075f476d2b7339823ef6825ffff751e1240 authored almost 4 years ago by Kevin Siegler <[email protected]>
Create Generic CurrencyId type (#2502)

A generic CurrencyId will provide support for non-evm protocols once we
support their address f...

a886cd4aac40004db9e026d747baf8a22e7b1dcf authored almost 4 years ago by Kevin Siegler <[email protected]>
Testing: Remove Snapshot from createGraph tests (#2622)

This file fails the sharness test for file names in the describe string
when [email protected]+ is alia...

b57e14d6887bb2e87cdf6c68a3b5e6f92a8c15f1 authored almost 4 years ago by Kevin Siegler <[email protected]>
Add tags to the Discourse data model (#2626)

This commit updates the Discourse fetcher and mirror so that we now
retrieve the tags associate...

f7eda09b1c61243a5c33949833c97393243517c6 authored almost 4 years ago by Dandelion Mané <[email protected]>
Allow front end to function without Cred (#2628)

a6da893fd90ea5a2e91fc6816e49a104a2314ae9 authored almost 4 years ago by Thena Seer <[email protected]>
credrank: Add intervals getter to CredGraph, rename credPerEpoch to credPerInterval (#2627)

a0e3d8fb65ed38dc0e8d5737d344470508cfce0f authored almost 4 years ago by Thena Seer <[email protected]>
cli: Add simulation flag to graph cmd (#2610)

f27d130c78f2c2d50745015b2d0af879d9baf24b authored almost 4 years ago by Thena Seer <[email protected]>
cli: Add simulation flag to credrank cmd (#2611)

1c8ce7770e58f19b6fe9364491b7a4a2d72f8053 authored almost 4 years ago by Thena Seer <[email protected]>
Use TableState component in LedgerViewer (#2616)

32e600dacd735786e25612be6842d2da74cfe132 authored almost 4 years ago by Thena Seer <[email protected]>
Add TableState react component (#2532)

c2ea40ce3874835ff9a20c926fa0c127c169cd14 authored almost 4 years ago by Thena Seer <[email protected]>
Eth Plugin: Update Instance Snapshot (#2420)

The snapshot tests for the instance now verify that the Identity load
logic is behaving correct...

d59e18d87d540fedd7508f9e6fd96822364924eb authored almost 4 years ago by Kevin Siegler <[email protected]>
Update Discourse snapshots (#2624)

Discourse stats are a bit out of date in the snapshots.
Additionally it appears that some disco...

1d4649d5b9adb72b5ca5edad3e5b4efde402bf39 authored almost 4 years ago by Kevin Siegler <[email protected]>
build(deps): bump better-sqlite3 from 7.1.1 to 7.1.2 (#2614)

Bumps [better-sqlite3](https://github.com/JoshuaWise/better-sqlite3) from 7.1.1 to 7.1.2.
- [Re...

5a6eaccd305642ee0be444344d4fb772199cecf5 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
MPG: Support retrieving the intervals (#2588)

This commit adds an `intervals` accessor to the MarkovProcessGraph which
allows retrieving the ...

f6876b9c255f59d64b9483497dd307a1a16f3d38 authored almost 4 years ago by Dandelion Mané <[email protected]>
MPG: Rename epoch boundaries to epoch starts (#2587)

This is a simple rename/refactor commit, wherein we change the markov
process graph to consiste...

3ecf725927947045f9a0e28cdbb1815010a021ea authored almost 4 years ago by Dandelion Mané <[email protected]>
CredRank: Remove infinite "padding" intervals (#2586)

When we create a MarkovProcessGraph, partition the history of the Graph
into "time intervals" a...

c8b9e2df4a24dcf7139bf410bf9d88e266f7197f authored almost 4 years ago by Dandelion Mané <[email protected]>
Weights type: uniformly import as WeightT (#2579)

__Context__
The `Weights` type is currently imported as either `Weights` or `WeightsT`. The la...

0f663799d3eb938c269975647330ece540a8a47f authored almost 4 years ago by Eli <[email protected]>
Ledger: Add grain allocation history to accounts (#2534)

651db6de017cc74dfc85f16960144d0849fab105 authored about 4 years ago by Thena Seer <[email protected]>
CLI: Add -d diff flag to credrank command (#2563)

63b13b7691c2eac08122c13b69c221b45c595b57 authored about 4 years ago by Thena Seer <[email protected]>
build(deps): bump d3-array from 2.8.0 to 2.9.0 (#2574)

Bumps [d3-array](https://github.com/d3/d3-array) from 2.8.0 to 2.9.0.
- [Release notes](https:/...

8dad48c6567cf5a9d944dad7172216a701f78ef4 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: remove `recharts` (#2577)

There are no current uses of `recharts`, so we can simply remove it.
Generated with `yarn remov...

2dc1232f62ca2b9857b363b2f5b8451dbbdaa1d7 authored about 4 years ago by M Kusold <[email protected]>
build(deps-dev): bump prettier from 2.2.0 to 2.2.1 (#2565)

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](h...

9c035670ecb7eabec89ca660220b52da9129922a authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add tested support for deserializing CredGraphs (#2553)

This commit re-writes the (de)serialization pathway for CredGraph, which
was previously not fun...

efb10da8ca92e2f62055c6ff8c4b3f7c9f211895 authored about 4 years ago by Dandelion Mané <[email protected]>
Refactor Credrank Testing & Test CredGraph (#2552)

This commit sets up testing for the CredGraph module, which was
previously entirely untested. G...

fa174e86386f38a1fc28dec557dce8bbd3be2ce7 authored about 4 years ago by Dandelion Mané <[email protected]>
Ledger: add several APIs for getting allocations and distributions (#2550)

a5a600205dcf13aead8ad1771873f616e4e4ac91 authored about 4 years ago by Thena Seer <[email protected]>
grain cli: add simulation flag (#2545)

This adds an optional `--sim` flag which allows users to run a simulation of the upcoming grain ...

a3cc8d12809c00a4e898bac5c66b6354f1043ec8 authored about 4 years ago by Eli <[email protected]>
Add AllocationId and DistributionId types (#2551)

This commit adds `AllocationId` and `DistributionId` as types. Much like
`IdentityId`, they are...

fce721370a46ee1a40b2a781f0ad77a00c33a58f authored about 4 years ago by Dandelion Mané <[email protected]>
Implement persist method on LedgerManager (#2481)

The persist method writes the local ledger changes back to the ledger storage while
ensuring th...

1a3b9ce0d13a72cc1f12a8155be59c0b2078fdfc authored about 4 years ago by Hammad Jutt <[email protected]>