162 Commits

Author SHA1 Message Date
andrei
d0644c02df fixed Lazy() has no len 2022-06-01 13:02:22 +03:00
andrei
41234a75a7 Changed from .space() method to .get_space() 2022-06-01 12:57:13 +03:00
andrei
c0d5b088e0 store_transactions changed to use new format of query 2022-06-01 12:32:38 +03:00
andrei
2cc2796c34 fix for flush function (freezing of pytest) + NoneType error 2022-06-01 11:26:09 +03:00
Lorenz Herzberger
7385c429b8
resolved merge conflicts
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-31 15:34:54 +02:00
andrei
79f4dd4c7e get_space method is the same as old space method. 2022-05-31 15:27:30 +03:00
Lorenz Herzberger
862d275961
fixed some imports, refactored TarantoolDBConnection.conn handling
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-31 12:07:01 +02:00
andrei
76faca34fc removed importing of interface 2022-05-30 15:39:56 +03:00
andrei
ccb2df1477 Removed print + removed import of interface directly 2022-05-30 15:36:12 +03:00
andrei
dad02b1ebc removed import of interface 2022-05-30 15:35:17 +03:00
Lorenz Herzberger
35807a9f82
resolved merge conflict
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-30 12:02:29 +02:00
Lorenz Herzberger
84f197ca6c
resolved merge conflicts
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-30 09:44:21 +02:00
andrei
bcddc754be Fixed fatal crashing at beginning of starting planetmint. problem was solved by returning None value if where is no space. 2022-05-27 14:10:15 +03:00
andrei
ad6c9926e2 Fixed flush_dbtarantool 2022-05-26 16:07:26 +03:00
andrei
d4ed0512f9 _bdb, setup_database restored as it was before 2022-05-26 15:37:09 +03:00
andrei
a905de6792 function create_database will call create_tables only for tarantool connection 2022-05-26 15:32:10 +03:00
andrei
cc6f8eea16 created flush_db for tarantool connection type 2022-05-26 15:24:39 +03:00
andrei
8e88c12722 _setup_database fixture restored.(STILL NOT WORKING in this commit) 2022-05-26 14:59:59 +03:00
Lorenz Herzberger
6348110d83
replaced TarantoolDB with TarantoolDBConnection
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-24 18:17:13 +02:00
andrei
5f5ec3dec6 removed test fixture 2022-05-19 15:33:38 +03:00
andrei
39a61e8295 gerge branch 'planetmint-tarantool' of github.com:liviu-lesan/planetmint into planetmint-tarantool 2022-05-19 10:56:24 +03:00
andrei
a98deec48e last changes 2022-05-19 10:55:58 +03:00
Lorenz Herzberger
22f62abea2
readded test_core tests, fixed some linter issues
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-18 15:48:40 +02:00
Jürgen Eckel
fa2c8a5cc5
Ws blocks (#106)
* added another dispatcher to server block changes

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed missing variable definition

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* made the definition of POINON_PILL unique

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* changed some fixtures for web tests, fixed linter errors, updated aiohttp version

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>

* added block hash to the block notification

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed misspelling issue

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed previous merge issues

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed websocket startup issues

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed queuing issue and disabled one tests

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* increased version number

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed docs req deps

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed linting issues

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed linting warnings

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

* fixed aiohttp.web.run_app call

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>

Co-authored-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2022-05-16 17:01:57 +02:00
Jürgen Eckel
ac7c1171b8 Merge branch 'tarantool' of https://github.com/planetmint/planetmint into planetmint-tarantool
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-05-16 08:51:49 +02:00
Jürgen Eckel
204943ff9b fixed last misspelling of backend config
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-05-13 11:28:16 +02:00
Jürgen Eckel
ec9bc83f5a fixed merge issues
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-05-13 11:15:53 +02:00
Jürgen Eckel
f3a56db9e8 Merge branch 'main' into fixed_config
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2022-05-13 11:04:49 +02:00
andrei
f04400b56d test_asset_is_separated_from_transaciton -> skipped for Tarantool connection type 2022-05-10 15:24:41 +03:00
andrei
9f6ec48919 test_store_transaction -> changed to work with tarantool 2022-05-10 15:20:43 +03:00
andrei
3b3639b914 test_store_bulk_transaction -> adopted for tarantool 2022-05-10 15:03:47 +03:00
andrei
0f6df2b393 test_lib.py fixed one more function 2022-05-10 14:56:48 +03:00
andrei
c51ede7d1e test_lib.py fixed error, adopting verification for tarantool 2022-05-10 14:52:09 +03:00
andrei
d1dd531bcd NoneType error, fixed in test_lib.py 2022-05-10 14:46:49 +03:00
andrei
f65cb049e8 store and get utxo fixed 2022-05-10 14:39:55 +03:00
andrei
c84acc689a test_lib.py -> fixed 2022-05-09 13:54:49 +03:00
andrei
6e78ca5287 test_bigchain_api 2022-05-06 17:41:20 +03:00
andrei
0cfbaebd42 test_bigchain_api -> fixed by adding ErrorHandling for Tarantool operation 2022-05-06 17:35:15 +03:00
andrei
b920ed3500 test_quries.py -> metadata error fixed 2022-05-06 17:18:36 +03:00
andrei
4f802c64a2 fixed test_quries.py -> problem with assets 2022-05-06 16:25:51 +03:00
andrei
605daf324b rollback my changes 2022-05-05 16:23:57 +03:00
andrei
b1e1928702 test_queries.py -> fixed 2022-05-05 16:19:14 +03:00
andrei
41a65520d7 test_commands.py -> all tests are passing 2022-05-05 15:40:55 +03:00
Sangat Das
a96515ee31 Merge branch 'fixed_config' of https://github.com/liviu-lesan/planetmint into fixed_config 2022-05-05 01:04:18 -07:00
Sangat Das
12b10aa646 Fixed some lib and web issues
Signed-off-by: Sangat Das <sangatdas5@gmail.com>
2022-05-05 01:04:14 -07:00
andrei
338e5ddfb6 Now planetmint drop and planemint init, is working throught schema.py file. 2022-05-04 13:32:23 +03:00
andrei
8f7256360f problem with stdout from Popen 2022-05-03 16:38:50 +03:00
andrei
4f0f39bd88 Merge branch 'fixed_config' of github.com:liviu-lesan/planetmint into fixed_config 2022-05-02 17:08:16 +03:00
andrei
47fad4efe5 mock error solved 2022-05-02 17:06:30 +03:00
Sangat Das
f90e3c489a Merge branch 'fixed_config' of https://github.com/liviu-lesan/planetmint into fixed_config 2022-04-29 02:41:29 -07:00