Closed gpBlockchain closed 2 years ago
git log commit 84fe4ba4859f18be529d8be52a1ac88011582773 (HEAD -> develop, origin/develop, origin/HEAD)
set_scripts call with [[]] expected to clear data, but get_scripts did not change
set_scripts
[[]]
get_scripts
guopenglin@192 ~ % curl http://localhost:9000/ -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method":"set_scripts", "params": [[]], "id": 1}' {"jsonrpc":"2.0","result":null,"id":1} guopenglin@192 ~ % guopenglin@192 ~ % curl http://localhost:9000/ -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method":"get_scripts", "params": [], "id": 1}' {"jsonrpc":"2.0","result":[{"block_number":"0x638f4d","script":{"args":"0xcb67e61bea1e3bd6b08ecbfaf1bdd5e75b2d0b9c","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x638f4d","script":{"args":"0xdbfba975ba55eee14cee6093bd06826d63d1079d","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x638f45","script":{"args":"0x9bce200b394f79a17041bdbba4eb4a17e4045d7c","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x639030","script":{"args":"0x73728e3dc42eb8671be32bcbbbbc20768fcfb6cd","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x5363a8","script":{"args":"0x50878ce52a68feb47237c29574d82288f58b5d22","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x5363a8","script":{"args":"0x50878ce52a68feb47237c29574d82288f58b5d21","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x639030","script":{"args":"0xb9c2a7d6263b4111f9581dd7d286801882de3d47","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x138418","script":{"args":"0x43d509d97f26007a285f39241cffcd411157196c","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x5363a8","script":{"args":"0xecd081e9a2e3adca33fb2b2b64e68d9920bc5116","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}},{"block_number":"0x638fc5","script":{"args":"0x","code_hash":"0x0000000000000000000000000000000000000000000000000000000000000000","hash_type":"data"}},{"block_number":"0x5363a8","script":{"args":"0x50878ce52a68feb47237c29574d82288f58b5d23","code_hash":"0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8","hash_type":"type"}}],"id":1}
env
set_scripts
call with[[]]
expected to clear data, butget_scripts
did not changestep
set_scripts
with [[]]get_scripts
test result
log
expected