andreitricolici
|
3a7e4b2944
|
Merge pull request #1 from planetmint/planetmint-tarantool
merge
|
2022-06-09 14:57:09 +03:00 |
|
andrei
|
06b1244ca5
|
Fixed flush_tarantool_db Function.
|
2022-06-09 13:57:59 +03:00 |
|
Sangat Das
|
4ca2c53cb7
|
Fixes some test cases in tendermint/test_lib.py
|
2022-06-09 01:41:42 -07:00 |
|
andrei
|
78ef40d1b3
|
Fixed test_txlist.py by improving flush_db_tarantool
|
2022-06-08 17:24:54 +03:00 |
|
andrei
|
1da29c44e3
|
Cleaned up test_core.py
|
2022-06-08 14:47:42 +03:00 |
|
andrei
|
4f880ce66f
|
Fixed test_queries.py PASSED
|
2022-06-08 12:18:37 +03:00 |
|
andrei
|
a94946ef66
|
Fixed flush_db_tarantool, not it removes also from blocks spaces
|
2022-06-08 12:18:01 +03:00 |
|
andrei
|
717d5af8be
|
Removed comments
|
2022-06-07 15:33:26 +03:00 |
|
andrei
|
b36c17dcb8
|
Fixed no attribute .run(). Fixed | Fixed no attribute .data
|
2022-06-07 13:56:28 +03:00 |
|
ArpitShukla007
|
7de2efbee7
|
resolved comments and clean-up of unused code
|
2022-06-07 09:42:13 +00:00 |
|
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 |
|