Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

207 organisation replacement #227

Merged
merged 67 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from 65 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
7f2e419
Initialize news module
louilinn Jun 27, 2023
3a0c4dc
Write dummy tests and basic getLatestNews method
louilinn Jul 4, 2023
28d0933
Add possibility in getLatest to get mutual activity by providing othe…
louilinn Jul 20, 2023
1e1ce30
update query limit subgraph
JacqueGM Jul 27, 2023
a148b9b
remove pagination 1000 for notifications
JacqueGM Jul 27, 2023
2d1756f
Bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 18, 2023
99accfa
Add possibility in getLatest to get mutual activity by providing othe…
mikozet Jul 30, 2023
d3a0935
add extra pagination
JacqueGM Jul 31, 2023
d7e42c5
Merge pull request #215 from CirclesUBI/issue-102
JacqueGM Jul 31, 2023
9eb6403
Merge pull request #213 from CirclesUBI/mutual-activities
mikozet Jul 31, 2023
ba66202
updated changelog
JacqueGM Jul 31, 2023
8ba9052
4.6.0
JacqueGM Jul 31, 2023
466ab87
Update news, write tests
mikozet Aug 1, 2023
cbdabc7
Remove redundant
mikozet Aug 1, 2023
836d1c7
add dummy data
JacqueGM Aug 1, 2023
6dd9e59
fix format workflow
JacqueGM Aug 1, 2023
b90ef01
change order script
JacqueGM Aug 1, 2023
dc1dd95
disable script to check
JacqueGM Aug 2, 2023
f784b02
Merge branch 'main' of github.com:CirclesUBI/circles-core into 125-news
JacqueGM Aug 2, 2023
678c4db
update gitaction
JacqueGM Aug 2, 2023
813c80e
test if main works fine
JacqueGM Aug 2, 2023
cfa8b52
insert dates before run news test
JacqueGM Aug 2, 2023
de78c37
remove docker work
JacqueGM Aug 2, 2023
e7d99cd
remove space
JacqueGM Aug 2, 2023
3d6a866
Merge pull request #211 from CirclesUBI/125-news
mikozet Aug 3, 2023
f2ccf2e
Add information to core.token.getAddress regarding zero address
mikozet Jul 25, 2023
c3e0364
Update changelog
mikozet Aug 8, 2023
3617844
4.7.0
mikozet Aug 8, 2023
9d6c219
Remove merge conflict in token.js
mikozet Aug 8, 2023
86c50ee
Merge pull request #217 from CirclesUBI/fix-token-js
mikozet Aug 9, 2023
3a05e87
add missing hub transfers
JacqueGM Aug 23, 2023
357535f
update missing comma
JacqueGM Aug 23, 2023
e979869
fix comma
JacqueGM Aug 23, 2023
5073198
add test
JacqueGM Aug 23, 2023
495d309
fix tests
JacqueGM Aug 23, 2023
b3ccbcf
fix tests
JacqueGM Aug 23, 2023
0bdb6a0
4.7.0-8-gb3ccbcf
JacqueGM Aug 24, 2023
df84c9c
Merge pull request #221 from CirclesUBI/fix-mutual-query
JacqueGM Aug 24, 2023
f32a812
remove transfers
JacqueGM Aug 24, 2023
f5056b9
update tests
JacqueGM Aug 24, 2023
2f913d3
update tests
JacqueGM Aug 24, 2023
7f3e1df
missing value
JacqueGM Aug 24, 2023
0d55ef9
Removed package files from pull request
JacqueGM Aug 25, 2023
848f74f
Merge pull request #223 from CirclesUBI/fix-mutual-query
JacqueGM Aug 25, 2023
9580007
Changelong.md update
JacqueGM Aug 25, 2023
5286799
4.7.1
JacqueGM Aug 25, 2023
c9378ea
org rework
JacqueGM Aug 31, 2023
2789cfa
fix conflict
JacqueGM Aug 31, 2023
a635122
add organisation
JacqueGM Sep 1, 2023
1d4b936
Remove pointless async/await s
juanenrisley Sep 4, 2023
33cccba
Refactor test manual safe deployment helpers
juanenrisley Sep 4, 2023
f7bb75c
review comments and change method
JacqueGM Sep 4, 2023
3765826
update user test and remove unused methods
JacqueGM Sep 4, 2023
bbebe4d
leave utils.js as it is
JacqueGM Sep 4, 2023
faf08f9
update jest file
JacqueGM Sep 4, 2023
d2e34ff
update activity.js and index
JacqueGM Sep 4, 2023
899c183
add activity js
JacqueGM Sep 6, 2023
d8ae69e
add tests
JacqueGM Sep 8, 2023
5730293
Fix tests
juanenrisley Sep 8, 2023
3344af8
Fix activity tests
juanenrisley Sep 26, 2023
83ac412
Add missing constant
juanenrisley Sep 26, 2023
661dd1c
Add missing ignore
juanenrisley Sep 27, 2023
556807e
update conflict files
JacqueGM Sep 27, 2023
568a640
refactor all core files to same format
JacqueGM Sep 27, 2023
0661994
update utils and index
JacqueGM Sep 27, 2023
cd2fa9d
Fix and finish utils refactor
juanenrisley Sep 28, 2023
47ec68a
Ignore test folder for code coverage
juanenrisley Sep 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.7.1] - 2023-08-25

### Fixed

- Fixed mutual activities [#223](https://github.com/CirclesUBI/circles-core/pull/223)

## [4.7.0] - 2023-08-08

### Added

- Add news module [#211](https://github.com/CirclesUBI/circles-core/pull/211)

## [4.6.0] - 2023-07-31

### Changed

- Update graph limit query from 100 to 1000 [#215](https://github.com/CirclesUBI/circles-core/pull/215)

### Added

- Added get mutual activity [#213](https://github.com/CirclesUBI/circles-core/pull/213)

## [4.5.0] - 2023-06-14

### Changed
Expand Down
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
},
modulePathIgnorePatterns: ['<rootDir>/test/helpers'],
testEnvironment: 'node',
testMatch: ['**/safe.test.js', '**/trust.test.js', '**/token.test.js'],
testTimeout: 30 * 1000,
testTimeout: 60 * 1000,
verbose: true,
};
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@circles/core",
"version": "4.5.0",
"version": "4.7.1",
"description": "Common methods to interact with the Circles ecosystem",
"source": "src/index.js",
"main": "dist/main.js",
Expand Down
Loading
Loading