Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / kochavalabs/mazzaroth-xdr issues and pull requests

#81 - cleanup(transaction): remove authorization struct

Pull Request - State: closed - Opened by jeff1010322 almost 3 years ago

#79 - feat: removed config object and pushed owner to contract obj, update …

Pull Request - State: closed - Opened by elewis787 almost 3 years ago

#76 - refactor: updates to transaction account authorization and api

Pull Request - State: closed - Opened by elewis787 almost 3 years ago

#73 - fix(transaction): use boolean keyword to fix generated javascript

Pull Request - State: closed - Opened by jeff1010322 almost 3 years ago

#72 - feat(api): add transaction id as an api response

Pull Request - State: closed - Opened by jeff1010322 almost 3 years ago

#71 - feat(idl): add API objects, updated block to include status field

Pull Request - State: closed - Opened by jeff1010322 almost 3 years ago

#68 - fix(ChannelConfig): remove unused channel type field

Pull Request - State: closed - Opened by jeff1010322 about 3 years ago

#67 - Release Version v0.4.3

Pull Request - State: closed - Opened by jeff1010322 about 3 years ago

#66 - feat(idl): removed outdated fields from blocks, updated ChannelConfig

Pull Request - State: closed - Opened by jeff1010322 about 3 years ago

#65 - Sync master with develop

Pull Request - State: closed - Opened by cdemole about 3 years ago

#63 - fix(contract): use abi object in contract field instead of string

Pull Request - State: closed - Opened by jeff1010322 over 3 years ago

#59 - Adding [ID|Signature|Hash]FromHexString

Pull Request - State: closed - Opened by lightyear15 over 3 years ago

#58 - Merging develop into master to create a new release

Pull Request - State: closed - Opened by lightyear15 over 3 years ago - 2 comments

#56 - [#BCNDEV218] - change Go generated code to add JSON support

Pull Request - State: closed - Opened by lightyear15 over 3 years ago - 1 comment

#55 - feat(go.mod): update to latest commit of stellar/go-xdr

Pull Request - State: closed - Opened by jeff1010322 over 3 years ago

#54 - feat(download): add download type for committed batches

Pull Request - State: closed - Opened by jeff1010322 about 4 years ago

#53 - feat(download): added download request type for pending transactions

Pull Request - State: closed - Opened by jeff1010322 about 4 years ago

#52 - feat(receipt): adding a string to the receipt to contain status info.

Pull Request - State: closed - Opened by kbartush about 4 years ago

#51 - feat(docs): some fixes to the readme and linting in CI

Pull Request - State: closed - Opened by kbartush about 4 years ago

#50 - fix(rpc): updated result in ReadonlyResponse to be string

Pull Request - State: closed - Opened by jeff1010322 over 4 years ago

#49 - feat(string): if arguments are strings, the result should be a string…

Pull Request - State: closed - Opened by kbartush over 4 years ago

#48 - feat(transaction): Parameter changed from opaque to string

Pull Request - State: closed - Opened by jeff1010322 over 4 years ago

#47 - feat(ci): ignore npmrc, restore cache, setup env

Pull Request - State: closed - Opened by kbartush over 4 years ago

#46 - feat(ci): update to publish latest on release branch

Pull Request - State: closed - Opened by kbartush over 4 years ago

#45 - feat(subscribe): removing boolean filter type replaced with int

Pull Request - State: closed - Opened by kbartush over 4 years ago

#44 - fix: boolean should be used in .x files

Pull Request - State: closed - Opened by kbartush over 4 years ago

#43 - XDR Updates for Receipt Subscription

Pull Request - State: closed - Opened by kbartush over 4 years ago

#42 - Execution plan updates

Pull Request - State: closed - Opened by kbartush over 4 years ago

#41 - feat(config): renamed ChannelConfig and added max size to fields

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#40 - feat(rpc): request and response objects for contract info lookup added

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#39 - fix: remove unused Input

Pull Request - State: closed - Opened by kbartush almost 5 years ago

