Aayush
|
32670e810c
|
chore: refactor: rename NewestNetworkVersion
|
2022-09-21 15:48:51 -04:00 |
|
Łukasz Magiera
|
08b22edd89
|
fix make gen
|
2022-08-29 16:25:30 +02:00 |
|
Łukasz Magiera
|
05cdeb80c3
|
chore: remove redundant import prefixes
|
2022-06-15 12:06:22 +02:00 |
|
Łukasz Magiera
|
e65fae28de
|
chore: fix imports
|
2022-06-14 17:00:51 +02:00 |
|
Darko Brdareski
|
79453663b3
|
feat: Add additional test annotations (#8272)
* Annotate api,proxy_util,blockstore_badger, policy tests
* Annotate splitstore: bsbadger / markset
* Annotate splitstore feature
* Annotate union/timed blockstore tests
* Annotate openrpc, diff_adt tests
* Annotate error,drand,events tests
* Annotate predicates_test
* Fix annotations
* Annotate tscache, gen tests
* Annotate fundmanager test
* Annotate repub and selection tests
* Annotate statetree_test
* Annotate forks_test
* Annotate searchwait_test.go
* Fix duplicated @@ symbols
* Annotate chain stmgr/store tests
* Annotate more (types) tests
* More tests annotated
* Annotate conformance chaos actor tests
* Annotate more integration tests
* Annotate journal system tests
* Annotate more tests.
* Annotate gas,head buffer behaviors
* Fix markset annotations
* doc: test annotations for the markets dagstore wrapper
* Annotate miner_api test in dagstore
* Annotate more test files
* Remove bad annotations from fsrepo
* Annotate wdpost system
* Remove bad annotations
* Renamce "conformance" to "chaos_actor" tests
* doc: stm annotations for blockheader & election proof tests
* Annotate remaining "A" tests
* annotate: stm for error_test
* memrepo_test.go
* Annotate "b" file tests
* message_test.go
* doc: stm annotate for fsrepo_test
* Annotate "c" file tests
* Annotate "D" test files
* message_test.go
* doc: stm annotate for chain, node/config & client
* docs: stm annotate node_test
* Annotate u,v,wl tests
* doc: stm annotations for various test files
* Annotate "T" test files
* doc: stm annotate for proxy_util_test & policy_test
* doc: stm annotate for various tests
* doc: final few stm annotations
* Add mempool unit tests
* Add two more memPool Add tests
* Update submodules
* Add check function tests
* Add stm annotations, refactor test helper
* Annotate api,proxy_util,blockstore_badger, policy tests
* Annotate splitstore: bsbadger / markset
solving merge conflicts
* Annotate splitstore feature
* Annotate union/timed blockstore tests
* Annotate openrpc, diff_adt tests
* Annotate error,drand,events tests
* Annotate predicates_test
* Fix annotations
* Annotate tscache, gen tests
* Annotate fundmanager test
* Annotate statetree_test
* Annotate forks_test
* Annotate searchwait_test.go
* Fix duplicated @@ symbols
* Annotate chain stmgr/store tests
* Annotate more (types) tests
* More tests annotated
* Annotate conformance chaos actor tests
* Annotate more integration tests
* Annotate journal system tests
* Annotate more tests.
* Annotate gas,head buffer behaviors
solve merge conflict
* Fix markset annotations
* Annotate miner_api test in dagstore
* Annotate more test files
* doc: test annotations for the markets dagstore wrapper
* Annotate wdpost system
* Renamce "conformance" to "chaos_actor" tests
* Annotate remaining "A" tests
* doc: stm annotations for blockheader & election proof tests
* annotate: stm for error_test
* Annotate "b" file tests
* memrepo_test.go
* Annotate "c" file tests
* message_test.go
* Annotate "D" test files
* doc: stm annotate for fsrepo_test
* Annotate u,v,wl tests
* message_test.go
* doc: stm annotate for chain, node/config & client
* docs: stm annotate node_test
* Annotate "T" test files
* doc: stm annotations for various test files
* Add mempool unit tests
solve merge conflict
* doc: stm annotate for proxy_util_test & policy_test
* doc: stm annotate for various tests
* doc: final few stm annotations
* Add two more memPool Add tests
* Update submodules
* Add check function tests
solve conflict
* Add stm annotations, refactor test helper
solve merge conflict
* Change CLI test kinds to "unit"
* Fix double merged test
* Fix ccupgrade_test merge
* Fix lint issues
* Add stm annotation to types_Test
* Test vectors submodule
* Add file annotation to burn_test
Co-authored-by: Nikola Divic <divicnikola@gmail.com>
Co-authored-by: TheMenko <themenkoprojects@gmail.com>
|
2022-03-16 18:37:34 +01:00 |
|
Aayush Rajasekaran
|
7714537239
|
Allow starting networks from arbitrary actor versions
|
2021-05-26 12:48:14 -04:00 |
|
Łukasz Magiera
|
43c62f4406
|
Revert "Allow starting networks from arbitrary actor versions"
|
2021-05-26 12:33:08 +02:00 |
|
Aayush Rajasekaran
|
cf574ca9a1
|
Allow starting networks from arbitrary actor versions
|
2021-05-25 19:30:20 -04:00 |
|
Steven Allen
|
4e730b5ec8
|
port to v2 imports
|
2020-10-21 12:16:23 -07:00 |
|
Jakub Sztandera
|
a055540c25
|
Fix lint
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-10-20 01:32:51 +02:00 |
|
Jakub Sztandera
|
cb0513f4c1
|
Add test
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-10-20 01:30:40 +02:00 |
|
Steven Allen
|
e803cf151f
|
introduce separate state-tree versions
Instead of versioning the state tree along with the actors, version it
separately. This structure may not upgrade every time we update actors.
|
2020-10-07 12:04:32 -07:00 |
|
Steven Allen
|
01272f850d
|
fix state test
|
2020-09-28 16:23:46 -07:00 |
|
Steven Allen
|
87351fa35c
|
move version to actors, from builtin
Otherwise, we're going to end up with an import cycle between the adt and this
version.
|
2020-09-25 12:49:39 -07:00 |
|
Łukasz Magiera
|
6eda53565f
|
Most tests passing
|
2020-09-17 17:30:24 +02:00 |
|
Łukasz Magiera
|
6aabd18479
|
More spect-actors updates
|
2020-07-23 23:03:25 +02:00 |
|
Jakub Sztandera
|
d6615b6286
|
Cleanup many lint warnings
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-05-27 22:53:20 +02:00 |
|
Aayush Rajasekaran
|
441734647d
|
Update hamt
|
2020-04-30 16:11:23 -04:00 |
|
Jeromy
|
212c346c21
|
avoid flushing disk when doing state tree snapshots
|
2020-04-02 17:18:25 -07:00 |
|
whyrusleeping
|
1fb70fc0e0
|
add simple test for helping to test state tree interop
|
2020-03-18 17:23:59 -07:00 |
|
whyrusleeping
|
4e9e3f3dc3
|
make state tree snapshots properly stack based
|
2020-03-04 17:19:15 -08:00 |
|
Łukasz Magiera
|
0a9e0acc6f
|
types: Drop some redundant alias types
|
2020-02-25 22:09:22 +01:00 |
|
whyrusleeping
|
028a113737
|
Make it all build
|
2020-02-04 14:19:05 -08:00 |
|
whyrusleeping
|
dcd01df2d3
|
wire up tracing into state tree flush, add pprof flag
|
2020-01-22 11:53:06 -08:00 |
|
hannahhoward
|
8418464d91
|
refactor(address): use extracted address library
Switch to using extracted address library
|
2020-01-07 14:53:27 +01:00 |
|
Łukasz Magiera
|
46a0333c9c
|
on chain deals: Wip porting deal systems to storagemarket
|
2019-10-23 12:44:00 +02:00 |
|
Jakub Sztandera
|
1bf713cb0a
|
Cleanup imports after rename
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-10-18 13:47:41 +09:00 |
|
Łukasz Magiera
|
3589852f0e
|
statestree: Test actorcache in SetActor
|
2019-09-23 11:52:53 +02:00 |
|
whyrusleeping
|
e09ad3d65c
|
Refactor out more types into types package, and pull genesis block code into gen package
|
2019-07-25 16:35:47 -07:00 |
|