Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert "Release 2.0.0 rc3"" #292

Merged
merged 23 commits into from
Jun 13, 2019
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fb7a84f
update test
May 19, 2019
7058ed5
fix bugs
May 24, 2019
ead0002
Merge remote-tracking branch 'upstream/release-2.0.0-rc3' into releas…
morebtcg May 24, 2019
c6bfb70
fix performance test
morebtcg May 24, 2019
759616a
fix performance
morebtcg May 27, 2019
6c341d6
Merge remote-tracking branch 'upstream/release-2.0.0-rc3' into releas…
morebtcg May 27, 2019
620bda9
fix status
fqliao May 30, 2019
ccf1ff6
Merge pull request #289 from fqliao/release-2.0.0-rc3
fqliao Jun 1, 2019
6621ed4
Revert "Revert "Release 2.0.0 rc3""
bxq2011hust Jun 4, 2019
51f062f
Merge pull request #293 from FISCO-BCOS/release-2.0.0-rc3
bxq2011hust Jun 5, 2019
728c20f
update performance test
Jun 10, 2019
acb5dab
Merge remote-tracking branch 'upstream/release-2.0.0-rc3' into
Jun 10, 2019
519ee75
remove static nodeToBlockNumberMap
fqliao Jun 11, 2019
d843384
modify public for bin and set tableName to tableInfo
fqliao Jun 11, 2019
11f2cec
Merge pull request #298 from morebtcg/release-2.0.0-rc3
fqliao Jun 11, 2019
44ba93f
modify error code
fqliao Jun 12, 2019
ea301c1
Merge pull request #299 from fqliao/release-2.0.0-rc3
fqliao Jun 12, 2019
3783c7b
Merge pull request #300 from fqliao/release-2.0.0-rc3
fqliao Jun 12, 2019
390ab79
modify BCOS_VERSION from private to public
fqliao Jun 12, 2019
9054e6a
Merge pull request #303 from fqliao/release-2.0.0-rc3
fqliao Jun 13, 2019
08b36a9
Merge pull request #302 from fqliao/release-2.0.0-rc3
fqliao Jun 13, 2019
38c4a7f
Merge pull request #307 from FISCO-BCOS/release-2.0.0-rc3
bxq2011hust Jun 13, 2019
43a732e
make receipt error more friendly and format code
vita-dounai Jun 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class PrecompiledCommon {

public static final int TABLE_KEY_MAX_LENGTH = 255;

private static String BCOS_VERSION = "";
public static String BCOS_VERSION = "";

public static String transferToJson(int code) throws IOException {
// adapt fisco-bcos rc1 || rc2 || rc3
Expand Down