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

Issues/216 - Import e2e cucumber tests into casper-java-sdk #217

Closed
wants to merge 47 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a37bfb8
issues/216 - Moved over cucumber step definition classes into casper-…
meywood Aug 16, 2023
1601e1d
issues/216 - Added git@github.com:stormeye2000/cspr-standard-tests-re…
meywood Aug 16, 2023
e018714
issues/216 - Updated CasperTransferHelperTests and CasperServiceTest…
meywood Aug 16, 2023
7ef9ba1
issues/216 - Added script to debug e2e tests
meywood Aug 16, 2023
91987f9
issues/216 - Fix warnings detected by static code analysis
meywood Aug 16, 2023
862227b
issues/216 - Tidy up of branch prior to PR
meywood Aug 16, 2023
fe6813c
issues/216 - Update github gradle.yml action to use new docker-copy-a…
meywood Aug 16, 2023
413b0f2
issues/216 - Update github gradle.yml to use cspr-nctl:linux-1.5.2
meywood Aug 16, 2023
40f8e88
issues/216 - Moved reports into standard gradle reports folder
meywood Aug 18, 2023
ce4c5a0
issues/216 - Fixed state_get_balance to work with changes to nctl.
meywood Aug 18, 2023
cec2b4b
issues/216 - Added github actions to execute e2e tests and publish re…
meywood Aug 21, 2023
b801bba
issues/216 - Added bootstrap script to GitHub action prior to executi…
meywood Aug 21, 2023
257b95d
issues/216 - Added bootstrap script to GitHub action prior to executi…
meywood Aug 21, 2023
e914f86
issues/216 - Added submodules recursive checkout
meywood Aug 21, 2023
6755c7d
issues/216 - Reduced logging for event handling and added 'continue-o…
meywood Aug 21, 2023
87cb931
issues/216 - Code review updates
meywood Aug 22, 2023
874a38c
issues/216 - Added more info to e2e-remote-debug script description
meywood Aug 22, 2023
4acf624
issues/216 - Added symbolic link to the features folder to allow Inte…
meywood Aug 22, 2023
56c6ea8
issues/216 - Added symbolic link to the features folder to allow Inte…
meywood Aug 22, 2023
bdb2e1a
issues/216 - Added symbolic link to the features folder to allow Inte…
meywood Aug 22, 2023
c8ef511
issues/216 - Remove old git submodule cspr-standard-tests-resources i…
meywood Aug 30, 2023
0f4c95a
issues/216 - Updated git submodule to https://github.com/casper-netwo…
meywood Aug 30, 2023
0919157
issues/216 - Fixed errors in bootstrap script
meywood Aug 30, 2023
8eedab3
issues/216 - Updated gradle project to support new git submodule sdk-…
meywood Aug 30, 2023
62c47f7
issues/216 - Fixed incorrect feature regex in DeployGeneratedKeys
meywood Sep 22, 2023
d8d648a
issues/216 - Change json resource path
meywood Sep 22, 2023
4eb2b30
issues-216 - Fixed typo in bootstrap
meywood Sep 25, 2023
74119e6
Merge remote-tracking branch 'origin/issues/216' into issues/216
meywood Sep 25, 2023
3610f8a
issues/222 - query_balance.feature
meywood Sep 26, 2023
f2681db
issues/222 - query_balance.feature
meywood Sep 26, 2023
454e0ec
issues/222 - tidy up for review
meywood Sep 26, 2023
6a0a206
Merge pull request #223 from casper-network/issues/222
cnorburn Sep 26, 2023
62a91d8
issues/222 - implemented missing scenarios for state identifiers
meywood Sep 26, 2023
cea0bf1
issues/222 - implemented missing scenarios for state identifiers
meywood Sep 26, 2023
02a74a4
Merge pull request #224 from casper-network/issues/222
cnorburn Sep 26, 2023
32365c9
issues/222 - implemented missing scenarios for state identifiers
meywood Sep 26, 2023
447bede
Merge branch 'issues/222' into issues/216
meywood Sep 26, 2023
e4a3e05
Update QueryBalanceStepDefinitions.java
meywood Oct 2, 2023
eca374c
issues/225 - speculative_execution.feature
meywood Oct 10, 2023
182c2da
Merge pull request #226 from casper-network/issues/225
cnorburn Oct 10, 2023
c77e14d
issues/225 - speculative_execution.feature improvement
meywood Oct 11, 2023
68ce4f9
Merge pull request #227 from casper-network/issues/225
cnorburn Oct 11, 2023
6a8c805
issues/228 - Nested CLTuples
meywood Oct 25, 2023
00f56f3
issues/228 - Tidy up for review of nested CLTuples
meywood Oct 25, 2023
6e2dc6b
issues/228 - Tidy up for review of nested CLTuples
meywood Oct 30, 2023
f785776
issues/228 - Reformat private functions to end of file
meywood Oct 31, 2023
de15ceb
Merge pull request #229 from casper-network/issues/228
cnorburn Oct 31, 2023
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
Prev Previous commit
Next Next commit
Update QueryBalanceStepDefinitions.java
Removed empty lines
meywood authored Oct 2, 2023
commit e4a3e05eb89d26ccda67069327b0f2288b72f72f
Original file line number Diff line number Diff line change
@@ -247,6 +247,4 @@ private static PublicKey getUserPublicKey(final int userId) throws IOException {
publicKey.readPublicKey(user1KeyUrl.getFile());
return PublicKey.fromAbstractPublicKey(publicKey);
}


}