#38 - feat(config): created objects for contract channel and governance config

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#37 - feat(transaction): new config type transaction to update channel config

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#36 - feat(json): updating rust deps and generated code to support XDROut json

Pull Request - State: closed - Opened by kbartush almost 5 years ago

#35 - feat(download): add a status to the download response

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#34 - fix: remove schema from xdr, we're no longer using it

Pull Request - State: closed - Opened by kbartush almost 5 years ago

#33 - Added download protocol objects and updated block object

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#32 - fix: put a max length on the primary key label

Pull Request - State: closed - Opened by kbartush almost 5 years ago

#31 - feat(schema): add the schema to the update transaction

Pull Request - State: closed - Opened by kbartush almost 5 years ago

#30 - cleanup(transaction): removed CommittedTransaction object

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#29 - Updated CommittedTransaction to use consensus commit with signature set

Pull Request - State: closed - Opened by jeff1010322 almost 5 years ago

#28 - CI Improvements

Pull Request - State: closed - Opened by kbartush about 5 years ago

#27 - Release/v0.1.0 alpha

Pull Request - State: closed - Opened by kbartush about 5 years ago

#26 - fix: remove git tracking of lock files.

Pull Request - State: closed - Opened by kbartush about 5 years ago

#25 - refactor(Cargo.toml): updated fields for Cargo publish

Pull Request - State: closed - Opened by jeff1010322 about 5 years ago

#24 - fix: restore cache before node install

Pull Request - State: closed - Opened by kbartush about 5 years ago

#23 - fix: cache installed node dependencies for publish step

Pull Request - State: closed - Opened by kbartush about 5 years ago

#22 - CI

Pull Request - State: closed - Opened by kbartush about 5 years ago

#21 - feat(release): update package.json getting ready for release

Pull Request - State: closed - Opened by kbartush about 5 years ago

#20 - Update Cargo.toml and package.json

Pull Request - State: closed - Opened by jeff1010322 about 5 years ago

#19 - Repository cleanup and documentation

Pull Request - State: closed - Opened by jeff1010322 about 5 years ago

#18 - Adding a schema type to mazzaroth-xdr

Pull Request - State: closed - Opened by kbartush about 5 years ago

#17 - feat(rust-update): updating rust code with latests ex-dee changes

Pull Request - State: closed - Opened by kbartush about 5 years ago

#16 - fix: xdrgen was not generating js Str types correctly

Pull Request - State: closed - Opened by kbartush about 5 years ago

#15 - Permission

Pull Request - State: closed - Opened by kbartush about 5 years ago

#14 - Account fixes and lookup

Pull Request - State: closed - Opened by kbartush about 5 years ago

#13 - feat(plan): adding an execution plan to mazzaroth xdr

Pull Request - State: closed - Opened by kbartush over 5 years ago

#12 - WIP: Account refactor

Pull Request - State: closed - Opened by jeff1010322 over 5 years ago

#11 - Remove .gitmodules

Pull Request - State: closed - Opened by kbartush over 5 years ago

#10 - Removing xdrgen submodule.

Pull Request - State: closed - Opened by kbartush over 5 years ago

#9 - Input object definition and account update

Pull Request - State: closed - Opened by jeff1010322 over 5 years ago

#8 - Pull master into develop

Pull Request - State: closed - Opened by kbartush over 5 years ago

#7 - Updating to new js-xdr

Pull Request - State: closed - Opened by kbartush over 5 years ago

#6 - feat(rust): adding generated rust code to mazzaroth-xdr

Pull Request - State: closed - Opened by kbartush over 5 years ago

#5 - Readonly Request RPC

Pull Request - State: closed - Opened by jeff1010322 over 5 years ago

#4 - feat(channel): added initial channel config object definition

Pull Request - State: closed - Opened by jeff1010322 over 5 years ago

#3 - Contract metadata

Pull Request - State: closed - Opened by jeff1010322 over 5 years ago

#2 - feat(rpc): account nonce lookup rpc added

Pull Request - State: closed - Opened by jeff1010322 over 5 years ago

#1 - feat(account): added initial account object

Pull Request - State: closed - Opened by jeff1010322 over 5 years ago