We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eosio.forum
Using latest eosio.forum contract on mainnet
contract => eosforumrcpp
eosforumrcpp
Major Changes/Considerations
Basically you have 3 days where you can reliably get table in a stable state
this does mean that first come first serve for the proposal_name, but the title / content is still arbitrary
proposal_name
don't assume proposal_name is a long term primary key. It's immutable during it's existence in the table.
The text was updated successfully, but these errors were encountered:
@DenisCarriere good! Let me know and @maoueh if you have any question.
Sorry, something went wrong.
DenisCarriere
No branches or pull requests
Using latest
eosio.forum
contract on mainnetcontract =>
eosforumrcpp
Major Changes/Considerations
proposal_name
can be reused after they've been fully cleaned (after expiration, after freeze, after cleaning)The text was updated successfully, but these errors were encountered: