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

Added java codgen scripts #16

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
54887af
build(devcontainer): upgrade rust compiler to v1.74 (current latest s…
petermetz Dec 6, 2023
793f94f
fix(persistence-fabric): hide not critical API
outSH Dec 13, 2023
53c71de
test(connector-besu): migrate v21-invoke-contract.test.ts to Jest
petermetz Dec 14, 2023
ff3eb8c
test(geth-test-ledger): add basic tests
outSH Nov 24, 2023
e24458f
fix: GHSA-8qv2-5vq6-g2g7 webpki CPU denial of service in certificate …
petermetz Dec 6, 2023
e679801
fix(weaver-fabric-node-sdk): made AES key length configurable in ECIE…
VRamakrishna Dec 18, 2023
faf90dd
fix(weaver-membership-functions): reverted earlier buggy change affec…
VRamakrishna Dec 20, 2023
85ed20c
docs(weaver-tests): updated download version instruction for Besu tes…
VRamakrishna Dec 20, 2023
083ea4f
fix(weaver-go-sdk): corrected membership API function signatures
VRamakrishna Dec 20, 2023
f8f6bcb
fix(weaver-asset-transfer): return proper error messages for pledge s…
sandeepnRES Dec 21, 2023
1fb2551
ci(weaver): added conditions to run only when affected corresponding …
sandeepnRES Dec 22, 2023
fa26d15
Added java codgen scripts
jagpreetsinghsasan Jan 2, 2024
50f111f
Added generated code
jagpreetsinghsasan Jan 2, 2024
38d6aab
removed docs, gradle folders
jagpreetsinghsasan Jan 2, 2024
fbe4cdc
Added extra code generated files
jagpreetsinghsasan Jan 2, 2024
043edab
Added golang codegen script
jagpreetsinghsasan Jan 2, 2024
02f0c4a
Updated java codegen script to remove timestamp
jagpreetsinghsasan Jan 2, 2024
0c31de8
Added golang code and removed java timestamps
jagpreetsinghsasan Jan 2, 2024
c73ce21
Updated the java codegen to generate packages with a default package …
jagpreetsinghsasan Jan 2, 2024
0d57b18
Added git action for java client jar - testing
jagpreetsinghsasan Oct 9, 2023
c55d0e3
Fixed maven actions version
jagpreetsinghsasan Oct 9, 2023
b274a80
Fixed maven actions version
jagpreetsinghsasan Oct 9, 2023
8a77bbc
updated node version
jagpreetsinghsasan Oct 9, 2023
3b5c180
Fixed ci
jagpreetsinghsasan Oct 9, 2023
5055315
Added stuff from configure script failures
jagpreetsinghsasan Jan 2, 2024
1cdb546
Removed all other workflows
jagpreetsinghsasan Jan 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"version": "18.19.0"
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.63",
"version": "1.74",
"profile": "complete"
},
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
Expand Down
145 changes: 0 additions & 145 deletions .github/workflows/.dast-nuclei-cmd-api-server.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/actionlint.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/all-nodejs-packages-publish.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/besu-all-in-one-publish.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/cacti-dev-container-vscode-publish.yaml

This file was deleted.

Loading
Loading