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

Cis2 #304

Merged
merged 39 commits into from
Feb 14, 2024
Merged

Cis2 #304

Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4635878
cis2 balanceOf query
MilkywayPirate Jan 30, 2024
4ed2305
cis2 queries.
Jan 31, 2024
b24c0bb
transfer and updateOperator
Feb 1, 2024
1f4a1f4
CIS2 tests and API for tracing events.
MilkywayPirate Feb 2, 2024
9b959ad
Merge branch 'main' into cis2
MilkywayPirate Feb 2, 2024
9c7db08
Test for deserializing a contract update transaction.
MilkywayPirate Feb 2, 2024
dde86ad
CHANGELOG.
MilkywayPirate Feb 2, 2024
4a69ad5
Cis2 documentation.
Feb 5, 2024
6b9a7c8
Merge branch 'main' into cis2
Feb 5, 2024
dee8dff
Fixes.
Feb 5, 2024
2d41df2
cleanup a test.
Feb 5, 2024
779c0b4
Fix serialization of CCDAmount.
Feb 5, 2024
92aee44
Fixed paramter handling for smart contract invocations.
Feb 5, 2024
854f0a2
remove unused code.
Feb 5, 2024
fbb78b8
cleanup getEventsFor.
Feb 5, 2024
b7f15be
.
Feb 5, 2024
5c4aaee
Tests and fixes to tokenid.
Feb 6, 2024
e17a40a
More tests for cis2 serialization/deserialization.
Feb 6, 2024
9ab97d8
Parse reject reasons into AccountTransactionDetails and into CIS2Errors.
Feb 6, 2024
f8fd61e
lambda.
Feb 6, 2024
6b82a9c
rework some error handling for requesting events for non finalized tr…
Feb 6, 2024
3e6b671
cleanup.
Feb 6, 2024
e5b0278
fix tests.
Feb 6, 2024
07aec7a
Merge branch 'main' into cis2
MilkywayPirate Feb 6, 2024
2cd882a
Introduce a wrapper type `TokenId` instead of just `byte[]`.
MilkywayPirate Feb 7, 2024
26cdb09
cleanup tests.
MilkywayPirate Feb 7, 2024
f3496a2
Some extra helper functions for generating tokenids via different
MilkywayPirate Feb 7, 2024
d936433
Make the tokenid more consistent with the rust versions.
MilkywayPirate Feb 7, 2024
4d8a9f4
Address review comments.
MilkywayPirate Feb 8, 2024
870d6b1
Add streaming API for tracing CIS2 event.
MilkywayPirate Feb 8, 2024
becfde4
Update android pom with dependency.
MilkywayPirate Feb 8, 2024
183d41a
snapshot version and add cis2 example.
MilkywayPirate Feb 8, 2024
e6a35fe
Merge branch 'main' into cis2
Feb 12, 2024
e3024b6
fix merge.
Feb 12, 2024
7e826a9
fix merge hiccups.
Feb 12, 2024
975c282
Update CHANGELOG.md
MilkywayPirate Feb 14, 2024
0fa6f30
Update CHANGELOG.md
MilkywayPirate Feb 14, 2024
f62f349
Update concordium-sdk/src/main/java/com/concordium/sdk/cis2/Cis2Error…
MilkywayPirate Feb 14, 2024
3beccba
Handle review comments.
MilkywayPirate Feb 14, 2024
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 CHANGELOG.md
Co-authored-by: Aleš Bizjak <[email protected]>
MilkywayPirate and abizjak authored Feb 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 975c282269afa2df0ff3f0e5cd15a92704a0f661
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## Unreleased changes
- Make the `energy` paramter for invoking an instance `Optional`.
- Make the `energy` parameter for invoking an instance `Optional`.
- Parse the underlying reject reasons into `AccountTransactionDetails`.
- Introduced Cis2Client for interfacing with CIS2 compliant smart contracts.
- Support for deserializing contract update transactions.