Shrenuj Bansal
b624704ecd
Merge branch 'releases' into sbansal/update_master_from_releases
2022-12-06 17:21:08 -05:00
Jiaying Wang
c32b8af65f
build:release: v1.18.1 prep ( #9744 )
...
* fix: cli: check found before dereferencing SectorInfo
* v1.18.1 prep
* Docsgen-cli
Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: Geoff Stuart <geoff.vball@gmail.com>
2022-11-28 23:28:32 -05:00
Aayush
084e3414f0
Merge branch 'releases' into asr/merge-release-into-master
2022-11-16 10:53:33 -05:00
Jiaying Wang
bd10bdf99a
build: release: v1.18.0 ( #9652 )
...
* build: Bump version to v1.17.3-dev
* build: set version to v1.18.0-dev
* chore: actors: Allow builtin-actors to return a map of methods (#9342 )
* Allow builtin-actors to return a map of methods
* go mod
* Fix tests
* Fix tests, check carefully please
* Delete lotus-pond (#9352 )
* feat: add StateNetworkVersion to mpool API
* chore: refactor: rename NewestNetworkVersion
* feat: actors: Integrate datacap actor into lotus (#9348 )
* Integrate datacap actor
* Implement datacap actor in chain/builtin
* feat: support typed errors over RPC
* chore: deps: update to go-jsonrpc 0.1.8
* remove duplicate import
* fix: itest: check for closed connection
* chore: refactor: move retry test to API
* address magik supernit
* Add ability to only have single partition per msg for partitions with recovery sectors
* doc gen
* Address comments
* Return beneficiary info from miner state Info()
* Update builtin-actors to dev/20220922-v9 which includes FIP-0045 changes in progress
* Integrate verifreg changes to lotus
* Setup datacap actor
* Update builtin-actors to dev/20220922-v9-1
* Update datacap actor to query datacap instead of verifreg
* update gst
* update markets
* update actors with hamt fix
* update gst
* Update datacap to parse tokens
* Update bundles
* datacap and verifreg actors use ID addresses without protocol byte
* update builtin-actors to rc1
* update go-fil-markets
* Update bundles to rc2
* Integrate the v9 migration
* Add api for getting allocation
* Add upgrade epoch for butterfly
* Tweak PreSeal struct to be infra-friendly
* docsgen
* More tweaking of PreSeal for genesis
* review fixes
* Use fake cid for test
* add butterfly artifacts for oct 5 upgrade
* check datacaps for v8 verifreg match v9 datacap actor
* Remove print statements
* Update to go-state-types master
* Update to go-state-types v0.9.0-rc1
* review fixes
* use go-fil-markets v1.24.0-v17
* Add accessors for allocations and claims maps
* fix: missing permissions tag
* butterfly
* update butterfly artifacts
* sealing pipeline: Prepare deal assigning logic for FIP-45
* sealing pipeline: Get allocationId with StateApi
* use NoAllocationID instead of nil AllocationId
* address review
* Add datacap actor to registry.go
* Add cli for listing allocations and removing expired allocations
* Update to go-state-types master
* deps: upgrade go-merkledag to 0.8.0
* shark params
* Update cli/filplus.go
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
* revert change to verifreg util
* docsgen-cli
* miss the stuff
* Update FFI
* Update go-state-types to v0.9.0
* Update builtin-actors to v9.0.0
* add calib upgrade epcoh
* update the upgrade envvar
* kill shark
* Remove fvm splash banner from nv17 upgrade
* check invariance for pending deals and allocations
* check pending verified deal proposal migrated to allocation
* Add check for unsealed CID in precommit sectors
* Fix counting of allocations in nv17 migration test
* make gen
* pass state trees as pointers
* Add assertion that migrations with & without cache are the same
* compare allocation to verified deal proposal
* Fix miner state precommit info
* fix migration test tool
* add changelog
* Update to go-state-types v0.9.1
* Integrate builtin-actors v9.0.1
* chore: ver: bump version for rc3 (#9512 )
* Bump version to 1.18.0-rc3
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
* Update CHANGELOG.md
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
* Migration: Use autobatch bs
* Fix autobatch
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
* Invoker: Use MethodMeta from go-state-types
* Add a second premigration for nv17
* Add more shed tools for migration checking
* address review
* Lotus release v1.18.0-rc4
* fix: ci: fix app-image build on ci (#9527 )
* Remove old go version first
* Add GO_VERSION file
* Use GO_VERSION to set / verify go version
* mv GO_VERSION GO_VERSION_MIN
* Use GO_VERSION_MIN in Makefile check
Co-authored-by: Ian Davis <jungziege@gmail.com>
* Update to latest go-state-types for migration fixes
* go mod tidy
* fix: use api.ErrActorNotFound instead of types.ErrActorNotFound
* fix: add fields to ForkUpgradeParams
* docs: update actors_version_checklist.md
* chore: fix lint
* update to go state type v0.9.6 with market migration fix (#9545 )
* update go-state-types to v-0.9.7
* Add invariant checks to migration
* fix invariant check: number of entries in datacap actor should include verifreg
* Invariant checks: Only include not-activated deals
* test: nv17 migration
* Address review
* add lotus-shed invariance method
* Migration cli takes a stateroot cid and a height
* make gen
* Update to builtin-actors v9.0.2
* Failing test that shows that notaries can remove datacap from the verifreg actor
* Test that should pass when the problem is solved
* make gen
* Review fixes
* statemanager call function will return call information even if call errors
* update go-state-types
* update builtin-actors
* bubble up errors properly from ApplyImplicitMessage
* bump to rc5
* set new upgrade heights for calibnet
* set new upgrade height for butterfly
* tweak calibnet upgrade schedule
* clarify changelog note about calibnet
* butterfly
* update calibnet artifacts
* Allow setting local bundles for Debug FVM for av 9+
* fix: autobatch: remove potential deadlock when a block is missing
Check the _underlying_ blockstore instead of recursing. Also, drop the
lock before we do that.
* fix imports
* build: set shark mainnet epoch (#9640 )
* chore: build: Lotus release v1.18.0 (#9641 )
* Lotus release v1.18.0
* add changelog
* address review
* changelog improvement
Co-authored-by: Jennifer Wang <jiayingw703@gmail.com>
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: Geoff Stuart <geoff.vball@gmail.com>
Co-authored-by: Shrenuj Bansal <shrenuj.bansal@protocol.ai>
Co-authored-by: simlecode <69969590+simlecode@users.noreply.github.com>
Co-authored-by: Rod Vagg <rod@vagg.org>
Co-authored-by: Jakub Sztandera <kubuxu@protocol.ai>
Co-authored-by: Ian Davis <jungziege@gmail.com>
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
Co-authored-by: Steven Allen <steven@stebalien.com>
2022-11-15 20:57:23 -05:00
Aayush Rajasekaran
546b65633a
clarify changelog note about calibnet
2022-11-01 16:31:26 +00:00
Geoff Stuart
1b52309121
bump to rc5
2022-11-01 12:20:02 +00:00
Aayush
38c83be39e
Lotus release v1.18.0-rc4
2022-10-20 14:03:41 -04:00
Geoff Stuart
8190658fe9
chore: ver: bump version for rc3 ( #9512 )
...
* Bump version to 1.18.0-rc3
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
* Update CHANGELOG.md
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2022-10-18 15:41:36 -04:00
Jennifer Wang
049ce70979
add changelog
2022-10-13 22:15:03 -04:00
Łukasz Magiera
d468c36216
release v1.17.2
2022-10-05 16:58:49 +00:00
Łukasz Magiera
258001c6aa
changelog: Add v1.17.2-rc2 entry
2022-09-29 15:16:57 +00:00
TippyFlitsUK
ea53f12a98
chore: Fix dead links to docs.filecoin.io
2022-09-14 00:10:22 +01:00
Geoff Stuart
bc2bf7d6d0
Merge branch 'releases'
2022-09-09 14:05:15 -04:00
Geoff Stuart
e153db31b1
Update CHANGELOG.md
...
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
2022-09-07 17:18:01 -04:00
Geoff Stuart
dc732bafd5
Update CHANGELOG.md
...
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
2022-09-07 17:17:51 -04:00
Geoff Stuart
c4e1e0941c
Update CHANGELOG.md
...
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
2022-09-07 17:17:39 -04:00
Geoff Stuart
f8946b15d2
Ready v1.17.1 for release
2022-09-06 15:30:21 -04:00
Shrenuj Bansal
6291799cfa
Change go version to 1.18.1 in more readmes
2022-08-26 14:19:17 -04:00
Geoff Stuart
6270f10c93
Bump version for RC
2022-08-17 14:49:44 -04:00
Geoff Stuart
495023460c
Bump version for RC and add changelog
2022-08-09 13:53:21 -04:00
Phi
c1c3e3e551
Add 9111 to the changelog
...
Add 9111 to the changelog
2022-08-03 13:09:32 +02:00
Jiaying Wang
36d311aa4f
Update CHANGELOG.md
2022-08-02 16:49:14 -04:00
Phi
61b0fa9d9e
Properly fix Lotus link
...
Properly fix Lotus link
2022-08-02 22:07:48 +02:00
Phi
0568f6c875
Fix Lotus mission scope link
...
Fix Lotus mission scope link
2022-08-02 22:05:10 +02:00
Phi
a7e5255848
Add callout for Boost
...
Add callout for Boost
2022-08-02 22:03:25 +02:00
Phi
0ac4dec694
Add PR 9106 to the changelog
...
Add PR 9106 to the changelog
2022-08-02 21:42:08 +02:00
Phi
795924b872
v1.17.0 prep
...
v1.17.0 prep
2022-08-02 21:30:18 +02:00
Phi
1a388cc559
Update CHANGELOG.md
...
Updates CHANGELOG.md with the two new PRs 9044 and 9055
2022-07-22 13:28:40 +02:00
Jennifer Wang
d751ef7900
v1.17.0-rc3
2022-07-13 10:49:42 -04:00
Jennifer Wang
a596b9c2ac
v1.16.1 prep
2022-07-07 16:03:32 -04:00
Jennifer Wang
3b9783db68
add changelog
2022-06-24 15:41:11 -04:00
Jennifer Wang
69b7594aec
fix the the upgrade epoch in changelog
2022-06-22 22:20:21 -04:00
Jennifer Wang
6a6d6714ad
update changelog
2022-06-22 19:27:34 -04:00
Jennifer Wang
5a67bb0f69
v1.16.0-rc1 changelog
2022-06-14 01:57:42 -04:00
Jiaying Wang
c095d101a1
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2022-06-01 14:09:13 -04:00
Jennifer Wang
cec9425c83
prep lotus v1.15.3
2022-05-31 16:39:23 -04:00
Jennifer Wang
24474042f8
update the changelog
2022-05-24 14:01:54 -04:00
jennijuju
5d65d9f7c8
release v1.15.3-rc1
2022-05-13 02:03:38 -04:00
Jennifer Wang
304fa02d59
v1.15.2 prep
2022-05-06 01:57:03 -04:00
jennijuju
69db877335
update changelog
2022-05-03 15:56:08 -04:00
jennijuju
7020892631
v1.15.3-rc3 prep
2022-05-03 15:46:43 -04:00
jennijuju
94d9dee0dd
update changelog
2022-05-02 11:33:46 -04:00
jennijuju
48c54605ae
release v1.15.2-rc2
2022-04-26 21:19:03 +02:00
jennijuju
372dd2ced9
v1.15.2-rc1
2022-04-13 19:11:02 +02:00
Jennifer Wang
681c255bc5
update changelog
2022-04-07 17:40:47 -04:00
Jennifer Wang
fa6389a7e7
add missing item to changelog
2022-04-07 14:43:38 -04:00
Jennifer Wang
fd40280300
update changelog
2022-04-07 14:08:36 -04:00
Jennifer Wang
0a220a3efb
update the changelog
2022-03-31 23:51:57 -04:00
Jiaying Wang
eeeb33c9ac
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2022-03-29 20:59:16 -04:00
Jennifer Wang
4d2691a2e1
build: release: v1.15.1-rc4
2022-03-29 20:36:39 -04:00
jennijuju
eeab118a05
chore: build: v1.15.1-rc3
2022-03-27 19:36:10 -04:00
Jennifer Wang
9436b15528
chore: release: v1.15.1-rc2
2022-03-23 16:22:51 -04:00
Jiaying Wang
7244ff9e14
Update CHANGELOG.md
2022-03-17 17:42:45 -04:00
Jennifer Wang
84896f4790
update the change log for v1.15.1
2022-03-17 17:42:45 -04:00
Jennifer Wang
8a2a2d065d
Merge branch 'releases' into jen/backport
2022-03-15 02:07:35 -04:00
Jennifer Wang
98642ec4b5
fix the change log
2022-03-10 17:28:40 -05:00
Jennifer Wang
3ecc58d036
update v1.15.0 changelog
2022-03-09 18:28:30 -05:00
Jennifer Wang
9b838f515b
Merge branch 'releases' into jen/v15backport
2022-03-04 13:58:56 -05:00
Jennifer Wang
e51b10e6a5
release v1.14.4
2022-03-03 20:52:03 -05:00
Aayush
2e1bb7e8cc
Lotus release v1.15.0-rc3
2022-03-02 16:55:33 -05:00
Aayush
30ae1dd8e8
Lotus release v1.15.0-rc2
2022-03-01 09:48:19 -05:00
jennijuju
c6361b391c
Merge branch 'releases' into jen/v15
2022-02-25 21:01:31 -05:00
jennijuju
f21ddf0c50
Merge branch 'releases' into jen/releasesbacktomaster
2022-02-25 20:54:11 -05:00
Aayush Rajasekaran
37b857a0b2
Update CHANGELOG.md
2022-02-24 19:17:33 -05:00
Jennifer Wang
5cfe8f315f
add changelog
2022-02-24 18:33:52 -05:00
Jennifer Wang
51fc965beb
ayyush sucks at math with time
2022-02-24 18:12:36 -05:00
Aayush
9ba7bcea23
Merge branch 'releases' into release/v1.15.0
2022-02-18 13:57:07 -05:00
Aayush
d35216434f
Merge branch 'releases' into asr/releases-master
2022-02-18 13:45:08 -05:00
jennijuju
94bfd5cf66
version v1.14.1
2022-02-18 09:12:43 -05:00
Aayush Rajasekaran
c8edd5bd52
CHANGELOG: add a note about premigrations
2022-02-18 09:10:24 -05:00
Aayush Rajasekaran
b311c26e21
Lotus version 1.14.0: set OhSnap upgrade epoch
2022-02-17 20:28:38 -05:00
Jennifer Wang
095d5d2e31
add changelog
2022-02-10 23:56:42 -05:00
Jennifer Wang
7fd4c9617d
typo in change log
2022-02-10 23:46:49 -05:00
Jennifer Wang
cb2518716c
v1.14.0-rc7
2022-02-10 17:43:57 -05:00
Jennifer Wang
d6d2c2fc39
update changelog
2022-02-08 02:08:30 -05:00
Aayush
40485eb88a
Lotus release v1.14.0-rc5
2022-01-27 15:36:25 -05:00
Aayush
6cc9eecc85
Lotus release v1.14.0-rc4
2022-01-25 13:28:03 -05:00
Aayush
6b7b488e00
Lotus release v1.14.0-rc3
2022-01-25 13:02:08 -05:00
Jennifer Wang
5f1ae545e3
add 7939 to change log
2022-01-14 18:57:57 -05:00
Aayush Rajasekaran
be09474615
Apply suggestions from code review
2022-01-14 18:57:57 -05:00
Jennifer Wang
a67f97e8a2
address reviews
2022-01-14 18:57:57 -05:00
Jennifer Wang
9453734434
fix the statsboard link
2022-01-14 18:57:57 -05:00
Jennifer Wang
2fde9e63cd
update change log
2022-01-14 18:57:57 -05:00
Jennifer Wang
6ce9f232dc
update changelog
2022-01-09 22:47:41 -05:00
Jennifer Wang
d46ee7c89b
add changelog
2022-01-09 22:32:59 -05:00
Jennifer Wang
09cd258780
lotus v1.13.2-rc7
2022-01-05 19:27:00 -05:00
Jennifer Wang
ff949d84ad
v1.13.2-rc6 prep
2022-01-04 17:58:18 -05:00
Jennifer Wang
eabb9639a3
v1.13.2-rc5 prep
2021-12-17 15:02:42 -05:00
Jiaying Wang
2343778559
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-12-10 19:43:25 -05:00
Jennifer Wang
1ffc3ed3a6
v1.13.2-rc4
2021-12-10 16:58:58 -05:00
Jennifer Wang
3f9f9eb667
v1.13.2-rc3
2021-12-09 21:15:49 -05:00
Jennifer Wang
55ae9e8414
update changelog
2021-12-08 02:26:11 -05:00
Jennifer Wang
02fa0df81c
update change log
2021-11-30 19:06:11 -05:00
Jennifer Wang
f6131ce3b5
v1.13.1 prep
2021-11-26 16:33:39 -05:00
Jiaying Wang
e94e26f529
Merge pull request #7593 from filecoin-project/jen/v1.13.1-rc2
...
v1.13.1-rc2 prep
2021-11-02 17:26:00 +00:00
jennijuju
34df787be6
update the changelog
2021-11-02 16:27:17 +00:00
Jennifer Wang
5a5a6f9cd2
lotus v1.13.1-rc1
2021-10-26 22:31:32 -04:00
jennijuju
3f7b15b598
Resolve Conflicts
2021-10-20 17:23:09 -07:00
jennijuju
7b8d1cc54c
Merge branch 'releases' into jen/13tomaster
2021-10-18 20:58:28 -07:00
Jiaying Wang
0e17b6c066
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-10-18 18:20:13 -07:00
Jiaying Wang
44e092c07c
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-10-18 18:20:07 -07:00
jennijuju
c8a187e779
update the changelog
2021-10-18 18:13:14 -07:00
Jennifer Wang
02cef1353e
update changelog
2021-10-13 22:49:52 -04:00
Jiaying Wang
429b9a1bc5
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-10-13 11:37:58 -04:00
jennijuju
1ebd908fe3
update CHANGELOG
2021-10-12 20:15:50 -04:00
jennijuju
e1a08b1c89
Merge branch 'releases' into jen/v1.13.0-rc3-prep
2021-10-12 20:15:18 -04:00
Jiaying Wang
b1b558ed07
Update CHANGELOG.md
2021-10-12 19:40:53 -04:00
Jiaying Wang
593c7e78b1
Update CHANGELOG.md
2021-10-12 19:37:54 -04:00
Jiaying Wang
9a3c8a2134
Update CHANGELOG.md
2021-10-12 19:33:06 -04:00
Jiaying Wang
c54ecd2802
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-10-12 19:28:25 -04:00
jennijuju
1a3a4d23c0
update the changelog
2021-10-12 19:24:05 -04:00
Jennifer Wang
9fcc27edd5
Merge branch 'release/v1.12.0' into jen/v1.13.0-rc3-prep
2021-10-11 14:11:01 -04:00
Jennifer Wang
a5ee1c69fe
update the changelog
2021-10-11 08:48:58 -04:00
Jennifer Wang
fb4ef413f4
bump the version to v1.12.0-rc2
2021-10-08 15:15:29 -04:00
Jennifer Wang
a572787013
v1.13.0-rc1
2021-10-06 21:20:19 -04:00
Jennifer Wang
9b69b10fea
update changelog
2021-10-06 02:02:11 -04:00
Jennifer Wang
bac783774d
v1.13.0-rc1
2021-10-06 00:36:23 -04:00
Jennifer Wang
5f8c44125b
Merge branch 'releases' into jen/12rc1prep
2021-10-01 20:31:29 -04:00
Jennifer Wang
5b9104f68e
add changelog
2021-10-01 19:55:12 -04:00
Jennifer Wang
7c015840a6
v1.11.3 release prep
2021-09-29 02:42:38 -04:00
Jennifer Wang
6b9aeca71d
update the changelog
2021-09-21 22:51:01 -04:00
Jennifer Wang
b7c6143cef
init v1.11.3 changelog
2021-09-08 01:36:07 -04:00
Jennifer Wang
aef4cc829b
add dag bulk initialization note in changelog
2021-09-06 19:53:57 -04:00
Jennifer Wang
db34b828e4
update changelog
2021-09-06 19:25:19 -04:00
Jennifer Wang
c298d8ca3e
update the changelog
2021-08-30 18:58:25 -04:00
Jennifer Wang
f44ba40450
update the changelog
2021-08-30 18:58:25 -04:00
Aayush Rajasekaran
371e90a40a
Fix typos
2021-08-23 13:23:28 -04:00
Aayush Rajasekaran
80624845c4
Apply suggestions from code review
...
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2021-08-23 10:57:51 -04:00
Jiaying Wang
151cd76f75
Update CHANGELOG.md
2021-08-23 10:51:38 -04:00
Jennifer Wang
1858c0e290
fix docsgen
2021-08-23 10:51:38 -04:00
Jennifer Wang
a7ab55dc00
lotus v1.11.2-rc prep
2021-08-23 10:48:06 -04:00
Jennifer Wang
7ff5844aa2
Merge branch 'releases' into jen/mas
2021-08-17 10:38:36 -04:00
Jennifer Wang
ea242b5bad
Remove reverted pr from changelog
2021-08-16 16:34:31 -04:00
Jennifer Wang
c37241c733
resolve conflicts and docsgen
2021-08-16 16:26:50 -04:00
Jennifer Wang
11ff756b2e
Add ChangeLog
2021-08-16 16:20:48 -04:00
Jennifer Wang
4bcf159381
v1.11.1-rc3
2021-08-13 23:16:03 -04:00
Jennifer Wang
52b76c9d5c
Prepare for v1.11.1-rc2:
...
- bump the version
- update the changelog
2021-08-01 03:32:03 -04:00
Jennifer Wang
8a54273f8b
add v1.11.1-rc1 changelog and bump the version
2021-07-27 22:42:18 -04:00
Jennifer Wang
7a9a4bac1e
Merge branch 'releases' into release/v1.11.1
2021-07-27 21:15:45 -04:00
Jennifer Wang
9afb63d2e4
Merge branch 'master' into fix/11-masyer
2021-07-27 20:03:43 -04:00
Jennifer Wang
395451b3e9
Merge branch 'releases' into feat/v1.11.0
2021-07-22 05:05:33 -04:00
Jennifer Wang
e52c639f02
Release v1.11.0
2021-07-22 04:50:31 -04:00
Jennifer Wang
dfa57ffbc1
Merge branch 'master' into misc/merge-release
2021-07-22 01:49:16 -04:00
Jennifer
4b6258f2a2
Update CHANGELOG.md
2021-07-22 01:29:53 -04:00
Jennifer
f972021b23
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-07-22 01:29:53 -04:00
Jennifer
8bf06bacfa
Update CHANGELOG.md
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2021-07-22 01:29:53 -04:00
Jennifer
067b45d9ab
Update CHANGELOG.md
...
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
2021-07-22 01:29:53 -04:00
Jennifer Wang
7531e543f3
bump the version to v1.10.1
2021-07-22 01:29:53 -04:00
Łukasz Magiera
83114546c6
Merge branch 'backports/v1.11.0-rc2' into jen/changelogv11
2021-07-02 22:28:24 +02:00
Jennifer Wang
68bde33977
update changelog and bump version to v1.11.0-rc2
2021-07-02 16:01:51 -04:00
Jennifer Wang
0b5d1551fe
format fix and small clarification
2021-07-02 15:53:29 -04:00
Jennifer Wang
a06ecde580
recommend to update
2021-07-02 15:33:58 -04:00
Jennifer Wang
94574447e6
Add v1.10.1-rc1 changelog
2021-07-02 15:30:58 -04:00
Aayush Rajasekaran
6bbc5be1bd
Lotus version 1.11.0
2021-06-28 22:39:39 -04:00
Aayush Rajasekaran
2d123aab47
Lotus version 1.11.0
2021-06-28 22:16:03 -04:00
Łukasz Magiera
c3480dc0e8
Merge remote-tracking branch 'origin/releases' into chore/merge-release
2021-06-24 09:39:11 +02:00
Jennifer Wang
28f2f96b65
more edits
2021-06-23 22:29:03 -04:00
Steven Allen
7779d446ce
remove hardware suggestion section
...
This isn't useful in its current state and isn't urgent at this point.
We can publish recommendations later.
2021-06-23 19:18:27 -07:00
Steven Allen
f5fad636cf
Apply edits
...
Co-authored-by: MollyM <momack2@users.noreply.github.com>
2021-06-23 19:09:43 -07:00
Steven Allen
efaa7b0d76
update contributors to include all filecoin projects
2021-06-23 19:02:14 -07:00
Steven Allen
64567d7f32
add simulation projections to changelog
2021-06-23 18:49:52 -07:00
Jennifer Wang
559f7f0cc3
add changelog
2021-06-23 20:54:52 -04:00
Aayush Rajasekaran
a290982ca0
Lotus version 1.10.0
2021-06-23 20:50:18 -04:00
Jennifer
a641a03908
Merge pull request #6529 from filecoin-project/jen/rc6
...
version bump to lotus v1.10.0-rc6
2021-06-18 22:59:34 -04:00
Jennifer Wang
e1c2567136
docs gen
2021-06-18 22:20:13 -04:00
Jennifer Wang
b01189467a
version bump to lotus v1.10.0-rc6
2021-06-18 22:05:19 -04:00
Aayush Rajasekaran
71785f9099
Lotus version 1.10.0-rc5
2021-06-16 22:15:11 -04:00
Jennifer Wang
c1529714e6
v1.10.0-rc4 have this version base off the right head = v1.9.0 tag
2021-06-15 22:16:41 -04:00
Jennifer Wang
a79e6cb8c5
update changelog
2021-06-14 22:16:12 -04:00
Jennifer Wang
83c465ca0f
Remove rc changelog, compile the new changelog for final release only
2021-06-09 23:32:03 -04:00
Aayush Rajasekaran
c4c71802f2
Lotus version 1.10.0-rc2
2021-06-09 23:31:52 -04:00
Aayush Rajasekaran
1f10600f13
Lotus version 1.10.0-rc1
2021-06-02 19:04:17 -04:00
Jennifer Wang
9954577389
Merge branch 'master' into releases
2021-05-17 17:24:29 -04:00
Jennifer Wang
5af3af5a22
Merge branch 'release/v1.9.0' into releases
2021-05-17 16:16:34 -04:00
Jennifer Wang
96c3401231
bump the version to v1.9.0
2021-05-17 13:55:05 -04:00
Łukasz Magiera
71bd005594
wip
2021-05-17 13:31:43 -04:00
Jennifer Wang
2191517786
update change log
2021-05-13 18:09:31 -04:00
Aayush Rajasekaran
ba63b93026
Fix 1.9.0-rc2 date
2021-04-30 14:34:03 -04:00
Aayush Rajasekaran
8227085c37
Lotus version 1.9.0-rc2
2021-04-30 14:06:10 -04:00
Łukasz Magiera
95e0c3df1d
1.9.0-rc1
2021-04-27 10:30:51 +02:00
Łukasz Magiera
a24a73bb52
Merge tag 'v1.8.0' into release/v1.9.0
2021-04-27 10:30:33 +02:00
Aayush Rajasekaran
b79861c1ad
Merge branch 'master' into releases
2021-04-27 04:14:36 -04:00
Aayush Rajasekaran
5019fa4cdd
Lotus version 1.8.0
2021-04-27 02:02:49 -04:00
Łukasz Magiera
7d8ee0d65a
Lotus v1.7.0-rc1
2021-04-13 12:59:11 +02:00
Aayush Rajasekaran
3fc23a785c
Update changelog to 1.6.0
2021-04-05 15:30:28 -04:00
Aayush Rajasekaran
a49b21b94a
Lotus version 1.6.0
2021-04-04 21:34:20 -04:00
Aayush Rajasekaran
15e8ea1966
Lotus version 1.6.0-rc2
2021-03-31 00:01:40 -04:00
Aayush Rajasekaran
99a82d83aa
Lotus version 1.6.0-rc1
2021-03-29 19:28:13 -04:00
Aayush Rajasekaran
197c9ac996
Fix CHANGELOG for Lotus v.1.5.3
2021-03-24 00:13:31 -04:00
Aayush Rajasekaran
9afb5ff944
Lotus 1.5.3-rc2
2021-03-17 02:45:23 -04:00
Łukasz Magiera
6d88ea83e7
v1.5.2 changelog, version bump
2021-03-11 10:28:40 +01:00
Aayush Rajasekaran
ebc3556487
Reformat 1.5.1 chanegelog
2021-03-10 19:27:28 -05:00
Aayush Rajasekaran
a977cc2189
Lotus 1.5.1
2021-03-10 18:46:51 -05:00
Aayush Rajasekaran
d8bb112bcd
Lotus version 1.5.0
2021-02-23 16:25:40 -05:00
Aayush Rajasekaran
f76fcef3f8
Lotus version 1.4.2
2021-02-17 13:39:58 -05:00
Aayush Rajasekaran
685a0fdc9c
Lotus version 1.4.1
2021-01-20 03:46:05 -05:00
Aayush Rajasekaran
c01d9f05df
Lotus version 1.4.0
2020-12-19 16:18:32 -05:00
Aayush Rajasekaran
d04c01939d
Lotus version 1.3.0
2020-12-16 00:34:34 -05:00
Łukasz Magiera
d2b7e7b2ab
v1.2.3 changelog, version bump
2020-12-15 18:39:50 +01:00
Aayush Rajasekaran
bf93dfbc3b
Lotus version 1.2.2
2020-12-02 20:23:59 -05:00
Aayush Rajasekaran
89ffd368b8
Lotus version 1.2.1
2020-11-19 23:47:46 -05:00
Aayush Rajasekaran
e061a8d163
Lotus version 1.2.0
2020-11-18 15:41:55 -05:00
Aayush Rajasekaran
15fe726e65
Correct CHANGELOG
2020-11-13 04:24:35 -05:00
Aayush Rajasekaran
2971dd4317
Lotus version 1.1.3
2020-11-13 04:09:48 -05:00
Aayush Rajasekaran
7b3f1c2b85
Lotus version 1.1.2
2020-10-24 06:33:31 -04:00
Aayush Rajasekaran
8b8d81e767
Lotus version 1.1.1
2020-10-24 00:22:20 -04:00
Aayush Rajasekaran
d78dd42ed4
Lotus version 1.1.0
2020-10-20 18:30:41 -04:00
Aayush Rajasekaran
1ee9fb44e2
Lotus version 1.0.0
2020-10-19 20:09:35 -04:00
Aayush Rajasekaran
251374eca7
Lotus version 0.10.2
2020-10-14 21:01:26 -04:00
Aayush Rajasekaran
2e7cd024df
Lotus version 0.10.1
2020-10-14 02:22:02 -04:00
Aayush Rajasekaran
160f209f6a
Lotus version 0.10.0
2020-10-12 02:14:36 -04:00
Łukasz Magiera
f417d39a08
Bump the version to 0.9.1
2020-10-10 09:13:52 +02:00
Aayush Rajasekaran
dea7042668
Lotus version 0.9.0
2020-10-07 23:09:08 -04:00
Aayush Rajasekaran
636810daa5
Lotus version 0.8.1
2020-09-30 21:30:52 -04:00
Aayush Rajasekaran
45eadc1b3a
Lotus version 0.8.0
2020-09-26 03:13:20 -04:00
Aayush Rajasekaran
44748775ff
Fixup changelog:
2020-09-23 20:49:31 -04:00
Aayush Rajasekaran
22fafc7054
Lotus version 0.7.2
2020-09-23 18:09:01 -04:00
Aayush Rajasekaran
aa081dbc6d
Lotus version 0.7.1
2020-09-17 21:31:47 -04:00
Aayush Rajasekaran
e7edc46daf
Lotus version 0.7.0
2020-09-10 17:56:54 -04:00
Aayush Rajasekaran
1d4b5c201e
Lotus version 0.6.2
2020-09-09 16:44:37 -04:00
Aayush Rajasekaran
e9e067eebf
Lotus version 0.6.1
2020-09-08 03:10:27 -04:00
Aayush Rajasekaran
80a4beace6
Lotus version v.0.6.0
2020-09-07 19:14:17 -04:00
Aayush Rajasekaran
94173c273a
Lotus version 0.9.10
2020-09-03 14:57:58 -04:00
Aayush Rajasekaran
23ec780a13
Lotus version v0.5.9
2020-09-03 12:48:20 -04:00
Aayush Rajasekaran
f03f4775fc
Lotus version 0.5.8
2020-09-02 19:42:19 -04:00
Aayush Rajasekaran
f09f38085e
Lotus version 0.5.7
2020-08-31 20:03:38 -04:00
Aayush Rajasekaran
606a58bc6b
Lotus version 0.5.6
2020-08-29 00:56:24 -04:00
Aayush Rajasekaran
4e5b11b1d5
Lotus version 0.5.5
2020-08-28 21:49:56 -04:00
whyrusleeping
d5c4b66ec7
Lotus release v0.5.4
2020-08-25 17:31:40 -07:00
whyrusleeping
ec4146642d
0.5.2 release of lotus
2020-08-24 20:25:06 -07:00
MollyM
25875b4cd8
change hierarchy
2020-08-21 14:35:12 -07:00
MollyM
04bd91b2f3
fix date
2020-08-21 14:32:56 -07:00
Aayush Rajasekaran
393ac5a7c7
Update changelog
2020-08-20 19:52:47 -04:00
Aayush Rajasekaran
93e566d7e0
Change docs.lotu.sh links to lotu.sh
2020-08-20 12:45:41 -04:00
Pooja
184d5d3541
Add simple changelog
2019-12-11 16:00:55 +01:00